# 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 = 10

  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#000000"
  fg[SELECTED]     = "#FFFFFF"
  fg[INSENSITIVE]  = "#747474"
  bg[NORMAL]       = "#D3D3DD"
  bg[ACTIVE]       = "#C1C1CC"
  bg[PRELIGHT]     = "#E5E5F7"
  bg[SELECTED]     = "#336699"
  bg[INSENSITIVE]  = "#D3D3DD"
  base[NORMAL]     = "#E5E5F7"
  base[ACTIVE]     = "#D3D3DD"
  base[PRELIGHT]   = "#E5E5F7"
  base[INSENSITIVE]= "#D3D3DD"
  text[INSENSITIVE]= "#747474"

  #font_name = "Sans 10"
  engine "thinice"
  {
    # Deprecated stuff:
    # You want the // on the handleboxes?
    #handlebox_marks = TRUE
    # Do you want the // marks on the scrollbar handle?
    #scrollbar_marks = TRUE
    # A single / on the scrollbar buttons, perhaps?
    #scroll_button_marks = TRUE
    # End of Deprecated stuff

    # Do you want the scrollbar handles rectangular or a bit shaped?
    rect_scrollbar = FALSE

    # 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 = SLASH
    # Mark type 2 is used on scrollbar buttons
    mark_type2 = ARROW
  }
}

class "GtkWidget" style "default"

