# Solaris theme for GTK+ 2.0
# (c) fox@ppdv.ru
#
# (based on PrettyOkayish theme)

# Edit these colors and fonts however you like.
style "default"
{
  GtkRange::slider_width = 12
  GtkRange::stepper_size = 12
  GtkScrollbar::min_slider_length = 14
  GtkCheckButton::indicator_size = 12

  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#000000"
  fg[SELECTED]     = "#FFFFFF"
  fg[INSENSITIVE]  = "#9396A4" # 
  bg[NORMAL]       = "#afb2c3" #
  bg[ACTIVE]       = "#B8BBCD" #
  bg[PRELIGHT]     = "#B5B8CA" #
  bg[SELECTED]     = "#A74F75" #
  bg[INSENSITIVE]  = "#afb2c3" #
  base[NORMAL]     = "#F6F7FF"
  base[SELECTED]   = "#a59db2"
  base[ACTIVE]     = "#F6F7FF"
  base[PRELIGHT]   = "#C3C6D9"
  base[INSENSITIVE]= "#B6B8CA"
  text[INSENSITIVE]= "#747474"
  text[SELECTED]   = "#F6F7FF"
  text[ACTIVE]     = "#000000"

  font_name = "Tahoma 11"
  #font_name = "Sans 10"
  engine "thinice"
  {
    # Do you want the scrollbar handles rectangular or a bit shaped?
    rect_scrollbar = TRUE

    # The following variables are semi-generic, can be applied to
    # different widget classes etc..

    # Mark type 1 is used on scrollbar handles, handleboxes etc
    mark_type1 = DOT
    # Mark type 2 is used on scrollbar buttons
    mark_type2 = ARROW
  }
}

style "menu" = "default"
{
  bg[PRELIGHT]     = "#8E909E" 
  text[PRELIGHT]					= { 1.0, 1.0, 1.0 }
		engine "redmond95" { }
}
style "togglebuttons" = "default"
{
   engine "redmond95" { }
}

class "GtkWidget" style "default"
class "GtkMenuItem*"	style "menu"
class "GtkCheckButton" style "togglebuttons"
class "GtkRadioButton" style "togglebuttons"

style "user-font"
{
  font_name="Arial 12"
}

class "*Text*" style "user-font"
