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

gtk_color_scheme = "fg_color:#e6e8ed\nbg_color:#1c1e22\nbase_color:#15171b\ntext_color:#e6e8ed\nselected_bg_color:#fcaf3e\nselected_fg_color:#1a1c20\ntooltip_bg_color:#2a2e36\ntooltip_fg_color:#e6e8ed\nlink_color:#7eb8e8"

gtk-auto-mnemonics = 1

style "dark-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			= "#1a1c20"
	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		= "#b08ad4"
	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]		= "#6d7380"

	bg[NORMAL]		= @bg_color
	bg[PRELIGHT]		= "#2a2e36"
	bg[SELECTED]		= @selected_bg_color
	bg[INSENSITIVE]		= @bg_color
	bg[ACTIVE]		= "#15171b"

	base[NORMAL]		= @base_color
	base[PRELIGHT]		= "#1c1e22"
	base[ACTIVE]		= "#2a2e36"
	base[SELECTED]		= @selected_bg_color
	base[INSENSITIVE]	= "#1c1e22"

	text[NORMAL]		= @text_color
	text[PRELIGHT]		= @text_color
	text[ACTIVE]		= @text_color
	text[SELECTED]		= @selected_fg_color
	text[INSENSITIVE]	= "#6d7380"

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

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

style "dark-button" = "dark-default"
{
	bg[NORMAL]	= "#2a2e36"
	bg[PRELIGHT]	= "#343944"
	bg[ACTIVE]	= "#15171b"
	bg[INSENSITIVE]	= "#22252b"
	xthickness = 3
	ythickness = 2
}

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

style "dark-notebook" = "dark-wide"
{
	GtkNotebook		::show-border		= 0
	GtkNotebook		::tab-curvature		= 1
	GtkNotebook		::tab-overlap		= 1
	GtkNotebook		::tab-hborder		= 8
	GtkNotebook		::tab-vborder		= 5
	bg[NORMAL]	= "#1c1e22"
	bg[ACTIVE]	= "#16181c"
	bg[PRELIGHT]	= "#2a2e36"
	bg[SELECTED]	= @selected_bg_color
	bg[INSENSITIVE]	= "#1c1e22"
	base[NORMAL]	= "#1c1e22"
	xthickness = 3
	ythickness = 3

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

style "dark-menu" = "dark-default"
{
	xthickness = 1
	ythickness = 1
	bg[NORMAL]	= "#16181c"
	base[NORMAL]	= "#16181c"
}

style "dark-menu-item" = "dark-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 "dark-menubar" = "dark-default"
{
	bg[NORMAL]	= "#1c1e22"
	engine "clearlooks"
	{
		style		= GUMMY
		reliefstyle	= 0
		menubarstyle	= 0
		hint		= "menubar"
	}
}

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

style "dark-tree-header" = "dark-button"
{
	xthickness = 2
	ythickness = 2
	bg[NORMAL]	= "#22252b"
	bg[PRELIGHT]	= "#2a2e36"
	engine "clearlooks"
	{
		style	= GUMMY
		reliefstyle = 0
		hint	= "treeview-header"
	}
}

style "dark-frame-title" = "dark-default"
{
	fg[NORMAL] = "#9aa0ab"
}

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

style "dark-progress" = "dark-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 "dark-combo" = "dark-button"
{
	xthickness = 2
	ythickness = 2
	engine "clearlooks"
	{
		style	= GUMMY
		reliefstyle = 0
		hint	= "comboboxentry"
	}
}

style "dark-scrollbar" = "dark-default"
{
	bg[NORMAL]	= "#2a2e36"
	bg[PRELIGHT]	= "#3a3f48"
	bg[ACTIVE]	= "#15171b"
	bg[SELECTED]	= @selected_bg_color
	engine "clearlooks"
	{
		style	= GUMMY
		radius	= 4.0
		colorize_scrollbar = FALSE
		hint	= "scrollbar"
	}
}

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

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

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

style "dark-panel" = "dark-default"
{
	fg[NORMAL]	= "#e6e8ed"
	fg[PRELIGHT]	= "#ffffff"
	fg[ACTIVE]	= @selected_fg_color
	bg[NORMAL]	= "#1c1e22"
	bg[PRELIGHT]	= "#2a2e36"
	bg[SELECTED]	= @selected_bg_color
	bg[ACTIVE]	= "#1c1e22"
	text[NORMAL]	= "#e6e8ed"
	text[PRELIGHT]	= @selected_fg_color
	base[NORMAL]	= "#1c1e22"
	xthickness = 2
	ythickness = 1
	engine "clearlooks"
	{
		style		= CLASSIC
		reliefstyle	= 0
		menubarstyle	= 0
		toolbarstyle	= 0
		radius		= 0.0
	}
}

style "dark-dialog" = "dark-default"
{
	bg[NORMAL]	= "#1c1e22"
	bg[PRELIGHT]	= "#2a2e36"
	bg[ACTIVE]	= "#15171b"
	bg[SELECTED]	= @selected_bg_color
	bg[INSENSITIVE]	= "#1c1e22"
	base[NORMAL]	= "#1c1e22"
	base[ACTIVE]	= "#15171b"
	base[SELECTED]	= @selected_bg_color
}

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

style "dark-combo-text" = "dark-default"
{
	text[NORMAL]	= @fg_color
	text[PRELIGHT]	= @fg_color
	text[SELECTED]	= @selected_fg_color
	text[ACTIVE]	= @fg_color
	text[INSENSITIVE] = "#6d7380"
}

style "dark-menuitem-text" = "dark-menu-item"
{
	text[NORMAL]	= @fg_color
	text[PRELIGHT]	= @selected_fg_color
	text[SELECTED]	= @selected_fg_color
	text[ACTIVE]	= @fg_color
	text[INSENSITIVE] = "#6d7380"
}

style "dark-fg-is-text" = "dark-default"
{
	fg[NORMAL]	= @text_color
	fg[PRELIGHT]	= @text_color
	fg[ACTIVE]	= @text_color
	fg[SELECTED]	= @selected_fg_color
	fg[INSENSITIVE]	= "#6d7380"
}

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

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

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

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