# gtk2 theme D-Lux-Adwaita-Gray by Yankee


gtk_color_scheme = "fg_color:#000000"
gtk_color_scheme = "bg_color:#888888"    

gtk_color_scheme = "base_color:#cccccc"  
gtk_color_scheme = "text_color:#000000"

gtk_color_scheme = "selected_bg_color:#ffffff"    
gtk_color_scheme = "selected_fg_color:#000000"    

gtk_color_scheme = "tooltip_bg_color:#eeeeee"
gtk_color_scheme = "tooltip_fg_color:#000000"

include "icons-white/iconrc"

gtk-icon-sizes = "mini-commander-icon=16,16:print-manager=16,16:panel-button=12,12:gtk-dnd=24,24:gtk-menu=16,16:panel-menu=16,16:gtk-large-toolbar=24,24:gtk-small-toolbar=24,24"



style "default-style"
{
        engine ""  { }        
        
        xthickness = 1
        ythickness = 1

        GtkButton::default-border          = {0, 0, 0, 0} 
        GtkButton::default-outside-border  = {0, 0, 0, 0}
        GtkButton::inner-border            = {0, 0, 0, 0} 
        GtkButton::focus-padding           = 0

        GtkCheckButton::indicator_size     = 18
        GtkCheckMenuItem::indicator_size   = 22

        GtkRadioButton::indicator_size     = 18
        GtkRadioMenuItem::indicator_size   = 18

        GtkScrollbar::min_slider_length     = 50
        GtkScrollbar::slider-width          = 16
        GtkScrollbar::has-backward-stepper  = 0
        GtkScrollbar::has-forward-stepper   = 0

        GtkComboBox::appears-as-list         = 1
       
        #GtkNotebook::tab-overlap           = 8
        #GtkNotebook::tab-curvature         = 8

	#GtkTreeView::odd-row-color          = shade (1.1, @base_color) 



# set the background
bg[NORMAL]        = @bg_color
bg[PRELIGHT]      = @bg_color
bg[SELECTED]      = @selected_bg_color
bg[ACTIVE]        = shade (.9, @bg_color)     
bg[INSENSITIVE]   = shade (.8, @bg_color)
	
base[NORMAL]      = @base_color
base[SELECTED]    = @selected_bg_color
base[ACTIVE]      = @selected_bg_color
base[INSENSITIVE] = @base_color
base[PRELIGHT]    = @selected_bg_color
        
# set the forground 
fg[NORMAL]        = @fg_color
fg[PRELIGHT]      = @fg_color
fg[SELECTED]      = @selected_fg_color
fg[ACTIVE]        = @selected_fg_color
fg[INSENSITIVE]   = shade (.7, @bg_color)

text[NORMAL]      = @text_color
text[PRELIGHT]    = @selected_fg_color
text[ACTIVE]      = @selected_fg_color
text[SELECTED]    = @selected_fg_color
text[INSENSITIVE] = darker (@base_color)

}
class "GtkWidget" style "default-style"



##################
### Side Pane ####
##################

style "fm-sidebar"  {
base[NORMAL]       =  shade (.7, @bg_color)
text[NORMAL]       =  shade (1.8, @bg_color)
}
widget "*FmSidePane*" style "fm-sidebar"



##################
###### Menu ######
##################

style "menubar"  {
bg[NORMAL]     = shade (1.4, @bg_color)
}
class "GtkMenuBar"	style "menubar"

style "menuitem"  {

ythickness = 4

bg[PRELIGHT]      = @selected_bg_color
bg[SELECTED]      = @selected_bg_color
fg[PRELIGHT]      = @selected_fg_color
fg[SELECTED]      = @selected_fg_color
fg[INSENSITIVE]   = shade (.8, @bg_color)

engine "pixmap" 
{
image {
         function         = BOX
         recolorable      = TRUE
         file             = "pix/silver6.png"
         border           = { 0, 0, 0, 0 }
         stretch          = TRUE
       }      
       }
}
widget_class "*<GtkMenuItem>*" style "menuitem"

style "menu"  {
bg[NORMAL]     = shade (1.6, @bg_color)
}
class "GtkMenu"	style "menu"



##################
#### Buttons #####
##################

style "button"  {

xthickness = 2
ythickness = 2

bg[PRELIGHT]  = @selected_bg_color
bg[SELECTED]  = @selected_bg_color
fg[PRELIGHT]  = @selected_fg_color
fg[SELECTED]  = @selected_fg_color
fg[ACTIVE]    = @fg_color
}
widget_class "*<GtkButton>*" style "button"



##################
#### Notebook ####
##################

style "notebook"  {
#  For notebookes, NORMAL is used for the active tab and ACTIVE is used for
#  the other tabs
fg[ACTIVE]        = lighter (@bg_color)
bg[ACTIVE]        = darker (@bg_color)
fg[NORMAL]        = shade (.01, @selected_bg_color)
fg[INSENSITIVE]   = shade (.6, @bg_color)
fg[PRELIGHT]      = shade (.9, @selected_bg_color)
}
class "GtkNotebook"     style "notebook"
widget_class "*GtkNotebook*GtkLabel"       style "notebook"



style "notebook-button-2"  {
bg[PRELIGHT]   = @bg_color
bg[ACTIVE]     = shade (.85, @bg_color)
fg[PRELIGHT]   = @fg_color
fg[ACTIVE]     = @fg_color
fg[NORMAL]     = @fg_color
}
widget_class "*Notebook*Button*" style "notebook-button-2"



##################
#### TreeView ####
##################

style "treeview-button"  {
bg[PRELIGHT]   = @bg_color   
bg[ACTIVE]     = shade (.85, @bg_color)
fg[PRELIGHT]   = @fg_color
fg[ACTIVE]     = @fg_color
}
widget_class "*TreeView*Button*"  style "treeview-button"

style "treeview"  {
base[SELECTED]   = @selected_bg_color
base[ACTIVE]     = @selected_bg_color
base[PRELIGHT]   = @selected_bg_color
text[SELECTED]   = @selected_fg_color
text[ACTIVE]     = @selected_fg_color
text[PRELIGHT]   = @selected_fg_color
}
class "GtkTreeView"                 style "treeview"


##################
###### Bars ######
##################

style "scrollbar"  {
bg[PRELIGHT]   = @base_color   
bg[ACTIVE]     = darker (@bg_color)
}
class "GtkScrollbar"	style "scrollbar"

style "progressbar"  {
bg[PRELIGHT]   = @selected_bg_color
fg[PRELIGHT]   = @selected_fg_color
}
class "GtkProgressBar"	style "progressbar"



##################
#### Tooltips ####
##################

style "tooltips"  {
bg[NORMAL] = @tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color
}
widget "gtk-tooltip*"   style "tooltips"



##################
##### Labels #####
##################

style "frame-label"  {
fg[NORMAL] = shade (1.9, @bg_color)
}
widget_class "*.GtkFrame.GtkLabel"  style "frame-label"


style "statusbar-label"  {
fg[NORMAL] = shade (1.9, @bg_color)
}
widget_class "*.GtkStatusbar.*GtkLabel"  style "statusbar-label"
widget_class "*Statusbar*Label*"  style "statusbar-label"



###################
###  Combo Box  ###
###################

style "cellview"  {
fg[INSENSITIVE]    = @fg_color
fg[NORMAL]         = @fg_color
fg[PRELIGHT]       = @fg_color
fg[SELECTED]       = @fg_color
fg[ACTIVE]         = @fg_color
text[INSENSITIVE]  = @fg_color
text[NORMAL]       = @fg_color
text[PRELIGHT]     = @fg_color
text[SELECTED]     = @fg_color
text[ACTIVE]       = @fg_color
bg[PRELIGHT]       = @bg_color
bg[NORMAL]         = @bg_color
}
widget_class "*ComboBox*Button*"	style "cellview"
widget_class "*ComboBox*CellView*"	style "cellview"


style "combobox"
{
bg[NORMAL]              =  shade (1.2,@bg_color)
fg[NORMAL]       	=  @fg_color
fg[ACTIVE]       	=  @selected_fg_color
fg[PRELIGHT]     	=  @selected_fg_color
fg[SELECTED]     	=  @selected_fg_color
fg[INSENSITIVE]  	=  @fg_color
text[NORMAL]     	=  @fg_color
text[ACTIVE]		=  @selected_fg_color 
text[PRELIGHT]   	=  @selected_fg_color
text[SELECTED]   	=  @selected_fg_color
text[INSENSITIVE]	=  @fg_color 
bg[PRELIGHT]            =  @selected_bg_color
}
widget  "GtkWindow.gtk-combobox-popup-menu*"  style "combobox"
widget  "gtk-combobox-popup-window.GtkFrame.GtkScrolledWindow.GtkTreeView*"  style "combobox" 



###############
#### Entry ####
###############

style "entry"  {
fg[PRELIGHT]    = @selected_fg_color
text[PRELIGHT]  = @selected_fg_color
fg[SELECTED]    = @selected_fg_color
text[SELECTED]  = @selected_fg_color
fg[ACTIVE]      = @selected_fg_color
text[ACTIVE]    = @selected_fg_color
fg[NORMAL]      = @text_color
}
class "GtkEntry"     style "entry"
class "GtkTreeStore"  style "entry"
class "GtkListStore"  style "entry"
class "GtkListViewText"  style "entry"
class "GtkSelection"  style "entry"
class "GtkFileSelection"  style "entry"
class "GtkFileChooser"  style "entry"
class "GtkTreeViewColumn"  style "entry"
widget_class "*TreeSelection*"  style "entry"
widget_class "*Notebook*Store*"  style "entry"
widget_class "*<GtkListItem>*" style "entry"
widget_class "*<GtkCList>*" style "entry"



##################
#### Toolbar #####
##################

style "toolbar"  {
bg[NORMAL]     = shade (1.2, @bg_color)
}
class "GtkToolbar"	style "toolbar"

style "toolbar-button"  {
bg[PRELIGHT]      = @selected_bg_color
bg[ACTIVE]        = shade (.9, @bg_color)
fg[PRELIGHT]      = @selected_fg_color
fg[INSENSITIVE]   = shade (.6, @bg_color)
}
widget_class "*Toolbar*Button*"  style "toolbar-button"



######################
#### CheckButton #####
######################

style "checkbutton"  {
bg[SELECTED]      = @bg_color
bg[PRELIGHT]      = @bg_color
base[SELECTED]    = @base_color
base[PRELIGHT]    = @base_color
base[ACTIVE]      = @base_color
fg[PRELIGHT]      = @fg_color
fg[ACTIVE]        = @fg_color
fg[SELECTED]      = @fg_color
text[PRELIGHT]    = @fg_color
text[ACTIVE]      = @fg_color
fg[INSENSITIVE]   = shade (1.0, @bg_color)
fg[NORMAL]        = @fg_color
}
widget_class "*<GtkCheckButton>*" style "checkbutton"



