# Sunhouse Theme

style "default"
{
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }
  GtkRange::trough_border = 0

  GtkWidget::focus_padding = 1

  GtkPaned::handle_size = 6
  
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::arrow_displacement_x = 1
  GtkScrollbar::arrow_displacement_y = 1
  GtkScrollbar::min_slider_length = 14
  GtkCheckButton::indicator_size = 10
  GtkRadioButton::indicator_size = 11
  GtkMenuBar::internal_padding = 0

  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#000000"
  fg[SELECTED]     = "#F7F7EB"
  fg[INSENSITIVE]  = "#747474"

  bg[NORMAL]       = "#C7C9D1"
  bg[ACTIVE]       = "#B5B7BF" 
  bg[PRELIGHT]     = "#BDBFC7"
  bg[SELECTED]     = "#666699" 
  bg[INSENSITIVE]  = "#C7C9D1"

  base[NORMAL]     = "#F7F7EB"
  base[ACTIVE]     = "#C7C9D1"
  base[PRELIGHT]   = "#F7F7EB"
  base[SELECTED]   = "#666699"
  base[INSENSITIVE]= "#C7C9D1"

  text[NORMAL]     = "#000000"
  text[ACTIVE]     = "#000000"
  text[PRELIGHT]   = "#000000"
  text[SELECTED]   = "#F7F7EB"
  text[INSENSITIVE]= "#747474"

  engine "lighthouseblue"
  {
    # for LighthouseBlue engine 0.4 comment out the next three lines
    has_notebook_patch = FALSE
    make_tab_labels_bold = TRUE
    make_frame_labels_bold = TRUE
  }
}

style "notebook" = "default"
{
  GtkNotebook::tab_offset = 6

  bg[NORMAL]       = "#C2C4CC"
  bg[ACTIVE]       = "#AEB0B8"
}

style "frame" = "default"
{
  bg[NORMAL]       = "#B8BAC2"
}

style "button" = "default"
{
  bg[NORMAL]       = "#BDBFC7"  
  bg[PRELIGHT]     = "#D1D3DB"
  bg[ACTIVE]       = "#B5B7BF"
}

style "togglebutton" = "default"
{
  fg[SELECTED] = "#666699"

  bg[NORMAL] = "#BDBFC7"
  bg[PRELIGHT] = "#D1D3DB"
  bg[ACTIVE] = "#B5B7BF"
}

style "menuitem" = "default"
{
  bg[PRELIGHT]     = "#666699"
  fg[PRELIGHT]     = "#F7F7EB"
}

style "metacity-frame"
{
    # Normal base color
    bg[NORMAL]     = "#D1D3DB"

    # Unfocused title background color
    bg[INSENSITIVE]        = "#C7C9D1"

    # Unfocused title text color
    fg[INSENSITIVE]        = "#747474"

    # Focused icon color
    fg[NORMAL]     = { 0.2, 0.2, 0.2 }

    # Focused title background color
    bg[SELECTED]   = "#B24D79"

    # Focused title text color
    fg[SELECTED]   = "#F7F7EB"
}

class "GtkWidget" style "default"
class "GtkNotebook" style "notebook"
class "GtkButton" style "button"
class "GtkFrame" style "frame"
class "GtkMenuItem" style "menuitem"
class "GtkToggleButton" style "togglebutton"

class "MetaFrames" style "metacity-frame"

widget_class "*.GtkButton.*" style "button"
widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkSeparatorMenuItem.*" style "menuitem"

# This is for the xfwm4 window manager see www.xfce.org for details
widget "xfwm" style "metacity-frame"
