wok diff gtk2-theme-chrommo/stuff/chrommo/gtk-2.0/gtkrc @ rev 21889

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