### Base colors ###
gtk_color_scheme = 
"fg_color:#000000\
bg_color:#D4D0C8\
disabled_fg_color:#A9A6A0\
base_color:#FFFFFF\
text_color:#000000\
selected_bg_color:#0A246A\
selected_fg_color:#FFFFFF\
tooltip_bg_color:#ffffe1\
tooltip_fg_color:#000000000"
### Begin ###

include "paned.rc"
include "scrollbar.rc" 
include "scale.rc"
include "notebook.rc"
include "button.rc" 
include "radio.rc" 
include "c_box.rc"
include "progressbar.rc"
include "entry.rc"
include "menubar.rc"
include "spin.rc"
include "toolbar.rc"
include "scrolledwindow.rc"
include "combobox.rc"
include "custom_menubar.rc"
include "panel.rc"

style "default"
{
	GtkArrow ::arrow-scaling = 0.3
#	GtkToolbar::button-relief = GTK_RELIEF_NORMAL
        GtkScrolledWindow::scrollbars-within-bevel = 1
        GtkToolbar::shadow_type = GTK_SHADOW_IN
        GtkPaned::handle-size = 3
        GtkPaned::margin = 2
        GtkTreeView::odd_row_color = @base_color
        GtkTreeView::even_row_color = @base_color
        GtkToolbar::internal-padding = 2

        
	fg[ACTIVE] = @fg_color
  	fg[INSENSITIVE] = @disabled_fg_color
  	fg[NORMAL] = @fg_color
  	fg[PRELIGHT] = @fg_color
  	fg[SELECTED] = @selected_fg_color

	bg[ACTIVE] = @base_color
	bg[INSENSITIVE] = @bg_color
	bg[NORMAL] = @bg_color
	bg[PRELIGHT] = @bg_color
	bg[SELECTED] = @selected_bg_color

	base[ACTIVE] = @selected_bg_color
	base[INSENSITIVE] = @selected_fg_color
	base[NORMAL] = @base_color
	base[PRELIGHT] = @selected_bg_color
	base[SELECTED] = @selected_bg_color

	text[ACTIVE] = @selected_fg_color
	text[INSENSITIVE] = @disabled_fg_color
	text[NORMAL] = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color		
} 
class "GtkWidget" style "default"

style "tooltips"
{
	bg[NORMAL] = @base_color
	fg[NORMAL] = @text_color
}


widget "gtk-tooltip*" style "tooltips"

style "color-fix"
{
        GtkFrame::shadow-type = GTK_SHADOW_NONE
        GtkPaned ::handle-size = 1
        GtkTreeView::expander-size = 0
	GtkTreeView::vertical-separator = 0
        GtkToolbar::internal-padding = 2

        bg[NORMAL] = @base_color

  	fg[PRELIGHT] = @selected_fg_color
  	fg[SELECTED] = @selected_fg_color


	text[INSENSITIVE] = @disabled_fg_color

	text[SELECTED] = @selected_fg_color
}

class "GtkMenuItem*" style "color-fix"
class "GtkImageMenuItem*" style "color-fix"
class "GtkTearoffMenuItem*" style "color-fix"
class "GtkMenuBar*" style "menubar2"
class "GtkItem*" style "color-fix"
widget_class "*MenuBar.*" 			        style "menubar2"
widget_class "*<GtkMenu>*"              		style "color-fix"
widget_class "*<GtkMenuItem>*"          		style "color-fix"
widget_class "*<GtkSeparatorMenuItem>*" 		style "color-fix"


style "progressbarfix" {

	fg[ACTIVE] = @fg_color
	fg[NORMAL] = @fg_color
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	text[ACTIVE] = @selected_fg_color
	text[NORMAL] = @fg_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color

}

class "GtkScrolledWindow*" style "scrolledwindow"
class "GtkProgressBar*" style "progressbarfix"
