wok annotate gtk2-theme-blinder/stuff/blinder/gtk-2.0/gtkrc @ rev 24005

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