slitaz-configs rev 127

New Openbox and GTK theme matching 4.0 colors (brown/orange)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 25 12:23:37 2012 +0100 (2012-02-25)
parents 572e006ee1bc
children e43f88e64577
files rootfs/usr/share/themes/SliTaz-greylooks/gtk-2.0/gtkrc rootfs/usr/share/themes/SliTaz-greylooks/openbox-3/themerc rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc rootfs/usr/share/themes/SliTaz/openbox-3/themerc
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/usr/share/themes/SliTaz-greylooks/gtk-2.0/gtkrc	Sat Feb 25 12:23:37 2012 +0100
     1.3 @@ -0,0 +1,154 @@
     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 +  fg[NORMAL]        = "#000000" # black
    1.21 +  fg[PRELIGHT]      = "#000000" # black
    1.22 +  fg[SELECTED]      = "#ffffff" # white 
    1.23 +  fg[ACTIVE]        = "#000000" # black
    1.24 +  fg[INSENSITIVE]   = "#b5b3ac" # dark beige
    1.25 +
    1.26 +  bg[NORMAL]	    = "#f1efeb" # light beige
    1.27 +  bg[PRELIGHT]      = "#f9f7f3" # very light beige
    1.28 +  bg[SELECTED]		= "#7b705c" # grey
    1.29 +  bg[INSENSITIVE]   = "#efebe7" # beige
    1.30 +  bg[ACTIVE]        = "#d7d3ca" # dark beige
    1.31 +
    1.32 +  base[NORMAL]      = "#ffffff" # white 
    1.33 +  base[PRELIGHT]    = "#7b705c" # grey
    1.34 +  base[ACTIVE]      = "#a69f91" # grey beige
    1.35 +  base[SELECTED]	= "#7b705c" # grey
    1.36 +  base[INSENSITIVE] = "#efebe7" # beige
    1.37 +
    1.38 +  text[NORMAL]      = "#000000" # black
    1.39 +  text[PRELIGHT]    = "#000000" # black
    1.40 +  text[ACTIVE]      = "#ffffff" # white
    1.41 +  text[SELECTED]    = "#ffffff" # white
    1.42 +  text[INSENSITIVE] = "#b5b3ac" # dark beige
    1.43 +
    1.44 +  engine "clearlooks" 
    1.45 +  {
    1.46 +    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
    1.47 +    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
    1.48 +    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
    1.49 +    progressbarstyle  = 0       # 0 = candy bar, 1 = flat
    1.50 +  }
    1.51 +}
    1.52 +
    1.53 +style "clearlooks-wide" = "clearlooks-default"
    1.54 +{
    1.55 +  xthickness = 2
    1.56 +  ythickness = 1
    1.57 +}
    1.58 +
    1.59 +style "clearlooks-button" = "clearlooks-default"
    1.60 +{
    1.61 +  xthickness = 2
    1.62 +  ythickness = 1
    1.63 +}
    1.64 +
    1.65 +style "clearlooks-notebook" = "clearlooks-wide"
    1.66 +{
    1.67 +  bg[NORMAL] = "#efede9"
    1.68 +  bg[INSENSITIVE] = "#efede9"
    1.69 +}
    1.70 +
    1.71 +style "clearlooks-tasklist" = "clearlooks-default"
    1.72 +{
    1.73 +  xthickness = 5
    1.74 +  ythickness = 3
    1.75 +}
    1.76 +
    1.77 +style "clearlooks-menu" = "clearlooks-default"
    1.78 +{
    1.79 +  xthickness = 2
    1.80 +  ythickness = 1
    1.81 +  bg[NORMAL] = "#f9f7f3"
    1.82 +}
    1.83 +
    1.84 +style "clearlooks-menu-item" = "clearlooks-default"
    1.85 +{
    1.86 +  xthickness = 2
    1.87 +  ythickness = 3
    1.88 +  fg[PRELIGHT] = "#ffffff"
    1.89 +  text[PRELIGHT] = "#ffffff"
    1.90 +}
    1.91 +
    1.92 +style "clearlooks-tree" = "clearlooks-default"
    1.93 +{
    1.94 +  xthickness = 2
    1.95 +  ythickness = 2
    1.96 +}
    1.97 +
    1.98 +style "clearlooks-frame-title" = "clearlooks-default"
    1.99 +{
   1.100 +  fg[NORMAL] = "#404040"
   1.101 +}
   1.102 +
   1.103 +style "clearlooks-tooltips" = "clearlooks-default"
   1.104 +{
   1.105 +  bg[NORMAL] = "#f8f8f8"
   1.106 +  fg[NORMAL] = "#000000"
   1.107 +  xthickness = 8
   1.108 +  ythickness = 8
   1.109 +}
   1.110 +
   1.111 +style "clearlooks-progressbar" = "clearlooks-default"
   1.112 +{
   1.113 +  xthickness = 1
   1.114 +  ythickness = 1
   1.115 +
   1.116 +  fg[PRELIGHT]  = "#ffffff"
   1.117 +}
   1.118 +
   1.119 +style "clearlooks-combo" = "clearlooks-default"
   1.120 +{
   1.121 +  xthickness = 2
   1.122 +  ythickness = 2
   1.123 +}
   1.124 +
   1.125 +# widget styles
   1.126 +class "GtkWidget" style "clearlooks-default"
   1.127 +class "GtkButton" style "clearlooks-button"
   1.128 +class "GtkCombo"  style "clearlooks-button"
   1.129 +class "GtkRange"  style "clearlooks-wide"
   1.130 +class "GtkFrame"  style "clearlooks-wide"
   1.131 +class "GtkMenu"   style "clearlooks-menu"
   1.132 +class "GtkEntry"  style "clearlooks-button"
   1.133 +class "GtkMenuItem"    style "clearlooks-menu-item"
   1.134 +class "GtkStatusbar"   style "clearlooks-wide"
   1.135 +class "GtkNotebook"    style "clearlooks-notebook"
   1.136 +class "GtkProgressBar" style "clearlooks-progressbar"
   1.137 +
   1.138 +widget_class "*MenuItem.*" style "clearlooks-menu-item"
   1.139 +
   1.140 +# combobox stuff
   1.141 +widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
   1.142 +widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
   1.143 +
   1.144 +# tooltips stuff
   1.145 +widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
   1.146 +widget "gtk-tooltip*" style "clearlooks-tooltips"
   1.147 +
   1.148 +# treeview stuff
   1.149 +widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
   1.150 +widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
   1.151 +widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
   1.152 +widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
   1.153 +widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
   1.154 +
   1.155 +# notebook stuff
   1.156 +widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
   1.157 +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/rootfs/usr/share/themes/SliTaz-greylooks/openbox-3/themerc	Sat Feb 25 12:23:37 2012 +0100
     2.3 @@ -0,0 +1,69 @@
     2.4 +# SliTaz GNU/Linux Openbox theme. Images are from the Natura theme
     2.5 +# and colors match SliTaz current style with inspiration from Onyx.
     2.6 +
     2.7 +# General
     2.8 +border.width: 1
     2.9 +padding.width: 2
    2.10 +padding.height: 2
    2.11 +window.handle.width: 2
    2.12 +window.client.padding.width: 0
    2.13 +menu.overlap: 0
    2.14 +*.justify: center
    2.15 +*.bg.highlight: 50
    2.16 +*.bg.shadow:    01
    2.17 +*.title.bg: raised gradient vertical
    2.18 +*.title.bg.color: #7b705c
    2.19 +*.title.bg.colorTo: #342812
    2.20 +
    2.21 +# Menu settings (match SliTaz GTK/Clearlooks colors)
    2.22 +menu.title.text.color: #ffffff
    2.23 +menu.items.bg: flat
    2.24 +menu.items.bg.color: #f9f7f3
    2.25 +#menu.items.bg.colorTo: #ffffff
    2.26 +menu.separator.color: #dcd8cf
    2.27 +menu.border.color: #908266
    2.28 +menu.border.width: 1
    2.29 +menu.items.active.bg: raised vertical gradient
    2.30 +menu.items.active.bg.color: #7b705c
    2.31 +menu.items.active.bg.colorTo: #615a4d
    2.32 +menu.items.active.text.color: white
    2.33 +menu.items.text.color: #000000
    2.34 +menu.items.disabled.text.color: #aeaeae
    2.35 +
    2.36 +# Window
    2.37 +window.active.border.color: #342812
    2.38 +window.inactive.border.color: #222222
    2.39 +window.inactive.border.width: 10
    2.40 +window.active.title.bg: raised gradient vertical
    2.41 +window.active.title.bg.color: #7b705c
    2.42 +window.active.title.bg.colorTo: #342812
    2.43 +window.active.title.bg.highlight: 35
    2.44 +window.active.title.bg.shadow:    00
    2.45 +window.active.title.separator.color: #342812
    2.46 +window.inactive.title.separator.color: #888173
    2.47 +window.inactive.title.bg: raised gradient vertical
    2.48 +window.inactive.title.bg.color: #a69f91
    2.49 +window.inactive.title.bg.colorTo: #888173
    2.50 +window.active.label.bg: Parentrelative
    2.51 +window.active.label.text.color: #ffffff
    2.52 +window.active.label.text.font:shadow=y:shadowtint=80:shadowoffset=1
    2.53 +window.inactive.label.bg: Parentrelative
    2.54 +window.inactive.label.text.color: #ffffff
    2.55 +
    2.56 +window.active.button.*.bg: Parentrelative
    2.57 +window.active.button.*.image.color: #eaeaea
    2.58 +window.active.button.hover.bg: Parentrelative
    2.59 +window.active.button.hover.image.color: #ffffff
    2.60 +window.inactive.button.*.bg: Parentrelative
    2.61 +window.inactive.button.*.image.color: #eaeaea
    2.62 +window.inactive.button.hover.image.color: #ffffff
    2.63 +
    2.64 +window.*.handle.bg: Raised solid
    2.65 +window.*.handle.bg.color: #342812
    2.66 +window.*.grip.bg: Raised solid
    2.67 +window.*.grip.bg.color: #342812
    2.68 +
    2.69 +# OSD
    2.70 +osd.bg: raised vertical gradient
    2.71 +osd.bg.color: #7b705c
    2.72 +osd.bg.colorTo: #342812
     3.1 --- a/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Thu Feb 23 19:20:56 2012 +0000
     3.2 +++ b/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Sat Feb 25 12:23:37 2012 +0100
     3.3 @@ -22,15 +22,15 @@
     3.4  
     3.5    bg[NORMAL]	    = "#f1efeb" # light beige
     3.6    bg[PRELIGHT]      = "#f9f7f3" # very light beige
     3.7 -  bg[SELECTED]		= "#7b705c" # grey
     3.8 -  bg[INSENSITIVE]   = "#efebe7" # beige
     3.9 +  bg[SELECTED]		= "#d66018" # orange
    3.10 +  bg[INSENSITIVE]   = "#efebe7" # light grey
    3.11    bg[ACTIVE]        = "#d7d3ca" # dark beige
    3.12  
    3.13    base[NORMAL]      = "#ffffff" # white 
    3.14 -  base[PRELIGHT]    = "#7b705c" # grey
    3.15 -  base[ACTIVE]      = "#a69f91" # grey beige
    3.16 -  base[SELECTED]	= "#7b705c" # grey
    3.17 -  base[INSENSITIVE] = "#efebe7" # beige
    3.18 +  base[PRELIGHT]    = "#d66018" # orange
    3.19 +  base[ACTIVE]      = "#72320e" # brown
    3.20 +  base[SELECTED]	= "#d66018" # orange
    3.21 +  base[INSENSITIVE] = "#efebe7" # light grey
    3.22  
    3.23    text[NORMAL]      = "#000000" # black
    3.24    text[PRELIGHT]    = "#000000" # black
    3.25 @@ -73,8 +73,8 @@
    3.26  
    3.27  style "clearlooks-menu" = "clearlooks-default"
    3.28  {
    3.29 -  xthickness = 2
    3.30 -  ythickness = 1
    3.31 +  xthickness = 0
    3.32 +  ythickness = 0
    3.33    bg[NORMAL] = "#f9f7f3"
    3.34  }
    3.35  
    3.36 @@ -94,7 +94,7 @@
    3.37  
    3.38  style "clearlooks-frame-title" = "clearlooks-default"
    3.39  {
    3.40 -  fg[NORMAL] = "#404040"
    3.41 +  fg[NORMAL] = "#333333"
    3.42  }
    3.43  
    3.44  style "clearlooks-tooltips" = "clearlooks-default"
     4.1 --- a/rootfs/usr/share/themes/SliTaz/openbox-3/themerc	Thu Feb 23 19:20:56 2012 +0000
     4.2 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/themerc	Sat Feb 25 12:23:37 2012 +0100
     4.3 @@ -1,69 +1,69 @@
     4.4  # SliTaz GNU/Linux Openbox theme. Images are from the Natura theme
     4.5 -# and colors match SliTaz current style with inspiration from Onyx.
     4.6 +# and colors match SliTaz current style. Name: Sunset
     4.7  
     4.8  # General
     4.9  border.width: 1
    4.10  padding.width: 2
    4.11 -padding.height: 2
    4.12 +padding.height: 4
    4.13  window.handle.width: 2
    4.14  window.client.padding.width: 0
    4.15  menu.overlap: 0
    4.16  *.justify: center
    4.17  *.bg.highlight: 50
    4.18  *.bg.shadow:    01
    4.19 -*.title.bg: raised gradient vertical
    4.20 -*.title.bg.color: #7b705c
    4.21 -*.title.bg.colorTo: #342812
    4.22 +*.title.bg: flat
    4.23 +*.title.bg.color: #351a0a
    4.24 +#*.title.bg.colorTo: #342812
    4.25  
    4.26  # Menu settings (match SliTaz GTK/Clearlooks colors)
    4.27 -menu.title.text.color: #ffffff
    4.28 +menu.title.text.color: #cfcfcf
    4.29  menu.items.bg: flat
    4.30  menu.items.bg.color: #f9f7f3
    4.31 -#menu.items.bg.colorTo: #ffffff
    4.32 +#menu.items.bg.colorTo: #cfcfcf
    4.33  menu.separator.color: #dcd8cf
    4.34  menu.border.color: #908266
    4.35  menu.border.width: 1
    4.36 -menu.items.active.bg: raised vertical gradient
    4.37 -menu.items.active.bg.color: #7b705c
    4.38 -menu.items.active.bg.colorTo: #615a4d
    4.39 +menu.items.active.bg: Gradient Vertical Flat
    4.40 +menu.items.active.bg.color: #d66018
    4.41 +menu.items.active.bg.colorTo: #9d5122
    4.42  menu.items.active.text.color: white
    4.43  menu.items.text.color: #000000
    4.44 -menu.items.disabled.text.color: #aeaeae
    4.45 +menu.items.disabled.text.color: #cfcfcf
    4.46  
    4.47  # Window
    4.48 -window.active.border.color: #342812
    4.49 -window.inactive.border.color: #222222
    4.50 +window.active.border.color: #72320e
    4.51 +window.inactive.border.color: #351a0a
    4.52  window.inactive.border.width: 10
    4.53 -window.active.title.bg: raised gradient vertical
    4.54 -window.active.title.bg.color: #7b705c
    4.55 -window.active.title.bg.colorTo: #342812
    4.56 +window.active.title.bg: flat
    4.57 +window.active.title.bg.color: #351a0a
    4.58 +#window.active.title.bg.colorTo: #342812
    4.59  window.active.title.bg.highlight: 35
    4.60  window.active.title.bg.shadow:    00
    4.61 -window.active.title.separator.color: #342812
    4.62 -window.inactive.title.separator.color: #888173
    4.63 -window.inactive.title.bg: raised gradient vertical
    4.64 -window.inactive.title.bg.color: #a69f91
    4.65 -window.inactive.title.bg.colorTo: #888173
    4.66 +window.active.title.separator.color: #351a0a
    4.67 +window.inactive.title.separator.color: #72320e
    4.68 +window.inactive.title.bg: flat
    4.69 +window.inactive.title.bg.color: #72320e
    4.70 +#window.inactive.title.bg.colorTo: #888173
    4.71  window.active.label.bg: Parentrelative
    4.72 -window.active.label.text.color: #ffffff
    4.73 -window.active.label.text.font:shadow=y:shadowtint=80:shadowoffset=1
    4.74 +window.active.label.text.color: #cfcfcf
    4.75 +#window.active.label.text.font:shadow=y:shadowtint=80:shadowoffset=1
    4.76  window.inactive.label.bg: Parentrelative
    4.77 -window.inactive.label.text.color: #ffffff
    4.78 -
    4.79 +window.inactive.label.text.color: #bbbbbb
    4.80  window.active.button.*.bg: Parentrelative
    4.81 -window.active.button.*.image.color: #eaeaea
    4.82 +window.active.button.*.image.color: #cfcfcf
    4.83  window.active.button.hover.bg: Parentrelative
    4.84  window.active.button.hover.image.color: #ffffff
    4.85  window.inactive.button.*.bg: Parentrelative
    4.86 -window.inactive.button.*.image.color: #eaeaea
    4.87 +window.inactive.button.*.image.color: #cfcfcf
    4.88  window.inactive.button.hover.image.color: #ffffff
    4.89  
    4.90 -window.*.handle.bg: Raised solid
    4.91 -window.*.handle.bg.color: #342812
    4.92 -window.*.grip.bg: Raised solid
    4.93 -window.*.grip.bg.color: #342812
    4.94 +window.*.handle.bg: Raised Raised
    4.95 +window.*.handle.bg.color: #d66018
    4.96 +window.*.grip.bg: Raised Raised
    4.97 +window.*.grip.bg.color: #351a0a
    4.98  
    4.99  # OSD
   4.100 -osd.bg: raised vertical gradient
   4.101 -osd.bg.color: #7b705c
   4.102 -osd.bg.colorTo: #342812
   4.103 +osd.bg: flat
   4.104 +osd.bg.color: #351a0a
   4.105 +#osd.bg.colorTo: #342812
   4.106 +osd.border.color: #d66018