# LighthouseWhite Theme by Markus Hammer 2003

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] = { 0.0, 0.0, 0.0 }
  fg[ACTIVE] = { 0.0, 0.0, 0.0 }
  fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  fg[SELECTED] = { 1.0, 1.0, 1.0 }
  fg[INSENSITIVE]  = { 0.5, 0.5, 0.5 }
  
  bg[NORMAL]      = { 0.9, 0.9, 0.9 }
  bg[PRELIGHT]	  = { 0.95, 0.95, 0.95 }
  bg[ACTIVE]	  = { 0.8, 0.8, 0.8 }
  bg[INSENSITIVE] = { 0.9, 0.9, 0.9 }
  bg[SELECTED]    = { 0.30,0.35,0.65 }
  
  base[SELECTED]  = { 0.30,0.35,0.65 }
  text[SELECTED]  = { 1.0, 1.0, 1.0 }
  base[ACTIVE]    = { 0.6, 0.65, 0.75 }
  text[ACTIVE]    = { 1.0, 1.0, 1.0 }

  engine "lighthouseblue"
  {
    has_notebook_patch = FALSE
    make_tab_labels_bold = TRUE
    make_frame_labels_bold = TRUE
  }
}

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

  bg[NORMAL]       = { 0.9, 0.9, 0.9 }
  bg[ACTIVE]       = { 0.95, 0.95, 0.95 }
}

style "frame" = "default"
{
  bg[NORMAL]       = { 0.9, 0.9, 0.9 }
}

style "button" = "default"
{
  bg[NORMAL]       = { 0.9, 0.9, 0.9 }  
  bg[PRELIGHT]     = { 1.0, 1.0, 1.0 }
  bg[ACTIVE]       = { 0.8, 0.8, 0.85 }
}

style "togglebutton" = "default"
{
  fg[SELECTED] = "#5F7CA8"
  bg[NORMAL]       = { 0.9, 0.9, 0.9 }  
  bg[PRELIGHT]     = { 0.58, 0.74, 0.81 }
  bg[ACTIVE]       = { 0.8, 0.8, 0.85 }
}

style "menuitem" = "default"
{
  bg[PRELIGHT]     = "#5f7ca8"
  fg[PRELIGHT]     = "#bcbcbc"
}

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

    # Unfocused title background color
    bg[INSENSITIVE]        = { 0.8, 0.8, 0.8 }

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

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

    # Focused title background color
    bg[SELECTED]   = "#5f7ca8"

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

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"
