wok annotate sandfive-theme/stuff/SliTaz-SandFive/gtk-2.0/gtkrc @ rev 22937

updated hunspell and hunspell-dev again (1.3.3 -> 1.7.0)
author Hans-G?nter Theisgen
date Thu Feb 27 07:35:13 2020 +0100 (2020-02-27)
parents
children
rev   line source
al@16782 1 # Slitaz Sand Five Theme
al@16782 2 # GTK2 Theme
al@16782 3
al@16782 4 # Sand Five Color Scheme
al@16782 5 gtk-color-scheme = "sandfive_base:#F4F4F4"
al@16782 6 gtk-color-scheme = "sandfive_fg:#453A1C"
al@16782 7
al@16782 8 gtk-color-scheme = "sandfive_selected_bg:#CE895E"
al@16782 9 gtk-color-scheme = "sandfive_selected_fg:#FAFAFA"
al@16782 10
al@16782 11 gtk-color-scheme = "sandfive_text:#382F17"
al@16782 12 gtk-color-scheme = "sandfive_bg:#DBD9CC"
al@16782 13
al@16782 14 gtk-color-scheme = "sandfive_tip_fg:#382F17"
al@16782 15 gtk-color-scheme = "sandfive_tip_bg:#DBD9CC"
al@16782 16
al@16782 17 style "default" {
al@16782 18 xthickness = 1
al@16782 19 ythickness = 1
al@16782 20
al@16782 21 GtkButton::child-displacement-x = 1
al@16782 22 GtkButton::child-displacement-y = 1
al@16782 23 GtkButton::default-border = { 0, 0, 0, 0 }
al@16782 24 GtkCheckButton::indicator-size = 14
al@16782 25
al@16782 26 GtkPaned::handle-size = 6
al@16782 27 GtkRange::trough-border = 0
al@16782 28 GtkRange::slider-width = 15
al@16782 29 GtkRange::stepper-size = 15
al@16782 30 GtkRange::trough-under-steppers = 0
al@16782 31 GtkScale::trough-border = 0
al@16782 32 GtkScale::slider-length = 18
al@16782 33 GtkScale::trough-side-details = 1
al@16782 34 GtkScrollbar::min-slider-length = 30
al@16782 35 GtkMenuBar::internal-padding = 0
al@16782 36 GtkExpander::expander-size = 16
al@16782 37 GtkToolbar::internal-padding = 0
al@16782 38 GtkTreeView::expander-size = 14
al@16782 39 GtkTreeView::vertical-separator = 0
al@16782 40 GtkMenu::horizontal-padding = 0
al@16782 41 GtkMenu::vertical-padding = 0
al@16782 42 GtkMenuBar::shadow_type = GTK_SHADOW_NONE
al@16782 43 GtkToolbar::shadow_type = GTK_SHADOW_NONE
al@16782 44
al@16782 45 WnckTasklist::fade-overlay-rect = 0
al@16782 46
al@16782 47 GtkEntry::honors-transparent-bg-hint = 1
al@16782 48
al@16782 49 bg[NORMAL] = @sandfive_bg
al@16782 50 bg[PRELIGHT] = shade (1.02, @sandfive_bg)
al@16782 51 bg[SELECTED] = @sandfive_selected_bg
al@16782 52 bg[INSENSITIVE] = @sandfive_bg
al@16782 53 bg[ACTIVE] = shade (0.9, @sandfive_bg)
al@16782 54 fg[NORMAL] = @sandfive_fg
al@16782 55 fg[PRELIGHT] = @sandfive_fg
al@16782 56 fg[SELECTED] = @sandfive_selected_fg
al@16782 57 fg[INSENSITIVE] = darker (@sandfive_bg)
al@16782 58 fg[ACTIVE] = @sandfive_fg
al@16782 59
al@16782 60 text[NORMAL] = @sandfive_text
al@16782 61 text[PRELIGHT] = @sandfive_text
al@16782 62 text[SELECTED] = @sandfive_selected_fg
al@16782 63 text[INSENSITIVE] = darker (@sandfive_bg)
al@16782 64 text[ACTIVE] = @sandfive_selected_fg
al@16782 65
al@16782 66 base[NORMAL] = @sandfive_base
al@16782 67 base[PRELIGHT] = shade (0.96, @sandfive_bg)
al@16782 68 base[SELECTED] = shade (1.05, @sandfive_selected_bg)
al@16782 69 base[INSENSITIVE] = @sandfive_bg
al@16782 70 base[ACTIVE] = shade (1.0, @sandfive_selected_bg)
al@16782 71
al@16782 72 engine "murrine" {
al@16782 73 animation = FALSE
al@16782 74 colorize_scrollbar = FALSE
al@16782 75 contrast = 0.95
al@16782 76 glazestyle = 3 # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new
al@16782 77 glow_shade = 0.95
al@16782 78 glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
al@16782 79 gradient_shades = {1.1,1.1,0.95,0.95}
al@16782 80 highlight_shade = 1.0
al@16782 81 lightborder_shade = 1.85
al@16782 82 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
al@16782 83 listviewheaderstyle = 2 # 0 = flat, 1 = glassy, 2 = raised
al@16782 84 listviewstyle = 1 # 0 = nothing, 1 = dotted
al@16782 85 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
al@16782 86 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
al@16782 87 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
al@16782 88 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
al@16782 89 progressbarstyle = 0 # 0 = nothing, 1 = diagonal stripes, 2 = blocks
al@16782 90 reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
al@16782 91 rgba = FALSE
al@16782 92 roundness = 4
al@16782 93 scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
al@16782 94 sliderstyle = 0 # 0 = nothing added, 1 = handles
al@16782 95 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
al@16782 96 toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
al@16782 97 }
al@16782 98 }
al@16782 99
al@16782 100 style "wide" {
al@16782 101 xthickness = 2
al@16782 102 ythickness = 2
al@16782 103 }
al@16782 104
al@16782 105 style "wider" {
al@16782 106 xthickness = 3
al@16782 107 ythickness = 3
al@16782 108 }
al@16782 109
al@16782 110 style "spinbutton" {
al@16782 111 }
al@16782 112
al@16782 113 style "scale" {
al@16782 114 ythickness = 3
al@16782 115
al@16782 116 bg[SELECTED] = shade (1.15, @sandfive_selected_bg)
al@16782 117 }
al@16782 118
al@16782 119 style "vscale" {
al@16782 120 }
al@16782 121
al@16782 122 style "hscale" {
al@16782 123 }
al@16782 124
al@16782 125 style "scrollbar" {
al@16782 126 xthickness = 2
al@16782 127 ythickness = 2
al@16782 128 }
al@16782 129
al@16782 130 style "hscrollbar" {
al@16782 131 }
al@16782 132
al@16782 133 style "vscrollbar" {
al@16782 134 }
al@16782 135
al@16782 136 style "notebook_bg" {
al@16782 137 bg[NORMAL] = shade (1.02, @sandfive_bg)
al@16782 138 bg[ACTIVE] = shade (0.98, @sandfive_bg)
al@16782 139 }
al@16782 140
al@16782 141 style "button" {
al@16782 142 xthickness = 3
al@16782 143 ythickness = 3
al@16782 144
al@16782 145 bg[NORMAL] = shade (1.0, @sandfive_bg)
al@16782 146 bg[PRELIGHT] = shade (1.01, @sandfive_bg)
al@16782 147 bg[ACTIVE] = shade (0.94, @sandfive_bg)
al@16782 148 }
al@16782 149
al@16782 150 style "notebook" {
al@16782 151 xthickness = 3
al@16782 152 ythickness = 3
al@16782 153 }
al@16782 154
al@16782 155 style "statusbar" {
al@16782 156 }
al@16782 157
al@16782 158 style "comboboxentry" {
al@16782 159 }
al@16782 160
al@16782 161 style "menubar" {
al@16782 162 }
al@16782 163
al@16782 164 style "menu" {
al@16782 165 xthickness = 3
al@16782 166 ythickness = 3
al@16782 167
al@16782 168 bg[NORMAL] = shade (1.0, @sandfive_bg)
al@16782 169 }
al@16782 170
al@16782 171 style "menu_item" {
al@16782 172 xthickness = 2
al@16782 173 ythickness = 3
al@16782 174
al@16782 175 bg[PRELIGHT] = @sandfive_selected_bg
al@16782 176 fg[PRELIGHT] = @sandfive_selected_fg
al@16782 177
al@16782 178 engine "murrine" {
al@16782 179 contrast = .8
al@16782 180 gradient_shades = {1.08,1.08,0.87,0.87}
al@16782 181 focusstyle = 1
al@16782 182 lightborder_shade = 1.0
al@16782 183 }
al@16782 184
al@16782 185 }
al@16782 186
al@16782 187 style "separator_menu_item" {
al@16782 188 xthickness = 1
al@16782 189 ythickness = 0
al@16782 190
al@16782 191 GtkSeparatorMenuItem::horizontal-padding = 0
al@16782 192 GtkWidget::wide-separators = 1
al@16782 193 GtkWidget::separator-width = 1
al@16782 194 GtkWidget::separator-height = 7
al@16782 195 }
al@16782 196
al@16782 197 style "frame_title" {
al@16782 198 fg[NORMAL] = lighter (@sandfive_fg)
al@16782 199 }
al@16782 200
al@16782 201 style "treeview" {
al@16782 202 engine "murrine" {
al@16782 203 roundness = 0
al@16782 204 }
al@16782 205 }
al@16782 206
al@16782 207 style "progressbar" {
al@16782 208 xthickness = 0
al@16782 209 ythickness = 0
al@16782 210
al@16782 211 fg[PRELIGHT] = @sandfive_selected_fg
al@16782 212
al@16782 213 engine "murrine" {
al@16782 214 glow_shade = 1.3
al@16782 215 glowstyle = 2
al@16782 216 gradient_shades = {1.08,1.08,0.87,0.87}
al@16782 217 highlight_shade = 1.03
al@16782 218 }
al@16782 219 }
al@16782 220
al@16782 221 style "progressbar_menu_item" = "progressbar" {
al@16782 222 engine "murrine" {
al@16782 223 roundness = 0
al@16782 224 }
al@16782 225 }
al@16782 226
al@16782 227 style "treeview_header" = "default" {
al@16782 228 xthickness = 2
al@16782 229 ythickness = 1
al@16782 230
al@16782 231 engine "murrine" {
al@16782 232 gradient_shades = {1.0, 1.0, 1.0, 0.97}
al@16782 233 }
al@16782 234 }
al@16782 235
al@16782 236 style "tooltips" {
al@16782 237 xthickness = 4
al@16782 238 ythickness = 4
al@16782 239
al@16782 240 bg[NORMAL] = @sandfive_tip_bg
al@16782 241 fg[NORMAL] = @sandfive_tip_fg
al@16782 242 }
al@16782 243
al@16782 244 style "nautilus_location" {
al@16782 245 bg[NORMAL] = mix (0.60, shade (1.05, @sandfive_bg), @sandfive_selected_bg)
al@16782 246 }
al@16782 247
al@16782 248 style "calendar" {
al@16782 249 engine "murrine" {
al@16782 250 roundness = 0
al@16782 251 }
al@16782 252 }
al@16782 253
al@16782 254 style "radiocheck" {
al@16782 255 text[NORMAL] = @sandfive_selected_fg
al@16782 256 text[PRELIGHT] = @sandfive_selected_fg
al@16782 257 }
al@16782 258
al@16782 259 style "text_is_fg_color_workaround" {
al@16782 260 text[NORMAL] = @sandfive_fg
al@16782 261 text[PRELIGHT] = @sandfive_fg
al@16782 262 text[SELECTED] = @sandfive_selected_fg
al@16782 263 text[ACTIVE] = @sandfive_fg
al@16782 264 text[INSENSITIVE] = darker (@sandfive_bg)
al@16782 265 }
al@16782 266
al@16782 267 style "menuitem_text_is_fg_color_workaround" {
al@16782 268 text[NORMAL] = @sandfive_fg
al@16782 269 text[PRELIGHT] = @sandfive_selected_fg
al@16782 270 text[SELECTED] = @sandfive_selected_fg
al@16782 271 text[ACTIVE] = @sandfive_fg
al@16782 272 text[INSENSITIVE] = darker (@sandfive_bg)
al@16782 273 }
al@16782 274
al@16782 275 style "fg_is_text_color_workaround" {
al@16782 276 fg[NORMAL] = @sandfive_text
al@16782 277 fg[PRELIGHT] = @sandfive_text
al@16782 278 fg[SELECTED] = @sandfive_selected_fg
al@16782 279 fg[ACTIVE] = @sandfive_selected_fg
al@16782 280 fg[INSENSITIVE] = darker (@sandfive_bg)
al@16782 281 }
al@16782 282
al@16782 283 style "evo_new_button_workaround" {
al@16782 284 }
al@16782 285
al@16782 286 class "GtkWidget" style "default"
al@16782 287 class "GtkSeparator" style "wide"
al@16782 288 class "GtkFrame" style "wide"
al@16782 289 class "GtkCalendar" style "wide"
al@16782 290 class "GtkEntry" style "wider"
al@16782 291 class "GtkSpinButton" style "spinbutton"
al@16782 292 class "GtkScale" style "scale"
al@16782 293 class "GtkVScale" style "vscale"
al@16782 294 class "GtkHScale" style "hscale"
al@16782 295 class "GtkScrollbar" style "scrollbar"
al@16782 296 class "GtkHScrollbar" style "hscrollbar"
al@16782 297 class "GtkVScrollbar" style "vscrollbar"
al@16782 298 class "GtkCalendar" style "calendar"
al@16782 299 class "GtkRadio*" style "radiocheck"
al@16782 300 class "GtkCheck*" style "radiocheck"
al@16782 301
al@16782 302 widget_class "*<GtkNotebook>" style "notebook_bg"
al@16782 303 widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
al@16782 304 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
al@16782 305 widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
al@16782 306 widget_class "*<GtkButton>" style "button"
al@16782 307 widget_class "*<GtkNotebook>" style "notebook"
al@16782 308 widget_class "*<GtkStatusbar>*" style "statusbar"
al@16782 309 widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
al@16782 310 widget_class "*<GtkCombo>*" style "comboboxentry"
al@16782 311 widget_class "*<GtkMenuBar>*" style "menubar"
al@16782 312 widget_class "*<GtkMenu>*" style "menu"
al@16782 313 widget_class "*<GtkMenuItem>*" style "menu_item"
al@16782 314 widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
al@16782 315 widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
al@16782 316 widget_class "*.<GtkTreeView>*" style "treeview"
al@16782 317 widget_class "*<GtkProgress>" style "progressbar"
al@16782 318 widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
al@16782 319 widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
al@16782 320 widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
al@16782 321 widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
al@16782 322 widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
al@16782 323 widget "gtk-tooltip*" style "tooltips"
al@16782 324 widget_class "*.ETable.ECanvas" style "treeview_header"
al@16782 325 widget_class "*.ETree.ECanvas" style "treeview_header"
al@16782 326
al@16782 327 widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
al@16782 328
al@16782 329 widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
al@16782 330 widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
al@16782 331 widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
al@16782 332 widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
al@16782 333 widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
al@16782 334 widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"