# SliTaz-Light — GTK2 (Clearlooks)
# Light surfaces, SliTaz orange (#fcaf3e) accent.

gtk_color_scheme = "fg_color:#2b2f36\nbg_color:#f2f3f5\nbase_color:#ffffff\ntext_color:#2b2f36\nselected_bg_color:#fcaf3e\nselected_fg_color:#1a1c20\ntooltip_bg_color:#e4e6ea\ntooltip_fg_color:#2b2f36\nlink_color:#2a6fb5"

gtk-auto-mnemonics = 1

style "light-default"
{
	GtkButton		::default-border		= { 0, 0, 0, 0 }
	GtkButton		::default-outside-border	= { 0, 0, 0, 0 }
	GtkButton		::child-displacement-x		= 0
	GtkButton		::child-displacement-y		= 1
	GtkButton		::focus-line-width		= 1
	GtkButton		::focus-padding			= 0
	GtkCheckButton		::indicator-size		= 13
	GtkRadioButton		::indicator-size		= 13
	GtkPaned		::handle-size			= 6
	GtkRange		::trough-border			= 0
	GtkRange		::slider-width			= 11
	GtkRange		::stepper-size			= 11
	GtkScale		::slider-length			= 14
	GtkScale		::trough-side-details		= 1
	GtkScrollbar		::min-slider-length		= 28
	GtkScrollbar		::has-backward-stepper		= 0
	GtkScrollbar		::has-forward-stepper		= 0
	GtkScrollbar		::has-secondary-backward-stepper = 0
	GtkScrollbar		::has-secondary-forward-stepper	= 0
	GtkScrolledWindow	::scrollbar-spacing		= 1
	GtkMenuBar		::internal-padding		= 2
	GtkMenuBar		::shadow-type			= GTK_SHADOW_NONE
	GtkMenu			::horizontal-padding		= 0
	GtkMenu			::vertical-padding		= 2
	GtkToolbar		::internal-padding		= 2
	GtkToolbar		::shadow-type			= GTK_SHADOW_NONE
	GtkTreeView		::expander-size			= 12
	GtkTreeView		::vertical-separator		= 0
	GtkTreeView		::horizontal-separator		= 4
	GtkTreeView		::odd_row_color			= "#f6f7f9"
	GtkExpander		::expander-size			= 12
	GtkFrame		::shadow-type			= GTK_SHADOW_NONE
	GtkNotebook		::tab-overlap			= 1
	GtkWidget		::focus-line-width		= 1
	GtkWidget		::focus-padding			= 1
	GtkWidget		::link-color			= @link_color
	GtkWidget		::visited-link-color		= "#7a4fb0"
	GtkEntry		::progress-border		= { 0, 0, 0, 0 }
	GtkEntry		::honors-transparent-bg-hint	= 1
	GtkEntry		::cursor-color			= @text_color
	GtkTextView		::cursor-color			= @text_color
	GtkWidget		::cursor-color			= @text_color
	GtkHTML			::link-color			= @link_color

	xthickness = 1
	ythickness = 1

	fg[NORMAL]		= @fg_color
	fg[PRELIGHT]		= @fg_color
	fg[SELECTED]		= @selected_fg_color
	fg[ACTIVE]		= @fg_color
	fg[INSENSITIVE]		= "#8a909c"

	bg[NORMAL]		= @bg_color
	bg[PRELIGHT]		= "#e4e6ea"
	bg[SELECTED]		= @selected_bg_color
	bg[INSENSITIVE]		= @bg_color
	bg[ACTIVE]		= "#ffffff"

	base[NORMAL]		= @base_color
	base[PRELIGHT]		= "#f2f3f5"
	base[ACTIVE]		= "#e4e6ea"
	base[SELECTED]		= @selected_bg_color
	base[INSENSITIVE]	= "#f2f3f5"

	text[NORMAL]		= @text_color
	text[PRELIGHT]		= @text_color
	text[ACTIVE]		= @text_color
	text[SELECTED]		= @selected_fg_color
	text[INSENSITIVE]	= "#8a909c"

	engine "clearlooks"
	{
		style			= GUMMY
		reliefstyle		= 0
		menubarstyle		= 0
		toolbarstyle		= 0
		radius			= 3.0
		animation		= FALSE
		colorize_scrollbar	= FALSE
		hint			= "use-hints"
	}
}

style "light-wide" = "light-default"
{
	xthickness = 2
	ythickness = 2
}

style "light-button" = "light-default"
{
	bg[NORMAL]	= "#e4e6ea"
	bg[PRELIGHT]	= "#d9dce2"
	bg[ACTIVE]	= "#ffffff"
	bg[INSENSITIVE]	= "#eceef1"
	xthickness = 3
	ythickness = 2
}

style "light-entry" = "light-default"
{
	bg[NORMAL]	= @base_color
	bg[INSENSITIVE]	= "#f2f3f5"
	base[NORMAL]	= @base_color
	xthickness = 4
	ythickness = 3
}

style "light-notebook" = "light-wide"
{
	GtkNotebook		::show-border		= 0
	GtkNotebook		::tab-curvature		= 1
	GtkNotebook		::tab-overlap		= 1
	GtkNotebook		::tab-hborder		= 8
	GtkNotebook		::tab-vborder		= 5
	bg[NORMAL]	= "#f2f3f5"
	bg[ACTIVE]	= "#fafbfc"
	bg[PRELIGHT]	= "#e4e6ea"
	bg[SELECTED]	= @selected_bg_color
	bg[INSENSITIVE]	= "#f2f3f5"
	base[NORMAL]	= "#f2f3f5"
	xthickness = 3
	ythickness = 3

	engine "clearlooks"
	{
		style		= CLASSIC
		reliefstyle	= 0
		radius		= 0.0
		hint		= "use-hints"
	}
}

style "light-menu" = "light-default"
{
	xthickness = 1
	ythickness = 1
	bg[NORMAL]	= "#fafbfc"
	base[NORMAL]	= "#fafbfc"
}

style "light-menu-item" = "light-default"
{
	xthickness = 3
	ythickness = 4
	fg[PRELIGHT]	= @selected_fg_color
	text[PRELIGHT]	= @selected_fg_color
	fg[SELECTED]	= @selected_fg_color
	text[SELECTED]	= @selected_fg_color
}

style "light-menubar" = "light-default"
{
	bg[NORMAL]	= "#f2f3f5"
	engine "clearlooks"
	{
		style		= GUMMY
		reliefstyle	= 0
		menubarstyle	= 0
		hint		= "menubar"
	}
}

style "light-tree" = "light-default"
{
	xthickness = 2
	ythickness = 1
	engine "clearlooks"
	{
		style	= GUMMY
		radius	= 0.0
		hint	= "treeview"
	}
}

style "light-tree-header" = "light-button"
{
	xthickness = 2
	ythickness = 2
	bg[NORMAL]	= "#eceef1"
	bg[PRELIGHT]	= "#e4e6ea"
	engine "clearlooks"
	{
		style	= GUMMY
		reliefstyle = 0
		hint	= "treeview-header"
	}
}

style "light-frame-title" = "light-default"
{
	fg[NORMAL] = "#6d7380"
}

style "light-tooltips" = "light-default"
{
	bg[NORMAL]	= @tooltip_bg_color
	fg[NORMAL]	= @tooltip_fg_color
	xthickness = 8
	ythickness = 6
}

style "light-progress" = "light-default"
{
	xthickness = 1
	ythickness = 1
	fg[PRELIGHT]	= @selected_fg_color
	bg[SELECTED]	= @selected_bg_color
	engine "clearlooks"
	{
		style	= GUMMY
		radius	= 2.0
		hint	= "progressbar"
	}
}

style "light-combo" = "light-button"
{
	xthickness = 2
	ythickness = 2
	engine "clearlooks"
	{
		style	= GUMMY
		reliefstyle = 0
		hint	= "comboboxentry"
	}
}

style "light-scrollbar" = "light-default"
{
	bg[NORMAL]	= "#e4e6ea"
	bg[PRELIGHT]	= "#c3c8d0"
	bg[ACTIVE]	= "#ffffff"
	bg[SELECTED]	= @selected_bg_color
	engine "clearlooks"
	{
		style	= GUMMY
		radius	= 4.0
		colorize_scrollbar = FALSE
		hint	= "scrollbar"
	}
}

style "light-scale" = "light-button"
{
	engine "clearlooks"
	{
		style	= GUMMY
		radius	= 4.0
		hint	= "scale"
	}
}

style "light-spin" = "light-entry"
{
	engine "clearlooks"
	{
		style	= GUMMY
		hint	= "spinbutton"
	}
}

style "light-statusbar" = "light-default"
{
	engine "clearlooks"
	{
		hint = "statusbar"
	}
}

style "light-panel" = "light-default"
{
	fg[NORMAL]	= "#2b2f36"
	fg[PRELIGHT]	= "#000000"
	fg[ACTIVE]	= @selected_fg_color
	bg[NORMAL]	= "#f2f3f5"
	bg[PRELIGHT]	= "#e4e6ea"
	bg[SELECTED]	= @selected_bg_color
	bg[ACTIVE]	= "#f2f3f5"
	text[NORMAL]	= "#2b2f36"
	text[PRELIGHT]	= @selected_fg_color
	base[NORMAL]	= "#f2f3f5"
	xthickness = 2
	ythickness = 1
	engine "clearlooks"
	{
		style		= CLASSIC
		reliefstyle	= 0
		menubarstyle	= 0
		toolbarstyle	= 0
		radius		= 0.0
	}
}

style "light-dialog" = "light-default"
{
	bg[NORMAL]	= "#f2f3f5"
	bg[PRELIGHT]	= "#e4e6ea"
	bg[ACTIVE]	= "#ffffff"
	bg[SELECTED]	= @selected_bg_color
	bg[INSENSITIVE]	= "#f2f3f5"
	base[NORMAL]	= "#f2f3f5"
	base[ACTIVE]	= "#ffffff"
	base[SELECTED]	= @selected_bg_color
}

style "light-eventbox" = "light-dialog"
{
}

style "light-combo-text" = "light-default"
{
	text[NORMAL]	= @fg_color
	text[PRELIGHT]	= @fg_color
	text[SELECTED]	= @selected_fg_color
	text[ACTIVE]	= @fg_color
	text[INSENSITIVE] = "#8a909c"
}

style "light-menuitem-text" = "light-menu-item"
{
	text[NORMAL]	= @fg_color
	text[PRELIGHT]	= @selected_fg_color
	text[SELECTED]	= @selected_fg_color
	text[ACTIVE]	= @fg_color
	text[INSENSITIVE] = "#8a909c"
}

style "light-fg-is-text" = "light-default"
{
	fg[NORMAL]	= @text_color
	fg[PRELIGHT]	= @text_color
	fg[ACTIVE]	= @text_color
	fg[SELECTED]	= @selected_fg_color
	fg[INSENSITIVE]	= "#8a909c"
}

# Defaults
class "GtkWidget"	style "light-default"
class "GtkButton"	style "light-button"
class "GtkCombo"	style "light-button"
class "GtkRange"	style "light-wide"
class "GtkFrame"	style "light-wide"
class "GtkSeparator"	style "light-wide"
class "GtkStatusbar"	style "light-statusbar"
class "GtkEntry"	style "light-entry"
class "GtkMenu"		style "light-menu"
class "GtkMenuBar"	style "light-menubar"
class "GtkMenuItem"	style "light-menu-item"
class "GtkNotebook"	style "light-notebook"
class "GtkProgressBar"	style "light-progress"
class "GtkScrollbar"	style "light-scrollbar"
class "GtkHScrollbar"	style "light-scrollbar"
class "GtkVScrollbar"	style "light-scrollbar"
class "GtkScale"	style "light-scale"
class "GtkHScale"	style "light-scale"
class "GtkVScale"	style "light-scale"
class "GtkSpinButton"	style "light-spin"
class "GtkCalendar"	style "light-wide"
class "GtkWindow"	style "light-dialog"
class "GtkDialog"	style "light-dialog"
class "GtkEventBox"	style "light-eventbox"
class "GtkHandleBox"	style "light-dialog"
class "GtkViewport"	style "light-dialog"
class "GtkAlignment"	style "light-dialog"
class "GtkTable"	style "light-dialog"
class "GtkBox"		style "light-dialog"
class "GtkVBox"		style "light-dialog"
class "GtkHBox"		style "light-dialog"
class "GtkHButtonBox"	style "light-dialog"

widget_class "*<GtkButton>"		style "light-button"
widget_class "*<GtkNotebook>"		style "light-notebook"
widget_class "*<GtkMenuBar>*"		style "light-menubar"
widget_class "*<GtkMenu>*"		style "light-menu"
widget_class "*<GtkMenuItem>*"		style "light-menu-item"
widget_class "*<GtkProgressBar>"	style "light-progress"
widget_class "*<GtkStatusbar>*"		style "light-statusbar"
widget_class "*<GtkComboBoxEntry>*"	style "light-combo"
widget_class "*<GtkCombo>*"		style "light-combo"
widget_class "*.<GtkFrame>.<GtkLabel>"	style "light-frame-title"
widget_class "*.<GtkTreeView>*"		style "light-tree"
widget_class "*.<GtkTreeView>.<GtkButton>" style "light-tree-header"
widget_class "*.<GtkCTree>.<GtkButton>"	style "light-tree-header"
widget_class "*.<GtkList>.<GtkButton>"	style "light-tree-header"
widget_class "*.<GtkCList>.<GtkButton>"	style "light-tree-header"
widget_class "*<GtkNotebook>*<GtkEventBox>" style "light-notebook"
widget_class "*<GtkNotebook>*<GtkViewport>" style "light-notebook"
widget_class "*.GtkComboBox.GtkButton"	style "light-combo"
widget_class "*.GtkCombo.GtkButton"	style "light-combo"
widget_class "*.<GtkComboBox>.<GtkCellView>" style "light-combo-text"
widget "*.gtk-combobox-popup-menu.*"	style "light-menuitem-text"
widget_class "*<GtkListItem>*"		style "light-fg-is-text"
widget_class "*<GtkCList>"		style "light-fg-is-text"
widget "gtk-tooltip*"			style "light-tooltips"

# LXPanel
widget "PanelToplevel*"			style "light-panel"
widget "*PanelWidget*"			style "light-panel"
widget "*PanelApplet*"			style "light-panel"
widget "*TaskBar*"			style "light-panel"
widget "*Tray*"				style "light-panel"
class "PanelApp*"			style "light-panel"

# lxpanel netstatus "Connection Properties" dialog
widget "network_status_dialog"			style "light-dialog"
widget "network_status_dialog.dialog-vbox2"	style "light-dialog"
widget "network_status_dialog*notebook1"	style "light-notebook"
widget_class "*<GtkDialog>"			style "light-dialog"
widget_class "*<GtkDialog>*<GtkNotebook>"	style "light-notebook"
widget_class "*<GtkEventBox>"			style "light-eventbox"
