
gtk_color_scheme = "fg_color:#000\nbg_color:#e6e7e6\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#21459c\nselected_fg_color:#fff"

style "galaxy-default"
{

    color["light_bg"] = shade(1.02, @bg_color) #"#EFEFEF"
    color["insensitive_fg"] = shade(0.59, @selected_fg_color) # "#949694"
    color["insensitive_bg"] = shade(0.88, @bg_color) # "#CECECE"
    color["active_selected_bg_color"] = mix(0.5, @selected_bg_color,"#c5c0de") #"#7382BD"

    GtkButton::default_border         = {1, 2, 1, 2}
    GtkButton::default_outside_border = {1, 2, 1, 2}
    GtkWidget::interior_focus         = 1
    GtkButton::default_spacing        = 6
    GtkCheckButton::indicator_size    = 15
    GtkPaned::handle_size             = 6
    GtkRange::trough_border           = 0
    GtkRange::slider_width            = 15
    GtkRange::stepper_size            = 15
    GtkRange::stepper_spacing         = 0
    GtkScrollbar::min_slider_length   = 20
    GtkTreeView::even_row_color       = @base_color # "#FFFFFF" white
    GtkTreeView::odd_row_color        = @light_bg #"#EFEFEF"


    fg[NORMAL]        = @fg_color # "#000000" black
    fg[ACTIVE]        = @fg_color # "#000000" black
    fg[INSENSITIVE]   = @insensitive_fg
    fg[PRELIGHT]      = @fg_color # "#000000" black
    fg[SELECTED]      = @base_color # "#FFFFFF" white

    bg[ACTIVE]        = @insensitive_bg # "#CECECE"
    bg[NORMAL]        = @bg_color # "#E6E7E6" 
    bg[INSENSITIVE]   = @insensitive_bg # "#CECECE"
    bg[PRELIGHT]      = @light_bg # "#EFEFEF"
    bg[SELECTED]      = @selected_bg_color # "#21459C"

    base[NORMAL]      = @base_color # "#ffffff" white
    base[ACTIVE]      = @active_selected_bg_color
    base[INSENSITIVE] = @bg_color # "#E6E7E6"
    base[PRELIGHT]    = @light_bg # "#EFEFEF"
    base[SELECTED]    = @selected_bg_color # "#2145AC"

    text[NORMAL]      = @text_color # "#000000" black
    text[ACTIVE]      = @selected_fg_color # "#ffffff" white
    text[PRELIGHT]    = @selected_fg_color # "#ffffff" white
    text[SELECTED]    = @selected_fg_color # "#ffffff" white
    text[INSENSITIVE] = @insensitive_fg

    engine "galaxy"
    {
    }
}

style "galaxy-normal" = "galaxy-default"
{
  xthickness = 2
  ythickness = 2
}

style "galaxy-button" = "galaxy-default"
{
  xthickness = 4
  ythickness = 4
}

style "galaxy-thin" = "galaxy-default"
{
  xthickness = 1
  ythickness = 1
}

style "galaxy-verythin" = "galaxy-thin"
{
  xthickness = 0
  ythickness = 0
}


style "galaxy-menu" = "galaxy-default"
{
  fg[PRELIGHT]  = "#ffffff"
}

style "galaxy-bar" = "galaxy-menu"
{
  xthickness = 1
  ythickness = 1
}


style "galaxy-tasklist" = "galaxy-default"
{
  xthickness = 2
  ythickness = 2
  GtkWidget::focus-line-width = 0
  GtkWidget::focus-padding = 0
}

style "galaxy-comboboxtext" = "galaxy-default"
{
  text[PRELIGHT] = "#000000"
}

style "galaxy-tooltips" = "galaxy-default"
{
  bg[NORMAL] = "#ffffdc"
}

class "GtkWidget" style "galaxy-default"
class "ECanvas" style "galaxy-thin"
class "GtkButton" style "galaxy-button"
widget_class "*GtkComboBoxEntry.GtkToggleButton" style "galaxy-normal"
widget_class "*Notebook.GtkHBox.GtkButton" style "galaxy-verythin"
class "EComboButton" style "galaxy-thin"
widget_class "*GtkComboBox.GtkCellView" style "galaxy-comboboxtext"
widget_class "*BaconCdSelection.GtkCellView" style "galaxy-comboboxtext"
widget_class "*NautilusBurnDriveSelection.GtkCellView" style "galaxy-comboboxtext"
widget_class "*Gimp*Combo*.GtkCellView" style "galaxy-comboboxtext"
widget_class "*.EShortcutsView.GtkButton" style "galaxy-thin"
widget_class "*.GtkHTMLEmbedded.*GtkButton" style "galaxy-thin"
widget_class "*Tree*GtkButton" style "galaxy-verythin"
widget_class "*List*GtkButton" style "galaxy-verythin"
widget_class "*EphyBookmarksEditor*GtkButton" style "galaxy-verythin"
class "GtkProgressBar" style "galaxy-bar"
widget_class "*MenuItem*" style "galaxy-menu"
widget_class "*.PanelApplet.*" style "galaxy-tasklist"
widget "*.tasklist-button" style "galaxy-tasklist"
class "GtkNotebook" style "galaxy-thin"
widget "gtk-tooltips" style "galaxy-tooltips"
widget_class "*GtkPathBar*" style "galaxy-thin"
