style "default" {
    fg[NORMAL]              = "#3f3f3f"
        fg[ACTIVE]              = "#3f3f3f"
        fg[INSENSITIVE]         = "#d0d0d0"
        fg[PRELIGHT]            = "#3f3f3f"
        fg[SELECTED]            = "#3f3f3f"

        bg[ACTIVE]              = "#f0f0f0"
        bg[NORMAL]              = "#f0f0f0"
        bg[INSENSITIVE]         = "#e2e2e2"
        bg[PRELIGHT]            = "#ffdd76"
        bg[SELECTED]            = "#ffdd76"

        base[NORMAL]            = "#fdfdfd"
        base[ACTIVE]            = "#999999"
        base[INSENSITIVE]       = "#fdfdfd"
        base[PRELIGHT]          = "#ffdd76"
        base[SELECTED]          = "#ffdd76"

        text[NORMAL]            = "#3f3f3f"
        text[ACTIVE]            = "#3f3f3f"
        text[PRELIGHT]          = "#3f3f3f"
        text[SELECTED]          = "#333333"
        text[INSENSITIVE]       = "#f0f0f0"

        GtkEntry::cursor_color = "#999999"
        GtkLabel::cursor_color = "#999999"

        GtkRange::slider_width          = 11
        GtkRange::stepper_size          = 11
        GtkCheckButton::indicator_size  = 10
        GtkRadioButton::indicator_size  = 12
        GtkStatusbar::shadow_type       = none

        GtkButton::default_border           = {1, 1, 1, 1}
        GtkButton::default_outside_border   = {0, 0, 0, 0}
        GtkButton::default_spacing          = 0
        GtkButton::default_outside_spacing  = 0
# Dont mess with this, gets ugly
#GtkRange::trough_border = 3
# Does nothing apparently
#        GtkButton::relief = GTK_RELIEF_NORMAL
#        GtkButton::use_stock = 1

        engine "mist" {

        }
}


style "metacity" {
    fg[INSENSITIVE]         = "#ffdd76"
#base[SELECTED] = "#97adc3"
#        bg[ACTIVE] =    "#97adc3"
}


style "scrollbar" {
    GtkScrollbar::min_slider_length = 15
    GtkScrollbar::has_backward_stepper = 1
    GtkScrollbar::has_secondary_backward_stepper = 1
    bg[ACTIVE]              = "#fdfdfd"
}

style "thin" {
    ythickness = 1
    xthickness = 1
}

style "menubar" {
    ythickness=0
    xthickness=0
    GtkContainer::border_width=0
}

style "menuitem" {
    text[PRELIGHT]          = "#333333"
    fg[PRELIGHT]            = "#333333"
}

class "MetaFrames" style "metacity"

class "GtkWidget" style "default"
class "GtkMenuBar" style "menubar"

widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"

class "GtkScrolledWindow" style "thin"
class "GtkCheckBox" style "thin"
class "GtkScrollbar" style "scrollbar"

