wok diff sandfive-theme/stuff/SliTaz-SandFive/gtk-2.0/gtkrc @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sandfive-theme/stuff/SliTaz-SandFive/gtk-2.0/gtkrc	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,334 @@
     1.4 +# Slitaz Sand Five Theme
     1.5 +# GTK2 Theme
     1.6 +
     1.7 +# Sand Five Color Scheme
     1.8 +gtk-color-scheme = "sandfive_base:#F4F4F4"
     1.9 +gtk-color-scheme = "sandfive_fg:#453A1C"
    1.10 +
    1.11 +gtk-color-scheme = "sandfive_selected_bg:#CE895E"
    1.12 +gtk-color-scheme = "sandfive_selected_fg:#FAFAFA"
    1.13 +
    1.14 +gtk-color-scheme = "sandfive_text:#382F17"
    1.15 +gtk-color-scheme = "sandfive_bg:#DBD9CC"
    1.16 +
    1.17 +gtk-color-scheme = "sandfive_tip_fg:#382F17"
    1.18 +gtk-color-scheme = "sandfive_tip_bg:#DBD9CC"
    1.19 +
    1.20 +style "default" {
    1.21 +  xthickness = 1
    1.22 +  ythickness = 1
    1.23 +
    1.24 + GtkButton::child-displacement-x = 1
    1.25 + GtkButton::child-displacement-y = 1
    1.26 + GtkButton::default-border = { 0, 0, 0, 0 }
    1.27 + GtkCheckButton::indicator-size = 14
    1.28 +
    1.29 + GtkPaned::handle-size = 6
    1.30 + GtkRange::trough-border = 0
    1.31 + GtkRange::slider-width = 15
    1.32 + GtkRange::stepper-size = 15
    1.33 + GtkRange::trough-under-steppers = 0
    1.34 + GtkScale::trough-border = 0
    1.35 + GtkScale::slider-length = 18
    1.36 + GtkScale::trough-side-details = 1
    1.37 + GtkScrollbar::min-slider-length = 30
    1.38 + GtkMenuBar::internal-padding = 0
    1.39 + GtkExpander::expander-size = 16
    1.40 + GtkToolbar::internal-padding = 0
    1.41 + GtkTreeView::expander-size = 14
    1.42 + GtkTreeView::vertical-separator = 0
    1.43 + GtkMenu::horizontal-padding = 0
    1.44 + GtkMenu::vertical-padding = 0
    1.45 + GtkMenuBar::shadow_type = GTK_SHADOW_NONE
    1.46 + GtkToolbar::shadow_type = GTK_SHADOW_NONE
    1.47 +
    1.48 + WnckTasklist::fade-overlay-rect = 0
    1.49 +
    1.50 + GtkEntry::honors-transparent-bg-hint = 1
    1.51 +
    1.52 + bg[NORMAL]        = @sandfive_bg
    1.53 + bg[PRELIGHT]      = shade (1.02, @sandfive_bg)
    1.54 + bg[SELECTED]      = @sandfive_selected_bg
    1.55 + bg[INSENSITIVE]   = @sandfive_bg
    1.56 + bg[ACTIVE]        = shade (0.9, @sandfive_bg)
    1.57 + fg[NORMAL]        = @sandfive_fg
    1.58 + fg[PRELIGHT]      = @sandfive_fg
    1.59 +  fg[SELECTED]      = @sandfive_selected_fg
    1.60 +  fg[INSENSITIVE]   = darker (@sandfive_bg)
    1.61 +  fg[ACTIVE]        = @sandfive_fg
    1.62 +
    1.63 +  text[NORMAL]      = @sandfive_text
    1.64 +  text[PRELIGHT]    = @sandfive_text
    1.65 +  text[SELECTED]    = @sandfive_selected_fg
    1.66 +  text[INSENSITIVE] = darker (@sandfive_bg)
    1.67 +  text[ACTIVE]      = @sandfive_selected_fg
    1.68 +
    1.69 +  base[NORMAL]      = @sandfive_base
    1.70 +  base[PRELIGHT]    = shade (0.96, @sandfive_bg)
    1.71 +  base[SELECTED]    = shade (1.05, @sandfive_selected_bg)
    1.72 +  base[INSENSITIVE] = @sandfive_bg
    1.73 +  base[ACTIVE]      = shade (1.0, @sandfive_selected_bg)
    1.74 +
    1.75 +  engine "murrine" {
    1.76 +    animation           = FALSE
    1.77 +    colorize_scrollbar  = FALSE
    1.78 +    contrast            = 0.95
    1.79 +    glazestyle          = 3     # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new
    1.80 +    glow_shade          = 0.95
    1.81 +    glowstyle           = 0     # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
    1.82 +    gradient_shades     = {1.1,1.1,0.95,0.95}
    1.83 +    highlight_shade     = 1.0
    1.84 +    lightborder_shade   = 1.85
    1.85 +    lightborderstyle    = 1     # 0 = lightborder on top side, 1 = lightborder on all sides
    1.86 +    listviewheaderstyle = 2     # 0 = flat, 1 = glassy, 2 = raised
    1.87 +    listviewstyle       = 1     # 0 = nothing, 1 = dotted
    1.88 +    menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
    1.89 +    menubarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
    1.90 +    menuitemstyle       = 1     # 0 = flat, 1 = glassy, 2 = striped
    1.91 +    menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
    1.92 +    progressbarstyle    = 0     # 0 = nothing, 1 = diagonal stripes, 2 = blocks
    1.93 +    reliefstyle         = 2     # 0 = flat, 1 = inset, 2 = shadow
    1.94 +    rgba                = FALSE
    1.95 +    roundness           = 4
    1.96 +    scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
    1.97 +    sliderstyle         = 0     # 0 = nothing added, 1 = handles
    1.98 +    stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
    1.99 +    toolbarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient
   1.100 +  }
   1.101 +}
   1.102 +
   1.103 +style "wide" {
   1.104 +  xthickness = 2
   1.105 +  ythickness = 2
   1.106 +}
   1.107 +
   1.108 +style "wider" {
   1.109 +  xthickness = 3
   1.110 +  ythickness = 3
   1.111 +}
   1.112 +
   1.113 +style "spinbutton" {
   1.114 +}
   1.115 +
   1.116 +style "scale" {
   1.117 +  ythickness = 3
   1.118 +
   1.119 +  bg[SELECTED]        = shade (1.15, @sandfive_selected_bg)
   1.120 +}
   1.121 +
   1.122 +style "vscale" {
   1.123 +}
   1.124 +
   1.125 +style "hscale" {
   1.126 +}
   1.127 +
   1.128 +style "scrollbar" {
   1.129 +  xthickness = 2
   1.130 +  ythickness = 2
   1.131 +}
   1.132 +
   1.133 +style "hscrollbar" {
   1.134 +}
   1.135 +
   1.136 +style "vscrollbar" {
   1.137 +}
   1.138 +
   1.139 +style "notebook_bg" {
   1.140 +  bg[NORMAL]        = shade (1.02, @sandfive_bg)
   1.141 +  bg[ACTIVE]        = shade (0.98, @sandfive_bg)
   1.142 +}
   1.143 +
   1.144 +style "button" {
   1.145 +  xthickness = 3
   1.146 +  ythickness = 3
   1.147 +
   1.148 +  bg[NORMAL]        = shade (1.0, @sandfive_bg)
   1.149 +  bg[PRELIGHT]      = shade (1.01, @sandfive_bg)
   1.150 +  bg[ACTIVE]        = shade (0.94, @sandfive_bg)
   1.151 +}
   1.152 +
   1.153 +style "notebook" {
   1.154 +  xthickness = 3
   1.155 +  ythickness = 3
   1.156 +}
   1.157 +
   1.158 +style "statusbar" {
   1.159 +}
   1.160 +
   1.161 +style "comboboxentry" {
   1.162 +}
   1.163 +
   1.164 +style "menubar" {
   1.165 +}
   1.166 +
   1.167 +style "menu" {
   1.168 +  xthickness = 3
   1.169 +  ythickness = 3
   1.170 +
   1.171 +  bg[NORMAL]        = shade (1.0, @sandfive_bg)
   1.172 +}
   1.173 +
   1.174 +style "menu_item" {
   1.175 +  xthickness = 2
   1.176 +  ythickness = 3
   1.177 +
   1.178 +  bg[PRELIGHT]      = @sandfive_selected_bg
   1.179 +  fg[PRELIGHT]      = @sandfive_selected_fg
   1.180 +  
   1.181 +  engine "murrine" {
   1.182 +    contrast          = .8
   1.183 +    gradient_shades   = {1.08,1.08,0.87,0.87}
   1.184 +    focusstyle        = 1
   1.185 +    lightborder_shade = 1.0
   1.186 +  }
   1.187 +  
   1.188 +}
   1.189 +
   1.190 +style "separator_menu_item" {
   1.191 +  xthickness = 1
   1.192 +  ythickness = 0
   1.193 +
   1.194 +  GtkSeparatorMenuItem::horizontal-padding = 0
   1.195 +  GtkWidget::wide-separators = 1
   1.196 +  GtkWidget::separator-width = 1
   1.197 +  GtkWidget::separator-height = 7
   1.198 +}
   1.199 +
   1.200 +style "frame_title" {
   1.201 +  fg[NORMAL]        = lighter (@sandfive_fg)
   1.202 +}
   1.203 +
   1.204 +style "treeview" {
   1.205 +  engine "murrine" {
   1.206 +    roundness = 0
   1.207 +  }
   1.208 +}
   1.209 +
   1.210 +style "progressbar" {
   1.211 +  xthickness = 0
   1.212 +  ythickness = 0
   1.213 +
   1.214 +  fg[PRELIGHT]      = @sandfive_selected_fg
   1.215 +
   1.216 +  engine "murrine" {
   1.217 +    glow_shade          = 1.3
   1.218 +    glowstyle           = 2
   1.219 +    gradient_shades   = {1.08,1.08,0.87,0.87}
   1.220 +    highlight_shade     = 1.03
   1.221 +  }
   1.222 +}
   1.223 +
   1.224 +style "progressbar_menu_item" = "progressbar" {
   1.225 +  engine "murrine" {
   1.226 +    roundness = 0
   1.227 +  }
   1.228 +}
   1.229 +
   1.230 +style "treeview_header" = "default" {
   1.231 +  xthickness = 2
   1.232 +  ythickness = 1
   1.233 +  
   1.234 +  engine "murrine" {
   1.235 +    gradient_shades     = {1.0, 1.0, 1.0, 0.97}
   1.236 +  }
   1.237 +}
   1.238 +
   1.239 +style "tooltips" {
   1.240 +  xthickness = 4
   1.241 +  ythickness = 4
   1.242 +
   1.243 +  bg[NORMAL]        = @sandfive_tip_bg
   1.244 +  fg[NORMAL]        = @sandfive_tip_fg
   1.245 +}
   1.246 +
   1.247 +style "nautilus_location" {
   1.248 +  bg[NORMAL]        = mix (0.60, shade (1.05, @sandfive_bg), @sandfive_selected_bg)
   1.249 +}
   1.250 +
   1.251 +style "calendar" {
   1.252 +  engine "murrine" {
   1.253 +    roundness = 0
   1.254 +  }
   1.255 +}
   1.256 +
   1.257 +style "radiocheck" {
   1.258 +  text[NORMAL]      = @sandfive_selected_fg
   1.259 +  text[PRELIGHT]    = @sandfive_selected_fg
   1.260 +}
   1.261 +
   1.262 +style "text_is_fg_color_workaround" {
   1.263 +  text[NORMAL]      = @sandfive_fg
   1.264 +  text[PRELIGHT]    = @sandfive_fg
   1.265 +  text[SELECTED]    = @sandfive_selected_fg
   1.266 +  text[ACTIVE]      = @sandfive_fg
   1.267 +  text[INSENSITIVE] = darker (@sandfive_bg)
   1.268 +}
   1.269 +
   1.270 +style "menuitem_text_is_fg_color_workaround" {
   1.271 +  text[NORMAL]      = @sandfive_fg
   1.272 +  text[PRELIGHT]    = @sandfive_selected_fg
   1.273 +  text[SELECTED]    = @sandfive_selected_fg
   1.274 +  text[ACTIVE]      = @sandfive_fg
   1.275 +  text[INSENSITIVE] = darker (@sandfive_bg)
   1.276 +}
   1.277 +
   1.278 +style "fg_is_text_color_workaround" {
   1.279 +  fg[NORMAL]        = @sandfive_text
   1.280 +  fg[PRELIGHT]      = @sandfive_text
   1.281 +  fg[SELECTED]      = @sandfive_selected_fg
   1.282 +  fg[ACTIVE]        = @sandfive_selected_fg
   1.283 +  fg[INSENSITIVE]   = darker (@sandfive_bg)
   1.284 +}
   1.285 +
   1.286 +style "evo_new_button_workaround" {
   1.287 +}
   1.288 +
   1.289 +class "GtkWidget" style "default"
   1.290 +class "GtkSeparator" style "wide"
   1.291 +class "GtkFrame" style "wide"
   1.292 +class "GtkCalendar" style "wide"
   1.293 +class "GtkEntry" style "wider"
   1.294 +class "GtkSpinButton" style "spinbutton"
   1.295 +class "GtkScale" style "scale"
   1.296 +class "GtkVScale" style "vscale"
   1.297 +class "GtkHScale" style "hscale"
   1.298 +class "GtkScrollbar" style "scrollbar"
   1.299 +class "GtkHScrollbar" style "hscrollbar"
   1.300 +class "GtkVScrollbar" style "vscrollbar"
   1.301 +class "GtkCalendar" style "calendar"
   1.302 +class "GtkRadio*" style "radiocheck"
   1.303 +class "GtkCheck*" style "radiocheck"
   1.304 +
   1.305 +widget_class "*<GtkNotebook>" style "notebook_bg"
   1.306 +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
   1.307 +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
   1.308 +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
   1.309 +widget_class "*<GtkButton>" style "button"
   1.310 +widget_class "*<GtkNotebook>" style "notebook"
   1.311 +widget_class "*<GtkStatusbar>*" style "statusbar"
   1.312 +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
   1.313 +widget_class "*<GtkCombo>*" style "comboboxentry"
   1.314 +widget_class "*<GtkMenuBar>*" style "menubar"
   1.315 +widget_class "*<GtkMenu>*" style "menu"
   1.316 +widget_class "*<GtkMenuItem>*" style "menu_item"
   1.317 +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
   1.318 +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
   1.319 +widget_class "*.<GtkTreeView>*" style "treeview"
   1.320 +widget_class "*<GtkProgress>" style "progressbar"
   1.321 +widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
   1.322 +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
   1.323 +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
   1.324 +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
   1.325 +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
   1.326 +widget "gtk-tooltip*" style "tooltips"
   1.327 +widget_class "*.ETable.ECanvas" style "treeview_header"
   1.328 +widget_class "*.ETree.ECanvas" style "treeview_header"
   1.329 +
   1.330 + widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
   1.331 +
   1.332 +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
   1.333 +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
   1.334 +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
   1.335 +widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
   1.336 +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
   1.337 +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"