# # Murrine rape # # Last modified: 2010-10-31 # Version: 1.0 # Author: Hiltjo Posthuma # style "theme-default" { GtkButton ::default_border = { 0, 0, 0, 0 } GtkRange ::trough_border = 0 GtkPaned ::handle_size = 6 GtkRange ::slider_width = 15 GtkRange ::stepper_size = 15 GtkScrollbar ::min_slider_length = 30 GtkCheckButton ::indicator_size = 14 GtkMenuBar ::internal-padding = 0 GtkTreeView ::expander_size = 14 GtkTreeView ::even-row-color = "#ffffff" GtkTreeView ::odd-row-color = "#e0e0e0" GtkExpander ::expander_size = 16 GtkScale ::slider-length = 27 xthickness = 1 ythickness = 1 fg[NORMAL] = "#333333" fg[PRELIGHT] = "#000000" fg[ACTIVE] = "#505050" fg[SELECTED] = "#ffffff" fg[INSENSITIVE] = "#b1b1b1" bg[NORMAL] = "#f2f2f2" bg[PRELIGHT] = "#f6f7f8" bg[ACTIVE] = "#e5e6e7" bg[SELECTED] = "#777777" bg[INSENSITIVE] = "#e2e3e4" base[NORMAL] = "#ffffff" base[PRELIGHT] = "#222222" base[ACTIVE] = "#777777" base[SELECTED] = "#888888" base[INSENSITIVE] = "#e0e0e0" text[NORMAL] = "#333333" text[PRELIGHT] = "#333333" text[ACTIVE] = "#dddddd" text[SELECTED] = "#ffffff" text[INSENSITIVE] = "#b1b1b1" engine "murrine" { contrast = 1.0 glazestyle = 0 menubarstyle = 0 menubaritemstyle = 0 listviewheaderstyle = 0 animation = FALSE highlight_shade = 1.0 roundness = 0 menuitemstyle = 0 menustyle = 0 listviewstyle = 0 scrollbarstyle = 0 toolbarstyle = 0 progressbarstyle = 0 focusstyle = 0 reliefstyle = 0 expanderstyle = 2 rgba = FALSE highlight_shade = 1.0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } } } style "theme-wide" = "theme-default" { xthickness = 2 ythickness = 2 engine "murrine" { highlight_shade = 1.0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } } } style "theme-wider" = "theme-default" { xthickness = 3 ythickness = 3 engine "murrine" { highlight_shade = 1.0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } } } style "theme-button" = "theme-wider" { bg[NORMAL] = "#e0e0e0" bg[ACTIVE] = "#cccccc" bg[SELECTED] = "#e0e0e0" bg[INSENSITIVE] = "#ffffff" engine "murrine" { highlight_shade = 1.0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } } } style "theme-scale" = "theme-button" { bg[NORMAL] = "#777777" bg[PRELIGHT] = "#888888" xthickness = 3 ythickness = 3 engine "murrine" { highlight_shade = 1.0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } } } style "theme-scrollbar" = "theme-button" { xthickness = 2 ythickness = 2 bg[SELECTED] = "#777777" engine "murrine" { highlight_shade = 1.0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } } } style "theme-range" = "theme-default" { xthickness = 3 ythickness = 3 } style "theme-notebook" = "theme-wide" { bg[SELECTED] = "#d4d5d6" bg[PRELIGHT] = "#f6f7f8" bg[ACTIVE] = "#e5e6e7" engine "murrine" { highlight_shade = 1.0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } } } style "theme-tasklist" = "theme-default" { xthickness = 5 ythickness = 3 } style "theme-menu" = "theme-default" { xthickness = 2 ythickness = 1 } style "theme-menu-item" = "theme-default" { xthickness = 2 ythickness = 3 fg[PRELIGHT] = "#ffffff" text[PRELIGHT] = "#ffffff" } style "theme-menubar" = "theme-default" { } style "theme-menubar-item" = "theme-menu-item" { bg[PRELIGHT] = "#eeeeee" xthickness = 4 ythickness = 4 } style "theme-tree" = "theme-default" { xthickness = 2 ythickness = 2 bg[NORMAL] = "#e8e8e8" } style "theme-frame-title" = "theme-default" { fg[NORMAL] = "#404040" } style "theme-tooltips" = "theme-default" { xthickness = 4 ythickness = 4 bg[NORMAL] = "#dddddd" } style "theme-progressbar" = "theme-wide" { xthickness = 0 ythickness = 0 bg[NORMAL] = "#e0e0e0" bg[ACTIVE] = "#eeeeee" bg[PRELIGHT] = "#f0f0f0" bg[SELECTED] = "#c6c6c6" bg[INSENSITIVE] = "#e0e0e0" base[NORMAL] = "#ffffff" base[ACTIVE] = "#d4d4d4" base[PRELIGHT] = "#ffffff" base[SELECTED] = "#b2b2b2" base[INSENSITIVE] = "#f4f4f4" engine "murrine" { highlight_shade = 1.0 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } } } style "theme-combo" = "theme-button" { } style "metacity-frame" = "theme-default" { bg[SELECTED] = "#4d4e50" fg[SELECTED] = "#ffffff" } # widget styles class "GtkWidget" style "theme-default" class "GtkButton" style "theme-button" class "GtkScale" style "theme-range" class "GtkCombo" style "theme-button" class "GtkScale" style "theme-scale" class "GtkScrollbar" style "theme-scrollbar" class "GtkRange" style "theme-wide" class "GtkFrame" style "theme-wide" class "GtkMenu" style "theme-menu" class "GtkEntry" style "theme-wider" class "GtkMenuItem" style "theme-menu-item" class "GtkNotebook" style "theme-notebook" class "GtkProgressBar" style "theme-progressbar" class "*MenuBar*" style "theme-menubar" widget_class "*MenuItem.*" style "theme-menu-item" widget_class "*MenuBar.*" style "theme-menubar-item" # combobox stuff widget_class "*.GtkComboBox.GtkButton" style "theme-combo" widget_class "*.GtkCombo.GtkButton" style "theme-combo" # tooltips stuff widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist" widget "gtk-tooltips" style "theme-tooltips" # treeview stuff widget_class "*.GtkTreeView.GtkButton" style "theme-tree" widget_class "*.GtkCTree.GtkButton" style "theme-tree" widget_class "*.GtkList.GtkButton" style "theme-tree" widget_class "*.GtkCList.GtkButton" style "theme-tree" widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title" # notebook stuff widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook" widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook" # wm stuff class "MetaFrames" style "metacity-frame" class "GtkWindow" style "metacity-frame"