wok diff slitaz-violet-theme/stuff/Clearlooks-Violet/gtk-2.0/gtkrc @ rev 25026

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 10:39:49 2022 +0000 (2022-05-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-violet-theme/stuff/Clearlooks-Violet/gtk-2.0/gtkrc	Thu May 19 10:39:49 2022 +0000
     1.3 @@ -0,0 +1,159 @@
     1.4 +style "clearlooks-default"
     1.5 +{
     1.6 +  GtkButton      ::default_border    = { 0, 0, 0, 0 }
     1.7 +  GtkRange       ::trough_border     = 0
     1.8 +  GtkPaned       ::handle_size       = 6
     1.9 +  GtkRange       ::slider_width      = 15
    1.10 +  GtkRange       ::stepper_size      = 15
    1.11 +  GtkScrollbar   ::min_slider_length = 30
    1.12 +  GtkCheckButton ::indicator_size    = 12
    1.13 +  GtkMenuBar     ::internal-padding  = 0
    1.14 +  GtkTreeView    ::expander_size     = 14
    1.15 +  GtkExpander    ::expander_size     = 16
    1.16 +
    1.17 +  xthickness = 1
    1.18 +  ythickness = 1
    1.19 +  
    1.20 +  
    1.21 +	fg[ACTIVE] = "#000000" # Black
    1.22 +	fg[SELECTED] = "#ffffff" # White
    1.23 +	fg[NORMAL] = "#000000" # Black
    1.24 +	fg[PRELIGHT] = "#AD3DA1" # violet
    1.25 +	fg[INSENSITIVE] = "#2E9EA4" # cyan
    1.26 +
    1.27 +	bg[ACTIVE] = "#D7D7D8" # grey
    1.28 +	bg[SELECTED] = "#AD3DA1" # violet
    1.29 +	bg[NORMAL] = "#f0f0f0" # light grey
    1.30 +	bg[PRELIGHT] = "#ffffff" # white
    1.31 +	bg[INSENSITIVE] = "#f0f0f0" # light grey
    1.32 +
    1.33 +	base[ACTIVE] = "#D7D7D8" # grey 
    1.34 +	base[SELECTED] = "#AD3DA1" # violet
    1.35 +	base[NORMAL] = "#ffffff" # White
    1.36 +	base[PRELIGHT] = "#ad3da1" # violet
    1.37 +	base[INSENSITIVE] = "#D7D7D8" # grey
    1.38 +
    1.39 +	text[ACTIVE] = "#000000" # Black
    1.40 +	text[SELECTED] = "#ffffff" # White
    1.41 +	text[NORMAL] = "#000000" # Black
    1.42 +	text[PRELIGHT] = "#2E9EA4" # cyan
    1.43 +	text[INSENSITIVE] = "#AD3DA1" # violet
    1.44 +  
    1.45 +
    1.46 +  engine "clearlooks" 
    1.47 +  {
    1.48 +    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
    1.49 +    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
    1.50 +    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
    1.51 +    progressbarstyle  = 0       # 0 = candy bar, 1 = flat
    1.52 +  }
    1.53 +}
    1.54 +
    1.55 +
    1.56 +style "clearlooks-wide" = "clearlooks-default"
    1.57 +{
    1.58 +  xthickness = 2
    1.59 +  ythickness = 2
    1.60 +}
    1.61 +
    1.62 +style "clearlooks-button" = "clearlooks-default"
    1.63 +{
    1.64 +  xthickness = 3
    1.65 +  ythickness = 3
    1.66 +}
    1.67 +
    1.68 +style "clearlooks-notebook" = "clearlooks-wide"
    1.69 +{
    1.70 +  bg[NORMAL] = "#f0f0f0"
    1.71 +  bg[INSENSITIVE] = "#f0f0f0"
    1.72 +}
    1.73 +
    1.74 +style "clearlooks-tasklist" = "clearlooks-default"
    1.75 +{
    1.76 +  xthickness = 5
    1.77 +  ythickness = 3
    1.78 +}
    1.79 +
    1.80 +style "clearlooks-menu" = "clearlooks-default"
    1.81 +{
    1.82 +  xthickness = 2
    1.83 +  ythickness = 1
    1.84 +  bg[NORMAL] = "#f0f0f0"
    1.85 +}
    1.86 +
    1.87 +style "clearlooks-menu-item" = "clearlooks-default"
    1.88 +{
    1.89 +  xthickness = 2
    1.90 +  ythickness = 3
    1.91 +  fg[PRELIGHT] = "#ffffff"
    1.92 +
    1.93 +  text[PRELIGHT] = "#ffffff"
    1.94 +}
    1.95 +
    1.96 +style "clearlooks-tree" = "clearlooks-default"
    1.97 +{
    1.98 +  xthickness = 2
    1.99 +  ythickness = 2
   1.100 +}
   1.101 +
   1.102 +style "clearlooks-frame-title" = "clearlooks-default"
   1.103 +{
   1.104 +  fg[NORMAL] = "#ad3da1" #texte barre d etat "#000000"
   1.105 +}
   1.106 +
   1.107 +style "clearlooks-tooltips" = "clearlooks-default"
   1.108 +{
   1.109 +  xthickness = 4
   1.110 +  ythickness = 4
   1.111 +  bg[NORMAL] = "#ad3da1" #violet #F3E1F3 # light violet
   1.112 +  fg[NORMAL] = "#ffffff" # white
   1.113 +}
   1.114 +
   1.115 +style "clearlooks-progressbar" = "clearlooks-default"
   1.116 +{
   1.117 +  xthickness = 1
   1.118 +  ythickness = 1
   1.119 +
   1.120 +  fg[PRELIGHT]  = "#ad3da1"
   1.121 +}
   1.122 +
   1.123 +style "clearlooks-combo" = "clearlooks-default"
   1.124 +{
   1.125 +  xthickness = 2
   1.126 +  ythickness = 3
   1.127 +}
   1.128 +
   1.129 +# widget styles
   1.130 +class "GtkWidget" style "clearlooks-default"
   1.131 +class "GtkButton" style "clearlooks-button"
   1.132 +class "GtkCombo"  style "clearlooks-button"
   1.133 +class "GtkRange"  style "clearlooks-wide"
   1.134 +class "GtkFrame"  style "clearlooks-wide"
   1.135 +class "GtkMenu"   style "clearlooks-menu"
   1.136 +class "GtkEntry"  style "clearlooks-button"
   1.137 +class "GtkMenuItem"    style "clearlooks-menu-item"
   1.138 +class "GtkStatusbar"   style "clearlooks-wide"
   1.139 +class "GtkNotebook"    style "clearlooks-notebook"
   1.140 +class "GtkProgressBar" style "clearlooks-progressbar"
   1.141 +
   1.142 +widget_class "*MenuItem.*" style "clearlooks-menu-item"
   1.143 +
   1.144 +# combobox stuff
   1.145 +widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
   1.146 +widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
   1.147 +
   1.148 +# tooltips stuff
   1.149 +widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
   1.150 +widget "gtk-tooltips" style "clearlooks-tooltips"
   1.151 +
   1.152 +# treeview stuff
   1.153 +widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
   1.154 +widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
   1.155 +widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
   1.156 +widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
   1.157 +widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
   1.158 +
   1.159 +# notebook stuff
   1.160 +widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
   1.161 +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
   1.162 +