wok annotate chrommo-theme/stuff/chrommo/gtk-2.0/gtkrc @ rev 18897

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