#settings in here override those in the global file.
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

#PIXMAP_PATH
pixmap_path "/usr/local/lib/sula/pixmaps:conf/pixmaps:."

## The following are some named widgets whose appearance can be changed.
## 
#widget "console"
#widget "server tool"
#widget "dialog add server"
#widget "channel window"
#widget "dialog new popup"  -- creating a new popup item for channel user menu
#widget "popup listing"     -- channel suer popup menu item listing
#widget "SkriptX dialog"
#widget "setup tool"
#widget "code editor"
#widget "ignore add"
#widget "ignore tool"
#widget "event tool"
#widget "command list"
#widget "about"
#widget "dialog confirm"

style "code editor: textarea"
{
  bg_pixmap[NORMAL] ="weird.xpm"
}
style "entry"
{
  font="-*-lucidatypewriter-medium-r-normal-sans-12-*"
  base[NORMAL]={1.0, 1.0, 1.0}
  fg[NORMAL]={0, 0, 0}
}
class  "GtkEntry" style "entry"
widget "code editor*GtkText" style "code editor: textarea"
