# Rezlooks-toothcut include "Tabs/tabs.rc" style "rezlooks-default" { GtkButton::default_border = { 0, 0, 0, 0 } GtkButton::default_outside_border = { 0, 0, 0, 0 } GtkRange::trough_border = 0 GtkWidget::focus_padding = 1 GtkPaned::handle_size = 6 GtkRange::slider_width = 15 GtkRange::stepper_size = 15 # toolbar arrows GtkScrollbar::min_slider_length = 30 GtkCheckButton::indicator_size = 12 GtkMenuBar::internal-padding = 0 GtkTreeView::expander_size = 14 GtkExpander::expander_size = 16 xthickness = 1 ythickness = 1 fg[NORMAL] = "#5d5e44" # very dark brown fg[PRELIGHT] = "#91946b" # text on buttons (hover) fg[ACTIVE] = "#91946b" # text on unfocused tabs fg[SELECTED] = "#dddddd" # selected text on lists fg[INSENSITIVE] = "#dddddd" # greyed "unused" text bg[NORMAL] = "#313233" # entire background bg[PRELIGHT] = "#333333" # button prelights bg[ACTIVE] = "#313233" # selected taskbar items bg[SELECTED] = "#313233" # ??? bg[INSENSITIVE] = "#313233" # greyed buttons base[NORMAL] = "#333333" # window background base[PRELIGHT] = "#313233" # menubar outline colour base[ACTIVE] = "#222222" # selected item background (out of focus) base[SELECTED] = "#222222" # selected hilight,tab/slider background, & menu stripe base[INSENSITIVE] = "#222222" # greyed sliders text[NORMAL] = "#dddddd" # text in general text[PRELIGHT] = "#dddddd" # hover text (on buttons) text[ACTIVE] = "#ffffff" # greyed text out of use (on highlight) text[SELECTED] = "#ffffff" # selected text (on highlight) text[INSENSITIVE] = "#b1b1b1" # greyed text engine "rezlooks" { scrollbar_color = "#313233" menubarstyle = 2 # 0 = flat, 1 = flat gradient, 2 = striped gradient menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button) animation = TRUE } } style "rezlooks-progressbar" = "rezlooks-default" { fg[PRELIGHT] = "#91946b" xthickness = 1 ythickness = 1 } style "rezlooks-wide" = "rezlooks-default" { xthickness = 2 ythickness = 2 } style "rezlooks-button" = "rezlooks-default" { xthickness = 2 ythickness = 2 bg[NORMAL] = "#313233" } style "rezlooks-notebook" = "rezlooks-wide" { bg[NORMAL] = "#313233" # inner window background colour bg[ACTIVE] = "#313233" # out of focus tabs bg[SELECTED] = "#313233" } style "rezlooks-tasklist" = "rezlooks-default" { xthickness = 5 ythickness = 0 } style "rezlooks-menu" = "rezlooks-default" { bg[NORMAL] = "#313233" } style "rezlooks-menu-item" = "rezlooks-default" { xthickness = 2 ythickness = 3 bg[SELECTED] = "#222222" fg[PRELIGHT] = "#91946b" text[PRELIGHT] = "#91946b" font_name = "HeldustryFTVBasic Demi 6" } style "rezlooks-tree" = "rezlooks-default" { xthickness = 2 ythickness = 2 GtkTreeView::odd_row_color = "#313233" GtkTreeView::even_row_color = "#313233" } style "evolution-hack" = "rezlooks-default" { bg[ACTIVE] = "#313233" bg[SELECTED] = "#313233" fg[ACTIVE] = "#000000" fg[SELECTED] = "#313233" } style "rezlooks-frame-title" = "rezlooks-default" { fg[NORMAL] = "#313233" } style "rezlooks-panel" = "rezlooks-default" { xthickness = 3 ythickness = 3 } style "rezlooks-tooltips" = "rezlooks-default" { xthickness = 4 ythickness = 4 bg[NORMAL] = { 1.0,1.0,0.75 } } style "rezlooks-combo" = "rezlooks-default" { xthickness = 1 ythickness = 2 } style "metacity-frame" { # Normal base color #bg[NORMAL] = "#bbbbbb" # Unfocused title background color #bg[INSENSITIVE] = { 0.8, 0.8, 0.8 } # Unfocused title text color #fg[INSENSITIVE] = { 1.55, 1.55, 1.55 } # Focused icon color #fg[NORMAL] = { 0.2, 0.2, 0.2 } # Focused title background color bg[SELECTED] = "#313233" # Focused title text color fg[SELECTED] = "#313233" } style "menubar" { fg[NORMAL] = "#91946b" text[NORMAL] = "#313233" bg[PRELIGHT] = "#313233" bg[NORMAL] = "#313233" fg[PRELIGHT] = "#91946b" fg[ACTIVE] = "#313233" fg[INSENSITIVE] = "#c9ddec" text[PRELIGHT] = "#c9ddec" xthickness = 1 ythickness = 2 font_name = "HeldustryFTVBasic Demi 6" } style "panel" { xthickness = 0 ythickness = 0 engine "pixmap" {} } # widget styles class "GtkWidget" style "rezlooks-default" class "GtkButton" style "rezlooks-button" class "GtkCombo" style "rezlooks-button" class "GtkRange" style "rezlooks-wide" class "GtkFrame" style "rezlooks-wide" class "GtkMenu" style "rezlooks-menu" class "GtkEntry" style "rezlooks-button" class "GtkMenuItem" style "rezlooks-menu-item" class "GtkStatusbar" style "rezlooks-wide" class "GtkNotebook" style "rezlooks-notebook" class "GtkProgressBar" style "rezlooks-progressbar" class "MetaFrames" style "metacity-frame" widget_class "*MenuItem.*" style "rezlooks-menu-item" class "GtkMenuBar*" style "menubar" widget_class "*MenuBar.*" style "menubar" # combobox stuff widget_class "*.GtkComboBox.GtkButton" style "rezlooks-combo" widget_class "*.GtkCombo.GtkButton" style "rezlooks-combo" # tooltips stuff widget_class "*.tooltips.*.GtkToggleButton" style "rezlooks-tasklist" widget "gtk-tooltips" style "rezlooks-tooltips" # treeview stuff widget_class "*.GtkTreeView.GtkButton" style "rezlooks-tree" widget_class "*.GtkCTree.GtkButton" style "rezlooks-tree" widget_class "*.GtkList.GtkButton" style "rezlooks-tree" widget_class "*.GtkCList.GtkButton" style "rezlooks-tree" widget_class "*.GtkFrame.GtkLabel" style "rezlooks-frame-title" # notebook stuff widget_class "*.GtkNotebook.*.GtkEventBox" style "rezlooks-notebook" widget_class "*.GtkNotebook.*.GtkViewport" style "rezlooks-notebook" # evolution widget_class "*GtkCTree*" style "evolution-hack" widget_class "*GtkList*" style "evolution-hack" widget_class "*GtkCList*" style "evolution-hack" widget_class "*.ETree.*" style "evolution-hack" widget_class "*Panel*GtkButton" style "panel"