wok-next annotate blinder-theme/stuff/blinder/gtk-2.0/gtkrc @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents c0e2210b4acf
children 54520f45886e
rev   line source
plus@18325 1 # Blinder GTK/2 Theme
hackdorte@18860 2 # Slitaz BSD License
plus@18325 3
plus@18325 4 gtk-color-scheme = "base_color:#F7F7F7\nfg_color:#555555\ntooltip_fg_color:#999999\nselected_bg_color:#E5E5E5\nselected_fg_color:#222222\ntext_color:#666666\nbg_color:#F2F2F2\ntooltip_bg_color:#151515"
plus@18325 5
plus@18325 6 style "blinder-default" {
plus@18325 7
plus@18325 8 xthickness = 2
plus@18325 9 ythickness = 2
plus@18325 10
plus@18325 11 GtkButton::child-displacement-x = 1
plus@18325 12 GtkButton::child-displacement-y = 1
plus@18325 13
plus@18325 14 GtkButton::default-border = { 0, 0, 0, 0 }
plus@18325 15 GtkCheckButton::indicator-size = 14
plus@18325 16 GtkPaned::handle-size = 6
plus@18325 17 GtkRange::trough-border = 3
plus@18325 18 GtkRange::slider-width = 12
plus@18325 19 GtkRange::stepper-size = 12
plus@18325 20 GtkScale::trough-border = 0
plus@18325 21 GtkScale::slider-length = 15
plus@18325 22 GtkScrollbar::min-slider-length = 30
plus@18325 23 GtkMenuBar::internal-padding = 0
plus@18325 24 GtkExpander::expander-size = 16
plus@18325 25 GtkToolbar::internal-padding = 1
plus@18325 26 GtkTreeView::expander-size = 14
plus@18325 27 GtkTreeView::vertical-separator = 0
plus@18325 28 GtkMenu::horizontal-padding = 0
plus@18325 29 GtkMenu::vertical-padding = 0
plus@18325 30
plus@18325 31 WnckTasklist::fade-overlay-rect = 0
plus@18325 32 GtkEntry::honors-transparent-bg-hint = 1
plus@18325 33
plus@18325 34 bg[NORMAL] = @bg_color
plus@18325 35 bg[PRELIGHT] = shade (1.02, @bg_color)
plus@18325 36 bg[SELECTED] = @selected_bg_color
plus@18325 37 bg[INSENSITIVE] = @bg_color
plus@18325 38 bg[ACTIVE] = shade (0.9, @bg_color)
plus@18325 39
plus@18325 40 fg[NORMAL] = @fg_color
plus@18325 41 fg[PRELIGHT] = @fg_color
plus@18325 42 fg[SELECTED] = @selected_fg_color
plus@18325 43 fg[INSENSITIVE] = darker (@bg_color)
plus@18325 44 fg[ACTIVE] = @fg_color
plus@18325 45
plus@18325 46 text[NORMAL] = @text_color
plus@18325 47 text[PRELIGHT] = @text_color
plus@18325 48 text[SELECTED] = @selected_fg_color
plus@18325 49 text[INSENSITIVE] = darker (@bg_color)
plus@18325 50 text[ACTIVE] = @selected_fg_color
plus@18325 51
plus@18325 52 base[NORMAL] = @base_color
plus@18325 53 base[PRELIGHT] = shade (0.96, @bg_color)
plus@18325 54 base[SELECTED] = @selected_bg_color
plus@18325 55 base[INSENSITIVE] = @bg_color
plus@18325 56 base[ACTIVE] = shade (0.7, @selected_bg_color)
plus@18325 57
plus@18325 58 engine "murrine" {
plus@18325 59 #options
plus@18325 60 animation = FALSE
plus@18325 61 colorize_scrollbar = TRUE
plus@18325 62 contrast = 0.2
plus@18325 63 glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new
plus@18325 64 glow_shade = 1.75
plus@18325 65 glowstyle = 1 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
plus@18325 66 gradient_shades = {1.07,1.05,1.02,0.99}
plus@18325 67 highlight_shade = 1.03
plus@18325 68 lightborder_shade = 1.25
plus@18325 69 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
plus@18325 70 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
plus@18325 71 listviewstyle = 1 # 0 = nothing, 1 = dotted
plus@18325 72 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
plus@18325 73 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
plus@18325 74 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
plus@18325 75 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
plus@18325 76 progressbarstyle = 2 # 0 = nothing, 1 = diagonal stripes, 2 = blocks
plus@18325 77 reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
plus@18325 78 rgba = TRUE
plus@18325 79 roundness = 4
plus@18325 80 scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
plus@18325 81 sliderstyle = 0 # 0 = nothing added, 1 = handles
plus@18325 82 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
plus@18325 83 toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
plus@18325 84 }
plus@18325 85 }
plus@18325 86
plus@18325 87 style "wide" {
plus@18325 88 xthickness = 2
plus@18325 89 ythickness = 2
plus@18325 90 }
plus@18325 91
plus@18325 92 style "wider" {
plus@18325 93 xthickness = 3
plus@18325 94 ythickness = 3
plus@18325 95 }
plus@18325 96
plus@18325 97 style "spinbutton" {
plus@18325 98 }
plus@18325 99
plus@18325 100 style "scale" {
plus@18325 101 bg[SELECTED] = shade (1.07, @selected_bg_color)
plus@18325 102 }
plus@18325 103
plus@18325 104 style "vscale" {
plus@18325 105 }
plus@18325 106
plus@18325 107 style "hscale" {
plus@18325 108 }
plus@18325 109
plus@18325 110 style "scrollbar" {
plus@18325 111 xthickness = 2
plus@18325 112 ythickness = 2
plus@18325 113 }
plus@18325 114
plus@18325 115 style "hscrollbar" {
plus@18325 116 }
plus@18325 117
plus@18325 118 style "vscrollbar" {
plus@18325 119 }
plus@18325 120
plus@18325 121 style "notebook_bg" {
plus@18325 122 bg[NORMAL] = shade (1.02, @bg_color)
plus@18325 123 bg[ACTIVE] = shade (0.96, @bg_color)
plus@18325 124 }
plus@18325 125
plus@18325 126 style "button" {
plus@18325 127 xthickness = 3
plus@18325 128 ythickness = 3
plus@18325 129
plus@18325 130 bg[NORMAL] = shade (1.0, @bg_color)
plus@18325 131 bg[PRELIGHT] = shade (1.01, @bg_color)
plus@18325 132 bg[ACTIVE] = shade (0.89, @bg_color)
plus@18325 133 bg[INSENSITIVE] = shade (0.98, @bg_color)
plus@18325 134 }
plus@18325 135
plus@18325 136 style "notebook" {
plus@18325 137 xthickness = 3
plus@18325 138 ythickness = 3
plus@18325 139 }
plus@18325 140
plus@18325 141 style "statusbar" {
plus@18325 142 }
plus@18325 143
plus@18325 144 style "comboboxentry" {
plus@18325 145 }
plus@18325 146
plus@18325 147 style "menubar" {
plus@18325 148 }
plus@18325 149
plus@18325 150 style "menu" {
plus@18325 151 xthickness = 3
plus@18325 152 ythickness = 3
plus@18325 153
plus@18325 154 bg[NORMAL] = shade (1.18, @bg_color)
plus@18325 155 }
plus@18325 156
plus@18325 157 style "menu_item" {
plus@18325 158 xthickness = 2
plus@18325 159 ythickness = 3
plus@18325 160
plus@18325 161 bg[PRELIGHT] = @selected_bg_color
plus@18325 162 fg[PRELIGHT] = @selected_fg_color
plus@18325 163 }
plus@18325 164
plus@18325 165 style "separator_menu_item" {
plus@18325 166 xthickness = 1
plus@18325 167 ythickness = 0
plus@18325 168
plus@18325 169 GtkSeparatorMenuItem::horizontal-padding = 0
plus@18325 170 GtkWidget::wide-separators = 1
plus@18325 171 GtkWidget::separator-width = 1
plus@18325 172 GtkWidget::separator-height = 7
plus@18325 173 }
plus@18325 174
plus@18325 175 style "frame_title" {
plus@18325 176 fg[NORMAL] = lighter (@fg_color)
plus@18325 177 }
plus@18325 178
plus@18325 179 style "treeview" {
plus@18325 180 engine "murrine" {
plus@18325 181 roundness = 0
plus@18325 182 }
plus@18325 183 }
plus@18325 184
plus@18325 185 # The almost useless progress bar style
plus@18325 186 style "progressbar" {
plus@18325 187 xthickness = 0
plus@18325 188 ythickness = 0
plus@18325 189
plus@18325 190 fg[PRELIGHT] = @selected_fg_color
plus@18325 191 }
plus@18325 192
plus@18325 193 style "progressbar_menu_item" = "progressbar" {
plus@18325 194 engine "murrine" {
plus@18325 195 roundness = 0
plus@18325 196 }
plus@18325 197 }
plus@18325 198
plus@18325 199 style "treeview_header" = "blinder-default" {
plus@18325 200 xthickness = 2
plus@18325 201 ythickness = 1
plus@18325 202 }
plus@18325 203
plus@18325 204 style "tooltips" {
plus@18325 205 xthickness = 4
plus@18325 206 ythickness = 4
plus@18325 207
plus@18325 208 bg[NORMAL] = @tooltip_bg_color
plus@18325 209 fg[NORMAL] = @tooltip_fg_color
plus@18325 210 }
plus@18325 211
plus@18325 212 style "nautilus_location" {
plus@18325 213 bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
plus@18325 214 }
plus@18325 215
plus@18325 216 style "calendar" {
plus@18325 217 engine "murrine" {
plus@18325 218 roundness = 0
plus@18325 219 }
plus@18325 220 }
plus@18325 221
plus@18325 222 style "radiocheck" {
plus@18325 223 text[NORMAL] = @selected_fg_color
plus@18325 224 text[PRELIGHT] = @selected_fg_color
plus@18325 225 }
plus@18325 226
plus@18325 227 style "text_is_fg_color_workaround" {
plus@18325 228 text[NORMAL] = @fg_color
plus@18325 229 text[PRELIGHT] = @fg_color
plus@18325 230 text[SELECTED] = @selected_fg_color
plus@18325 231 text[ACTIVE] = @fg_color
plus@18325 232 text[INSENSITIVE] = darker (@bg_color)
plus@18325 233 }
plus@18325 234
plus@18325 235 style "menuitem_text_is_fg_color_workaround" {
plus@18325 236 text[NORMAL] = @fg_color
plus@18325 237 text[PRELIGHT] = @selected_fg_color
plus@18325 238 text[SELECTED] = @selected_fg_color
plus@18325 239 text[ACTIVE] = @fg_color
plus@18325 240 text[INSENSITIVE] = darker (@bg_color)
plus@18325 241 }
plus@18325 242
plus@18325 243 style "fg_is_text_color_workaround" {
plus@18325 244 fg[NORMAL] = @text_color
plus@18325 245 fg[PRELIGHT] = @text_color
plus@18325 246 fg[SELECTED] = @selected_fg_color
plus@18325 247 fg[ACTIVE] = @selected_fg_color
plus@18325 248 fg[INSENSITIVE] = darker (@bg_color)
plus@18325 249 }
plus@18325 250
plus@18325 251 style "evo_new_button_workaround" {
plus@18325 252 }
plus@18325 253
plus@18325 254 class "GtkWidget" style "blinder-default"
plus@18325 255
plus@18325 256 class "GtkSeparator" style "wide"
plus@18325 257 class "GtkFrame" style "wide"
plus@18325 258 class "GtkCalendar" style "wide"
plus@18325 259 class "GtkEntry" style "wider"
plus@18325 260
plus@18325 261 class "GtkSpinButton" style "spinbutton"
plus@18325 262 class "GtkScale" style "scale"
plus@18325 263 class "GtkVScale" style "vscale"
plus@18325 264 class "GtkHScale" style "hscale"
plus@18325 265 class "GtkScrollbar" style "scrollbar"
plus@18325 266 class "GtkHScrollbar" style "hscrollbar"
plus@18325 267 class "GtkVScrollbar" style "vscrollbar"
plus@18325 268 class "GtkCalendar" style "calendar"
plus@18325 269 class "GtkRadio*" style "radiocheck"
plus@18325 270 class "GtkCheck*" style "radiocheck"
plus@18325 271
plus@18325 272 widget_class "*<GtkNotebook>" style "notebook_bg"
plus@18325 273 widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
plus@18325 274 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
plus@18325 275 widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
plus@18325 276 widget_class "*<GtkButton>" style "button"
plus@18325 277 widget_class "*<GtkNotebook>" style "notebook"
plus@18325 278 widget_class "*<GtkStatusbar>*" style "statusbar"
plus@18325 279 widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
plus@18325 280 widget_class "*<GtkCombo>*" style "comboboxentry"
plus@18325 281 widget_class "*<GtkMenuBar>*" style "menubar"
plus@18325 282 widget_class "*<GtkMenu>*" style "menu"
plus@18325 283 widget_class "*<GtkMenuItem>*" style "menu_item"
plus@18325 284 widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
plus@18325 285 widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
plus@18325 286 widget_class "*.<GtkTreeView>*" style "treeview"
plus@18325 287 widget_class "*<GtkProgress>" style "progressbar"
plus@18325 288 widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
plus@18325 289 widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
plus@18325 290 widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
plus@18325 291 widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
plus@18325 292 widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
plus@18325 293
plus@18325 294 widget "gtk-tooltip*" style "tooltips"
plus@18325 295
plus@18325 296 widget_class "*.ETable.ECanvas" style "treeview_header"
plus@18325 297 widget_class "*.ETree.ECanvas" style "treeview_header"
plus@18325 298
plus@18325 299 widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
plus@18325 300
plus@18325 301 widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
plus@18325 302 widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
plus@18325 303 widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
plus@18325 304 widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
plus@18325 305 widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
plus@18325 306 widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"