wok-4.x rev 1000
themes for gtk and openbox
author | Pierre-Jean Fichet <sygne@ombres.eu> |
---|---|
date | Sun Jul 06 16:51:32 2008 +0200 (2008-07-06) |
parents | 6cc385ceca6c |
children | da7eea2e2d10 |
files | slitaz-violet-theme/receipt slitaz-violet-theme/stuff/Clearlooks-Violet/gtk-2.0/gtkrc slitaz-violet-theme/stuff/Violet/openbox-3/themerc |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/slitaz-violet-theme/receipt Sun Jul 06 16:51:32 2008 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="slitaz-violet-theme" 1.7 +VERSION="1.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox." 1.10 +MAINTAINER="sygne@ombres.eu" 1.11 +DEPENDS="openbox clearlooks" 1.12 +WEB_SITE="www.souffles.eu/linux" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + 1.18 + mkdir -p $fs/usr/share/themes 1.19 + cp -a stuff/* $fs/usr/share/themes 1.20 + 1.21 + 1.22 +} 1.23 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/slitaz-violet-theme/stuff/Clearlooks-Violet/gtk-2.0/gtkrc Sun Jul 06 16:51:32 2008 +0200 2.3 @@ -0,0 +1,159 @@ 2.4 +style "clearlooks-default" 2.5 +{ 2.6 + GtkButton ::default_border = { 0, 0, 0, 0 } 2.7 + GtkRange ::trough_border = 0 2.8 + GtkPaned ::handle_size = 6 2.9 + GtkRange ::slider_width = 15 2.10 + GtkRange ::stepper_size = 15 2.11 + GtkScrollbar ::min_slider_length = 30 2.12 + GtkCheckButton ::indicator_size = 12 2.13 + GtkMenuBar ::internal-padding = 0 2.14 + GtkTreeView ::expander_size = 14 2.15 + GtkExpander ::expander_size = 16 2.16 + 2.17 + xthickness = 1 2.18 + ythickness = 1 2.19 + 2.20 + 2.21 + fg[ACTIVE] = "#000000" # Black 2.22 + fg[SELECTED] = "#ffffff" # White 2.23 + fg[NORMAL] = "#000000" # Black 2.24 + fg[PRELIGHT] = "#AD3DA1" # violet 2.25 + fg[INSENSITIVE] = "#2E9EA4" # cyan 2.26 + 2.27 + bg[ACTIVE] = "#D7D7D8" # grey 2.28 + bg[SELECTED] = "#AD3DA1" # violet 2.29 + bg[NORMAL] = "#f0f0f0" # light grey 2.30 + bg[PRELIGHT] = "#ffffff" # white 2.31 + bg[INSENSITIVE] = "#f0f0f0" # light grey 2.32 + 2.33 + base[ACTIVE] = "#D7D7D8" # grey 2.34 + base[SELECTED] = "#AD3DA1" # violet 2.35 + base[NORMAL] = "#ffffff" # White 2.36 + base[PRELIGHT] = "#ad3da1" # violet 2.37 + base[INSENSITIVE] = "#D7D7D8" # grey 2.38 + 2.39 + text[ACTIVE] = "#000000" # Black 2.40 + text[SELECTED] = "#ffffff" # White 2.41 + text[NORMAL] = "#000000" # Black 2.42 + text[PRELIGHT] = "#2E9EA4" # cyan 2.43 + text[INSENSITIVE] = "#AD3DA1" # violet 2.44 + 2.45 + 2.46 + engine "clearlooks" 2.47 + { 2.48 + menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient 2.49 + menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button) 2.50 + listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient) 2.51 + progressbarstyle = 0 # 0 = candy bar, 1 = flat 2.52 + } 2.53 +} 2.54 + 2.55 + 2.56 +style "clearlooks-wide" = "clearlooks-default" 2.57 +{ 2.58 + xthickness = 2 2.59 + ythickness = 2 2.60 +} 2.61 + 2.62 +style "clearlooks-button" = "clearlooks-default" 2.63 +{ 2.64 + xthickness = 3 2.65 + ythickness = 3 2.66 +} 2.67 + 2.68 +style "clearlooks-notebook" = "clearlooks-wide" 2.69 +{ 2.70 + bg[NORMAL] = "#f0f0f0" 2.71 + bg[INSENSITIVE] = "#f0f0f0" 2.72 +} 2.73 + 2.74 +style "clearlooks-tasklist" = "clearlooks-default" 2.75 +{ 2.76 + xthickness = 5 2.77 + ythickness = 3 2.78 +} 2.79 + 2.80 +style "clearlooks-menu" = "clearlooks-default" 2.81 +{ 2.82 + xthickness = 2 2.83 + ythickness = 1 2.84 + bg[NORMAL] = "#f0f0f0" 2.85 +} 2.86 + 2.87 +style "clearlooks-menu-item" = "clearlooks-default" 2.88 +{ 2.89 + xthickness = 2 2.90 + ythickness = 3 2.91 + fg[PRELIGHT] = "#ffffff" 2.92 + 2.93 + text[PRELIGHT] = "#ffffff" 2.94 +} 2.95 + 2.96 +style "clearlooks-tree" = "clearlooks-default" 2.97 +{ 2.98 + xthickness = 2 2.99 + ythickness = 2 2.100 +} 2.101 + 2.102 +style "clearlooks-frame-title" = "clearlooks-default" 2.103 +{ 2.104 + fg[NORMAL] = "#ad3da1" #texte barre d etat "#000000" 2.105 +} 2.106 + 2.107 +style "clearlooks-tooltips" = "clearlooks-default" 2.108 +{ 2.109 + xthickness = 4 2.110 + ythickness = 4 2.111 + bg[NORMAL] = "#ad3da1" #violet #F3E1F3 # light violet 2.112 + fg[NORMAL] = "#ffffff" # white 2.113 +} 2.114 + 2.115 +style "clearlooks-progressbar" = "clearlooks-default" 2.116 +{ 2.117 + xthickness = 1 2.118 + ythickness = 1 2.119 + 2.120 + fg[PRELIGHT] = "#ad3da1" 2.121 +} 2.122 + 2.123 +style "clearlooks-combo" = "clearlooks-default" 2.124 +{ 2.125 + xthickness = 2 2.126 + ythickness = 3 2.127 +} 2.128 + 2.129 +# widget styles 2.130 +class "GtkWidget" style "clearlooks-default" 2.131 +class "GtkButton" style "clearlooks-button" 2.132 +class "GtkCombo" style "clearlooks-button" 2.133 +class "GtkRange" style "clearlooks-wide" 2.134 +class "GtkFrame" style "clearlooks-wide" 2.135 +class "GtkMenu" style "clearlooks-menu" 2.136 +class "GtkEntry" style "clearlooks-button" 2.137 +class "GtkMenuItem" style "clearlooks-menu-item" 2.138 +class "GtkStatusbar" style "clearlooks-wide" 2.139 +class "GtkNotebook" style "clearlooks-notebook" 2.140 +class "GtkProgressBar" style "clearlooks-progressbar" 2.141 + 2.142 +widget_class "*MenuItem.*" style "clearlooks-menu-item" 2.143 + 2.144 +# combobox stuff 2.145 +widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo" 2.146 +widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo" 2.147 + 2.148 +# tooltips stuff 2.149 +widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist" 2.150 +widget "gtk-tooltips" style "clearlooks-tooltips" 2.151 + 2.152 +# treeview stuff 2.153 +widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree" 2.154 +widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree" 2.155 +widget_class "*.GtkList.GtkButton" style "clearlooks-tree" 2.156 +widget_class "*.GtkCList.GtkButton" style "clearlooks-tree" 2.157 +widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title" 2.158 + 2.159 +# notebook stuff 2.160 +widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook" 2.161 +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook" 2.162 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/slitaz-violet-theme/stuff/Violet/openbox-3/themerc Sun Jul 06 16:51:32 2008 +0200 3.3 @@ -0,0 +1,109 @@ 3.4 +style.author: sygne 3.5 +style.date: Aug 1, 2006 3.6 + 3.7 +window.active.label.text.font: DejaVu sans:pixelsize=10:shadow=y:shadowtint=6:shadowoffset=1 3.8 +menu.title.text.font: DejaVu sans:pixelsize=10:shadow=n:shadowtint=6:shadowoffset=1 3.9 +menu.items.font: DejaVu sans:pixelsize=10:shadow=n:shadowtint=6:shadowoffset=1 3.10 + 3.11 + 3.12 +! Menu settings... flatborder gradient crossdiagonal 3.13 +menu.items.bg: flatborder raised gradient diagonal interlaced 3.14 +menu.items.bg.color: #831477 3.15 +menu.items.bg.colorTo: #44023f 3.16 +menu.items.bg.border.color: #5e0256 3.17 +menu.items.text.color: #cb1cbd 3.18 + 3.19 +menu.items.justify: center 3.20 +menu.title.text.justify: right 3.21 + 3.22 +menu.title.bg: sunken gradient diagonal interlaced !flatborder gradient diagonal 3.23 +menu.title.bg.colorTo: #cb1cbd 3.24 +menu.title.bg.color: #d5add2 3.25 +menu.title.bg.border.color: #44023f 3.26 +menu.title.text.color: #fdeafb 3.27 + 3.28 +menu.items.active.bg: flatborder gradient diagonal 3.29 +menu.items.active.bg.color: #44023f 3.30 +menu.items.active.bg.colorTo: #831477 3.31 +menu.items.active.bg.border.color: #831477 3.32 +menu.items.active.text.color: #fdf405 3.33 + 3.34 +menu.items.disabled.text.color: #cb1cbd 3.35 + 3.36 +! Window settings... 3.37 +window.active.button.unpressed.bg: parentrelative 3.38 +window.active.button.unpressed.image.color: #fdeafb 3.39 + 3.40 +window.label.text.justify: center 3.41 + 3.42 +window.active.button.hover.bg: flatborder gradient diagonal 3.43 +window.active.button.hover.bg.color: #831477 3.44 +window.active.button.hover.bg.colorTo: #44023f 3.45 +window.active.button.hover.bg.border.color: #fdeafb 3.46 +window.active.button.hover.image.color: #fdeafb 3.47 + 3.48 +window.inactive.button.hover.bg: parentrelative 3.49 + 3.50 +window.active.button.toggled.bg: flatborder gradient diagonal 3.51 +window.active.button.toggled.bg.color: #831477 3.52 +window.active.button.toggled.bg.colorTo: #44023f 3.53 +window.active.button.toggled.bg.border.color: #fdeafb 3.54 +window.active.button.toggled.image.color: #fdeafb 3.55 + 3.56 +window.inactive.button.toggled.bg: parentrelative 3.57 + 3.58 +window.active.button.pressed.bg: sunken gradient diagonal 3.59 +window.active.button.pressed.bg.color: #fdeafb 3.60 +window.active.button.pressed.bg.colorTo: #ffd2fb 3.61 +window.active.button.pressed.image.color: #fdeafb 3.62 + 3.63 +window.active.button.disabled.bg: parentrelative 3.64 +window.active.button.disabled.image.color: #ffd2fb 3.65 +window.inactive.button.disabled.bg: parentrelative 3.66 +window.inactive.button.disabled.image.color: #ffd2fb 3.67 + 3.68 +window.inactive.button.unpressed.bg: parentrelative 3.69 +window.inactive.button.unpressed.image.color: #de01cc 3.70 + 3.71 +window.active.grip.bg: flat gradient diagonal 3.72 +window.active.grip.bg.color: #d5add2 3.73 +window.active.grip.bg.colorTo: #55014e 3.74 + 3.75 +window.inactive.grip.bg: flat gradient diagonal 3.76 +window.inactive.grip.bg.color: #cb1cbd 3.77 +window.inactive.grip.bg.colorTo: #d5add2 3.78 + 3.79 +window.active.handle.bg: flatboarder gradient diagonal 3.80 +window.active.handle.bg.colorTo: #cb1cbd 3.81 +window.active.handle.bg.color: #d5add2 3.82 + 3.83 +window.inactive.handle.bg: flat gradient diagonal 3.84 +window.inactive.handle.bg.color: #cb1cbd 3.85 +window.inactive.handle.bg.colorTo: #d5add2 3.86 + 3.87 + 3.88 + 3.89 +window.active.label.bg: flatborder gradient diagonal 3.90 +window.active.label.bg.color: #d5add2 3.91 +window.active.label.bg.colorTo: #cb1cbd 3.92 +window.active.label.bg.border.color: #44023f 3.93 +window.active.label.text.color: #fdeafb 3.94 + 3.95 +window.inactive.label.bg: parentrelative 3.96 +window.inactive.label.text.color: #de01cc 3.97 + 3.98 +window.active.title.bg: flat gradient vertical 3.99 +window.active.title.bg.color: #831477 3.100 +window.active.title.bg.colorTo: #44023f 3.101 + 3.102 +window.inactive.title.bg: flat gradient diagonal 3.103 +window.inactive.title.bg.color: #831477 3.104 +window.inactive.title.bg.colorTo: #44023f 3.105 + 3.106 +window.active.client.color: #ffd2fb 3.107 +window.inactive.client.color: #ffd2fb 3.108 +window.handle.width: 3 3.109 +window.client.padding.width: 1 3.110 +padding.width: 1 3.111 +border.width: 1 3.112 +border.color: #831477