#PIXMAP_PATH
## Please REPLACE __HOME with the name of your home directory.
pixmap_path "__HOME/.sula/pixmaps:/usr/local/lib/sula/pixmaps:conf/pixmaps:."

## 13Jul99
## The following are some named widgets that you may want to customarize.
## The GTK doc has info on how to do it. These are all top level windows. 
## There are some examples further below. I cant swear that the
## examples are appealing to the eye.
## 
#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 "console: textarea"
{
  font="-*-times-medium-r-*-*-12-*-*-*-*-*-*-*"
  ## dont define this! use (gs-set-bg-pixmap "weird.xpm" -1)
  #bg_pixmap[NORMAL] ="weird.xpm" 
  text[NORMAL] = {1.0 , 1.0, 1.0}
  base[NORMAL] = {0.41, 0.41, 0.41}
}
style "console: clock"
{
  fg[NORMAL]={0.0, 1.0, 1.0}
  bg[NORMAL]={0.0, 0.0, 0.0}
  font="-*-lucidatypewriter-medium-r-normal-sans-12-*"
}
style "toggle_button"
{
  bg_pixmap[ACTIVE] = "green.xpm"
}

style "channelwindow: entry"
{
  font="-*-lucidatypewriter-medium-r-normal-sans-12-*"
  
  base[NORMAL]={0.48, 0.48, 0.58}
  fg[NORMAL]={1.0, 1.0, 1.0}
}
style "channelwindow: textarea"
{
  font="-*-times-medium-r-*-*-14-*-*-*-*-*-*-*"
  ## dont define this! instead use (gs-set-bg-pixmap ...
  #bg_pixmap[NORMAL] ="weird.xpm"
  text[NORMAL] = { 1.0, 1.0, 1.0 }
  base[NORMAL] = { 0.0, 0.0, 0.0 }
}
style "channelwindow: status display"
{
  ## dont define this! use (gs-set-status-bg-pixmap ..
  #bg_pixmap[NORMAL] ="weird.xpm"
  fg[NORMAL]={1.0, 1.0, 0.0}
  bg[NORMAL] = { 0.0, 0.0, 0.0 }
}

style "scrollbar"
{
  bg[PRELIGHT] = { 0.6, 0.6, 1.0 }
}
style "about"
{
  bg_pixmap[NORMAL] ="sky.xpm"
}

style "code editor"
{
  font="-*-lucidatypewriter-medium-r-normal-sans-12-*"
}

style "defaultfont"
{
  font="-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*"
}
style "default entry"
{
  font="-*-lucidatypewriter-medium-r-normal-sans-12-*"
  base[NORMAL]={1.0, 1.0, 1.0}
  fg[NORMAL]={0, 0, 0}
  
}
class  "GtkWidget" style "defaultfont"
class  "GtkScrollbar" style "scrollbar"
class  "GtkEntry" style "default entry"
widget_class "*GtkCheckButton*" style "toggle_button"
widget "console*GtkText" style "console: textarea"
widget "console*GtkEventBox*" style "console: clock"
widget "channel window*GtkText" style "channelwindow: textarea"
widget "channel window*GtkEventBox*" style "channelwindow: status display"
widget "channel window*GtkEntry" style "channelwindow: entry"
widget "channel window*GtkCombo*GtkEntry" style "default entry"
widget "about*" style "about"
widget "code editor*GtkText" style "code editor"
