# HG changeset patch # User Pierre-Jean Fichet # Date 1215355892 -7200 # Node ID 0129fe2dcb90e31eb0376e7c262019ccabbe7a7b # Parent 6cc385ceca6cbb58d54f2dc5ae677679b7757a88 themes for gtk and openbox diff -r 6cc385ceca6c -r 0129fe2dcb90 slitaz-violet-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz-violet-theme/receipt Sun Jul 06 16:51:32 2008 +0200 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="slitaz-violet-theme" +VERSION="1.0" +CATEGORY="x-window" +SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox." +MAINTAINER="sygne@ombres.eu" +DEPENDS="openbox clearlooks" +WEB_SITE="www.souffles.eu/linux" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + + mkdir -p $fs/usr/share/themes + cp -a stuff/* $fs/usr/share/themes + + +} + diff -r 6cc385ceca6c -r 0129fe2dcb90 slitaz-violet-theme/stuff/Clearlooks-Violet/gtk-2.0/gtkrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz-violet-theme/stuff/Clearlooks-Violet/gtk-2.0/gtkrc Sun Jul 06 16:51:32 2008 +0200 @@ -0,0 +1,159 @@ +style "clearlooks-default" +{ + GtkButton ::default_border = { 0, 0, 0, 0 } + GtkRange ::trough_border = 0 + GtkPaned ::handle_size = 6 + GtkRange ::slider_width = 15 + GtkRange ::stepper_size = 15 + GtkScrollbar ::min_slider_length = 30 + GtkCheckButton ::indicator_size = 12 + GtkMenuBar ::internal-padding = 0 + GtkTreeView ::expander_size = 14 + GtkExpander ::expander_size = 16 + + xthickness = 1 + ythickness = 1 + + + fg[ACTIVE] = "#000000" # Black + fg[SELECTED] = "#ffffff" # White + fg[NORMAL] = "#000000" # Black + fg[PRELIGHT] = "#AD3DA1" # violet + fg[INSENSITIVE] = "#2E9EA4" # cyan + + bg[ACTIVE] = "#D7D7D8" # grey + bg[SELECTED] = "#AD3DA1" # violet + bg[NORMAL] = "#f0f0f0" # light grey + bg[PRELIGHT] = "#ffffff" # white + bg[INSENSITIVE] = "#f0f0f0" # light grey + + base[ACTIVE] = "#D7D7D8" # grey + base[SELECTED] = "#AD3DA1" # violet + base[NORMAL] = "#ffffff" # White + base[PRELIGHT] = "#ad3da1" # violet + base[INSENSITIVE] = "#D7D7D8" # grey + + text[ACTIVE] = "#000000" # Black + text[SELECTED] = "#ffffff" # White + text[NORMAL] = "#000000" # Black + text[PRELIGHT] = "#2E9EA4" # cyan + text[INSENSITIVE] = "#AD3DA1" # violet + + + engine "clearlooks" + { + menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient + menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button) + listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient) + progressbarstyle = 0 # 0 = candy bar, 1 = flat + } +} + + +style "clearlooks-wide" = "clearlooks-default" +{ + xthickness = 2 + ythickness = 2 +} + +style "clearlooks-button" = "clearlooks-default" +{ + xthickness = 3 + ythickness = 3 +} + +style "clearlooks-notebook" = "clearlooks-wide" +{ + bg[NORMAL] = "#f0f0f0" + bg[INSENSITIVE] = "#f0f0f0" +} + +style "clearlooks-tasklist" = "clearlooks-default" +{ + xthickness = 5 + ythickness = 3 +} + +style "clearlooks-menu" = "clearlooks-default" +{ + xthickness = 2 + ythickness = 1 + bg[NORMAL] = "#f0f0f0" +} + +style "clearlooks-menu-item" = "clearlooks-default" +{ + xthickness = 2 + ythickness = 3 + fg[PRELIGHT] = "#ffffff" + + text[PRELIGHT] = "#ffffff" +} + +style "clearlooks-tree" = "clearlooks-default" +{ + xthickness = 2 + ythickness = 2 +} + +style "clearlooks-frame-title" = "clearlooks-default" +{ + fg[NORMAL] = "#ad3da1" #texte barre d etat "#000000" +} + +style "clearlooks-tooltips" = "clearlooks-default" +{ + xthickness = 4 + ythickness = 4 + bg[NORMAL] = "#ad3da1" #violet #F3E1F3 # light violet + fg[NORMAL] = "#ffffff" # white +} + +style "clearlooks-progressbar" = "clearlooks-default" +{ + xthickness = 1 + ythickness = 1 + + fg[PRELIGHT] = "#ad3da1" +} + +style "clearlooks-combo" = "clearlooks-default" +{ + xthickness = 2 + ythickness = 3 +} + +# widget styles +class "GtkWidget" style "clearlooks-default" +class "GtkButton" style "clearlooks-button" +class "GtkCombo" style "clearlooks-button" +class "GtkRange" style "clearlooks-wide" +class "GtkFrame" style "clearlooks-wide" +class "GtkMenu" style "clearlooks-menu" +class "GtkEntry" style "clearlooks-button" +class "GtkMenuItem" style "clearlooks-menu-item" +class "GtkStatusbar" style "clearlooks-wide" +class "GtkNotebook" style "clearlooks-notebook" +class "GtkProgressBar" style "clearlooks-progressbar" + +widget_class "*MenuItem.*" style "clearlooks-menu-item" + +# combobox stuff +widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo" +widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo" + +# tooltips stuff +widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist" +widget "gtk-tooltips" style "clearlooks-tooltips" + +# treeview stuff +widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree" +widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree" +widget_class "*.GtkList.GtkButton" style "clearlooks-tree" +widget_class "*.GtkCList.GtkButton" style "clearlooks-tree" +widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title" + +# notebook stuff +widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook" +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook" + diff -r 6cc385ceca6c -r 0129fe2dcb90 slitaz-violet-theme/stuff/Violet/openbox-3/themerc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz-violet-theme/stuff/Violet/openbox-3/themerc Sun Jul 06 16:51:32 2008 +0200 @@ -0,0 +1,109 @@ +style.author: sygne +style.date: Aug 1, 2006 + +window.active.label.text.font: DejaVu sans:pixelsize=10:shadow=y:shadowtint=6:shadowoffset=1 +menu.title.text.font: DejaVu sans:pixelsize=10:shadow=n:shadowtint=6:shadowoffset=1 +menu.items.font: DejaVu sans:pixelsize=10:shadow=n:shadowtint=6:shadowoffset=1 + + +! Menu settings... flatborder gradient crossdiagonal +menu.items.bg: flatborder raised gradient diagonal interlaced +menu.items.bg.color: #831477 +menu.items.bg.colorTo: #44023f +menu.items.bg.border.color: #5e0256 +menu.items.text.color: #cb1cbd + +menu.items.justify: center +menu.title.text.justify: right + +menu.title.bg: sunken gradient diagonal interlaced !flatborder gradient diagonal +menu.title.bg.colorTo: #cb1cbd +menu.title.bg.color: #d5add2 +menu.title.bg.border.color: #44023f +menu.title.text.color: #fdeafb + +menu.items.active.bg: flatborder gradient diagonal +menu.items.active.bg.color: #44023f +menu.items.active.bg.colorTo: #831477 +menu.items.active.bg.border.color: #831477 +menu.items.active.text.color: #fdf405 + +menu.items.disabled.text.color: #cb1cbd + +! Window settings... +window.active.button.unpressed.bg: parentrelative +window.active.button.unpressed.image.color: #fdeafb + +window.label.text.justify: center + +window.active.button.hover.bg: flatborder gradient diagonal +window.active.button.hover.bg.color: #831477 +window.active.button.hover.bg.colorTo: #44023f +window.active.button.hover.bg.border.color: #fdeafb +window.active.button.hover.image.color: #fdeafb + +window.inactive.button.hover.bg: parentrelative + +window.active.button.toggled.bg: flatborder gradient diagonal +window.active.button.toggled.bg.color: #831477 +window.active.button.toggled.bg.colorTo: #44023f +window.active.button.toggled.bg.border.color: #fdeafb +window.active.button.toggled.image.color: #fdeafb + +window.inactive.button.toggled.bg: parentrelative + +window.active.button.pressed.bg: sunken gradient diagonal +window.active.button.pressed.bg.color: #fdeafb +window.active.button.pressed.bg.colorTo: #ffd2fb +window.active.button.pressed.image.color: #fdeafb + +window.active.button.disabled.bg: parentrelative +window.active.button.disabled.image.color: #ffd2fb +window.inactive.button.disabled.bg: parentrelative +window.inactive.button.disabled.image.color: #ffd2fb + +window.inactive.button.unpressed.bg: parentrelative +window.inactive.button.unpressed.image.color: #de01cc + +window.active.grip.bg: flat gradient diagonal +window.active.grip.bg.color: #d5add2 +window.active.grip.bg.colorTo: #55014e + +window.inactive.grip.bg: flat gradient diagonal +window.inactive.grip.bg.color: #cb1cbd +window.inactive.grip.bg.colorTo: #d5add2 + +window.active.handle.bg: flatboarder gradient diagonal +window.active.handle.bg.colorTo: #cb1cbd +window.active.handle.bg.color: #d5add2 + +window.inactive.handle.bg: flat gradient diagonal +window.inactive.handle.bg.color: #cb1cbd +window.inactive.handle.bg.colorTo: #d5add2 + + + +window.active.label.bg: flatborder gradient diagonal +window.active.label.bg.color: #d5add2 +window.active.label.bg.colorTo: #cb1cbd +window.active.label.bg.border.color: #44023f +window.active.label.text.color: #fdeafb + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #de01cc + +window.active.title.bg: flat gradient vertical +window.active.title.bg.color: #831477 +window.active.title.bg.colorTo: #44023f + +window.inactive.title.bg: flat gradient diagonal +window.inactive.title.bg.color: #831477 +window.inactive.title.bg.colorTo: #44023f + +window.active.client.color: #ffd2fb +window.inactive.client.color: #ffd2fb +window.handle.width: 3 +window.client.padding.width: 1 +padding.width: 1 +border.width: 1 +border.color: #831477