# HG changeset patch # User Leonardo Laporte # Date 1441429247 10800 # Node ID c0e2210b4acf4e29ae7b6c96e27657738d4e1165 # Parent d211311bd968ae35304c2491d3b745f6e80d7ad7 GTK-2 and Openbox Themes to Slitaz GNU Linux diff -r d211311bd968 -r c0e2210b4acf blinder-theme/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/description.txt Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,1 @@ +This package contain Blinder theme for Slitaz with GTK+2 and Openbox. diff -r d211311bd968 -r c0e2210b4acf blinder-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/receipt Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,23 @@ +# SliTaz package receipt. + +PACKAGE="blinder-theme" +VERSION="1.0" +CATEGORY="x-window" +SHORT_DESC="SliTaz Blinder theme for GTK+2 and Openbox" +MAINTAINER="hackdorte@sapo.pt" +LICENSE="PublicDomain" +WEB_SITE="http://hackdorte.tumblr.com" + +DEPENDS="murrine openbox" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/themes + cp -a stuff/* $fs/usr/share/themes +} + +post_install() +{ + tazbox notify "Blinder Theme \n\n Successfully installed!" +} \ No newline at end of file diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/gtk-2.0/gtkrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/gtk-2.0/gtkrc Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,307 @@ +# Blinder GTK/2 Theme +# Slitaz OS - APRIL 2015 +# @hackdorte (Public Domain License) + +gtk-color-scheme = "base_color:#F7F7F7\nfg_color:#555555\ntooltip_fg_color:#999999\nselected_bg_color:#E5E5E5\nselected_fg_color:#222222\ntext_color:#666666\nbg_color:#F2F2F2\ntooltip_bg_color:#151515" + +style "blinder-default" { + + xthickness = 2 + ythickness = 2 + + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + + GtkButton::default-border = { 0, 0, 0, 0 } + GtkCheckButton::indicator-size = 14 + GtkPaned::handle-size = 6 + GtkRange::trough-border = 3 + GtkRange::slider-width = 12 + GtkRange::stepper-size = 12 + GtkScale::trough-border = 0 + GtkScale::slider-length = 15 + GtkScrollbar::min-slider-length = 30 + GtkMenuBar::internal-padding = 0 + GtkExpander::expander-size = 16 + GtkToolbar::internal-padding = 1 + GtkTreeView::expander-size = 14 + GtkTreeView::vertical-separator = 0 + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + WnckTasklist::fade-overlay-rect = 0 + GtkEntry::honors-transparent-bg-hint = 1 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.96, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.7, @selected_bg_color) + + engine "murrine" { + #options + animation = FALSE + colorize_scrollbar = TRUE + contrast = 0.2 + glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new + glow_shade = 1.75 + glowstyle = 1 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow + gradient_shades = {1.07,1.05,1.02,0.99} + highlight_shade = 1.03 + lightborder_shade = 1.25 + lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 1 # 0 = nothing, 1 = dotted + menubaritemstyle = 1 # 0 = menuitem look, 1 = button look + menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe + progressbarstyle = 2 # 0 = nothing, 1 = diagonal stripes, 2 = blocks + reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow + rgba = TRUE + roundness = 4 + scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + sliderstyle = 0 # 0 = nothing added, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles + toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient + } +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "spinbutton" { +} + +style "scale" { + bg[SELECTED] = shade (1.07, @selected_bg_color) +} + +style "vscale" { +} + +style "hscale" { +} + +style "scrollbar" { + xthickness = 2 + ythickness = 2 +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) +} + +style "button" { + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.0, @bg_color) + bg[PRELIGHT] = shade (1.01, @bg_color) + bg[ACTIVE] = shade (0.89, @bg_color) + bg[INSENSITIVE] = shade (0.98, @bg_color) +} + +style "notebook" { + xthickness = 3 + ythickness = 3 +} + +style "statusbar" { +} + +style "comboboxentry" { +} + +style "menubar" { +} + +style "menu" { + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.18, @bg_color) +} + +style "menu_item" { + xthickness = 2 + ythickness = 3 + + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color +} + +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" { + roundness = 0 + } +} + +# The almost useless progress bar style +style "progressbar" { + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = @selected_fg_color +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +style "treeview_header" = "blinder-default" { + xthickness = 2 + ythickness = 1 +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + engine "murrine" { + roundness = 0 + } +} + +style "radiocheck" { + text[NORMAL] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +style "evo_new_button_workaround" { +} + +class "GtkWidget" style "blinder-default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "wider" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkRadio*" style "radiocheck" +class "GtkCheck*" style "radiocheck" + +widget_class "*" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "*" style "button" +widget_class "*" style "notebook" +widget_class "**" style "statusbar" +widget_class "**" style "comboboxentry" +widget_class "**" style "comboboxentry" +widget_class "**" style "menubar" +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "separator_menu_item" +widget_class "*.." style "frame_title" +widget_class "*.*" style "treeview" +widget_class "*" style "progressbar" +widget_class "*..*." style "progressbar_menu_item" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" + +widget "gtk-tooltip*" style "tooltips" + +widget_class "*.ETable.ECanvas" style "treeview_header" +widget_class "*.ETree.ECanvas" style "treeview_header" + +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +widget_class "*.." style "text_is_fg_color_workaround" +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" +widget_class "**" style "fg_is_text_color_workaround" +widget_class "*" style "fg_is_text_color_workaround" +widget_class "*" style "fg_is_text_color_workaround" +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/close.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/close.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/close_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/close_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define close_hover_width 10 +#define close_hover_height 10 +static unsigned char close_hover_bits[] = { + 0x03, 0x03, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00, + 0xfc, 0x00, 0xce, 0x01, 0x87, 0x03, 0x03, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/desk.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/desk.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x00, 0x00, 0x48, 0x78, 0x7e, 0x78, 0x48, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/desk_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/desk_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define desk_hover_width 8 +#define desk_hover_height 8 +static unsigned char desk_hover_bits[] = { + 0x00, 0x88, 0x88, 0xf8, 0xff, 0xf8, 0x88, 0x88 }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/desk_toggled.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/desk_toggled.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define desk_toggled_width 8 +#define desk_toggled_height 8 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/iconify.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/iconify.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x7e }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/iconify_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/iconify_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define iconify_hover_width 8 +#define iconify_hover_height 8 +static unsigned char iconify_hover_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/max.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/max.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0xff, 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/max_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/max_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define max_hover_width 10 +#define max_hover_height 10 +static unsigned char max_hover_bits[] = { + 0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/max_toggled.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/max_toggled.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define max_toggled_width 8 +#define max_toggled_height 8 +static unsigned char max_toggled_bits[] = { + 0xfc, 0xfc, 0x84, 0x9f, 0x91, 0xf1, 0x11, 0x1f }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/shade.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/shade.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x7e, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/shade_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/shade_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,4 @@ +#define shade_hover_width 8 +#define shade_hover_height 8 +static unsigned char shade_hover_bits[] = { + 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf blinder-theme/stuff/blinder/openbox-3/themerc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blinder-theme/stuff/blinder/openbox-3/themerc Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,117 @@ +# Blinder Openbox/3 Theme +# Slitaz OS - APRIL 2015 +# @hackdorte (Public Domain License) + +# Window geometry +padding.width: 4 +padding.height: 4 +border.width: 4 +window.client.padding.width: 2 +window.client.padding.height: 2 +window.handle.width: 0 + +# Menu geometry +menu.border.width: 8 +menu.overlap.x: -9 +menu.overlap.y: 0 + +# Border colors +window.*.border.color: #151515 +menu.border.color: #151515 +window.active.client.color: #151515 +window.inactive.client.color: #151515 + +# Text shadows +window.active.label.text.font: shadow=n +window.inactive.label.text.font: shadow=n +menu.items.font: shadow=n +menu.title.text.font: shadow=n + +# Window title justification +window.label.text.justify: left + +# Window +window.*.title.bg: flat +window.*.title.bg.color: #151515 + +window.*.label.bg: Parentrelative +window.active.label.text.color: #CCCCCC +window.inactive.label.text.color: #999999 + +window.active.button.unpressed.bg: Flat +window.active.button.unpressed.bg.color: #404040 +window.active.button.unpressed.image.color: #EEEEEE + +window.active.button.pressed.bg: Flat +window.active.button.pressed.bg.color: #383838 +window.active.button.pressed.image.color: #CCCCCC + +window.active.button.disabled.bg: Flat +window.active.button.disabled.bg.color: #151515 +window.active.button.disabled.image.color: #282828 + +window.active.button.toggled.bg: Flat +window.active.button.toggled.bg.color: #151515 +window.active.button.toggled.image.color: #606060 + +window.active.button.hover.bg: Flat +window.active.button.hover.bg.color: #383838 +window.active.button.hover.image.color: #CCCCCC + +window.inactive.button.unpressed.bg: Flat +window.inactive.button.unpressed.bg.color: #151515 +window.inactive.button.unpressed.image.color: #999999 + +window.inactive.button.pressed.bg: Flat +window.inactive.button.pressed.bg.color: #151515 +window.inactive.button.pressed.image.color: #FFFFFF + +window.inactive.button.disabled.bg: Flat +window.inactive.button.disabled.bg.color: #151515 +window.inactive.button.disabled.image.color: #151515 + +window.inactive.button.toggled.bg: Flat +window.inactive.button.toggled.bg.color: #151515 +window.inactive.button.toggled.image.color: #151515 + +window.inactive.button.hover.bg: Flat +window.inactive.button.hover.bg.color: #151515 +window.inactive.button.hover.image.color: #666666 + +# Menus +menu.title.bg: Flat +menu.title.bg.color: #282828 +menu.title.text.color: #CACACA +menu.title.text.justify: left + +menu.items.bg: Flat Solid +menu.items.bg.color: #151515 +menu.items.text.color: #888888 +menu.items.disabled.text.color: #151515 + +menu.items.active.bg: Flat +menu.items.active.bg.color: #404040 +menu.items.active.text.color: #FFFFFF +menu.items.active.disabled.text.color: #000000 + +# (Menu Separator) version 3.4.7 or more +menu.separator.color: #282828 +menu.separator.width: 2 +menu.separator.padding.width: 6 +menu.separator.padding.height: 6 + +# osd +osd.border.width: 12 +osd.border.color: #202020 + +osd.bg: flat +osd.bg.color: #202020 +osd.bg.border.color: #202020 +osd.label.bg: parentrelative +osd.label.text.color: #888888 + +osd.hilight.bg: flat solid +osd.hilight.bg.color: #151515 + +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #151515 diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/description.txt Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,1 @@ +This package contain Chrommo theme for Slitaz with GTK+2 and Openbox. diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/receipt Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,23 @@ +# SliTaz package receipt. + +PACKAGE="chrommo-theme" +VERSION="1.0" +CATEGORY="x-window" +SHORT_DESC="SliTaz Chrommo theme for GTK+2 and Openbox" +MAINTAINER="hackdorte@sapo.pt" +LICENSE="PublicDomain" +WEB_SITE="http://hackdorte.tumblr.com" + +DEPENDS="murrine openbox" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/themes + cp -a stuff/* $fs/usr/share/themes +} + +post_install() +{ + tazbox notify "Chrommo Theme \n\n Successfully installed!" +} \ No newline at end of file diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/gtk-2.0/gtkrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/gtk-2.0/gtkrc Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,303 @@ +# Chrommo GTK2 Theme + +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" + +style "default" { + xthickness = 1 + ythickness = 1 + + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkCheckButton::indicator-size = 14 + GtkPaned::handle-size = 6 + GtkRange::trough-border = 3 + GtkRange::slider-width = 12 + GtkRange::stepper-size = 12 + GtkScale::trough-border = 0 + GtkScale::slider-length = 15 + GtkScrollbar::min-slider-length = 30 + GtkMenuBar::internal-padding = 0 + GtkExpander::expander-size = 16 + GtkToolbar::internal-padding = 1 + GtkTreeView::expander-size = 14 + GtkTreeView::vertical-separator = 0 + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + WnckTasklist::fade-overlay-rect = 0 + GtkEntry::honors-transparent-bg-hint = 1 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.96, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.7, @selected_bg_color) + + engine "murrine" { + #options + animation = FALSE + colorize_scrollbar = TRUE + contrast = 0.2 + glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new + glow_shade = 1.75 + glowstyle = 1 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow + gradient_shades = {1.07,1.05,1.02,0.99} + highlight_shade = 1.03 + lightborder_shade = 1.25 + lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 1 # 0 = nothing, 1 = dotted + menubaritemstyle = 1 # 0 = menuitem look, 1 = button look + menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe + progressbarstyle = 2 # 0 = nothing, 1 = diagonal stripes, 2 = blocks + reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow + rgba = TRUE + roundness = 4 + scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + sliderstyle = 0 # 0 = nothing added, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles + toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient + } +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "spinbutton" { +} + +style "scale" { + bg[SELECTED] = shade (1.07, @selected_bg_color) +} + +style "vscale" { +} + +style "hscale" { +} + +style "scrollbar" { + xthickness = 2 + ythickness = 2 +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) +} + +style "button" { + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.0, @bg_color) + bg[PRELIGHT] = shade (1.01, @bg_color) + bg[ACTIVE] = shade (0.89, @bg_color) + bg[INSENSITIVE] = shade (0.98, @bg_color) +} + +style "notebook" { + xthickness = 3 + ythickness = 3 +} + +style "statusbar" { +} + +style "comboboxentry" { +} + +style "menubar" { +} + +style "menu" { + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.18, @bg_color) +} + +style "menu_item" { + xthickness = 2 + ythickness = 3 + + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color +} + +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" { + roundness = 0 + } +} + +# The almost useless progress bar style +style "progressbar" { + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = @selected_fg_color +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +style "treeview_header" = "default" { + xthickness = 2 + ythickness = 1 +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + engine "murrine" { + roundness = 0 + } +} + +style "radiocheck" { + text[NORMAL] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +style "evo_new_button_workaround" { +} + +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "wider" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkRadio*" style "radiocheck" +class "GtkCheck*" style "radiocheck" + +widget_class "*" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "*" style "button" +widget_class "*" style "notebook" +widget_class "**" style "statusbar" +widget_class "**" style "comboboxentry" +widget_class "**" style "comboboxentry" +widget_class "**" style "menubar" +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "separator_menu_item" +widget_class "*.." style "frame_title" +widget_class "*.*" style "treeview" +widget_class "*" style "progressbar" +widget_class "*..*." style "progressbar_menu_item" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" + +widget "gtk-tooltip*" style "tooltips" + +widget_class "*.ETable.ECanvas" style "treeview_header" +widget_class "*.ETree.ECanvas" style "treeview_header" + +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +widget_class "*.." style "text_is_fg_color_workaround" +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" +widget_class "**" style "fg_is_text_color_workaround" +widget_class "*" style "fg_is_text_color_workaround" +widget_class "*" style "fg_is_text_color_workaround" +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/close.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/close.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define close_width 10 +#define close_height 10 +static unsigned char close_bits[] = { + 0xff, 0x03, 0x31, 0x02, 0x31, 0x02, 0x31, 0x02, 0x31, 0x02, 0x31, 0x02, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/close_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/close_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define close_hover_width 10 +#define close_hover_height 10 +static unsigned char close_hover_bits[] = { + 0xff, 0x03, 0x31, 0x02, 0x31, 0x02, 0x31, 0x02, 0x31, 0x02, 0x31, 0x02, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/desk.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/desk.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define desk_width 10 +#define desk_height 10 +static unsigned char desk_bits[] = { + 0xff, 0x03, 0x01, 0x02, 0xff, 0x03, 0x01, 0x02, 0xff, 0x03, 0x01, 0x02, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/desk2.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/desk2.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define desk2_width 10 +#define desk2_height 10 +static unsigned char desk2_bits[] = { + 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, + 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, 0x00, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/desk2_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/desk2_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define desk2_hover_width 10 +#define desk2_hover_height 10 +static unsigned char desk2_hover_bits[] = { + 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, + 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, 0x00, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/desk2_toggled.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/desk2_toggled.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define desk2_toggled_width 10 +#define desk2_toggled_height 10 +static unsigned char desk2_toggled_bits[] = { + 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, + 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, 0x00, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/desk_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/desk_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define desk_hover_width 10 +#define desk_hover_height 10 +static unsigned char desk_hover_bits[] = { + 0xff, 0x03, 0x01, 0x02, 0xff, 0x03, 0x01, 0x02, 0xff, 0x03, 0x01, 0x02, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/desk_toggled.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/desk_toggled.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define desk_toggled_width 10 +#define desk_toggled_height 10 +static unsigned char desk_toggled_bits[] = { + 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03, + 0x01, 0x02, 0xff, 0x03, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/iconify.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/iconify.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define iconify_width 10 +#define iconify_height 10 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0xfc, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/iconify_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/iconify_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define iconify_hover_width 10 +#define iconify_hover_height 10 +static unsigned char iconify_hover_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0xfc, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/max.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/max.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define max_width 10 +#define max_height 10 +static unsigned char max_bits[] = { + 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/max_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/max_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define max_hover_width 10 +#define max_hover_height 10 +static unsigned char max_hover_bits[] = { + 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/max_toggled.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/max_toggled.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define max_toggled_width 10 +#define max_toggled_height 10 +static unsigned char max_toggled_bits[] = { + 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/minimized.png Binary file chrommo-theme/stuff/chrommo/openbox-3/minimized.png has changed diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/shade.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/shade.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define shade_width 10 +#define shade_height 10 +static unsigned char shade_bits[] = { + 0xff, 0x03, 0x01, 0x02, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, + 0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/shade_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/shade_hover.xbm Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,5 @@ +#define shade_hover_width 10 +#define shade_hover_height 10 +static unsigned char shade_hover_bits[] = { + 0xff, 0x03, 0x01, 0x02, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, + 0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0xff, 0x03 }; diff -r d211311bd968 -r c0e2210b4acf chrommo-theme/stuff/chrommo/openbox-3/themerc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrommo-theme/stuff/chrommo/openbox-3/themerc Sat Sep 05 02:00:47 2015 -0300 @@ -0,0 +1,117 @@ +# Chrommo Openbox Theme +# Hackdorte : Public Domain License + +# Window geometry +padding.width: 6 +padding.height: 6 +border.width: 6 +window.client.padding.width: 2 +window.client.padding.height: 2 +window.handle.width: 0 + +# Menu geometry +menu.border.width: 8 +menu.overlap.x: -9 +menu.overlap.y: 0 + +# Border colors +window.*.border.color: #F5F5F5 +menu.border.color: #F5F5F5 +window.active.client.color: #F5F5F5 +window.inactive.client.color: #F5F5F5 + +# Text shadows +window.active.label.text.font: shadow=n +window.inactive.label.text.font: shadow=n +menu.items.font: shadow=n +menu.title.text.font: shadow=n + +# Window title justification +window.label.text.justify: left + +# Window +window.*.title.bg: flat +window.*.title.bg.color: #F5F5F5 + +window.*.label.bg: Parentrelative +window.active.label.text.color: #636363 +window.inactive.label.text.color: #999999 + +window.active.button.unpressed.bg: Flat +window.active.button.unpressed.bg.color: #F5F5F5 +window.active.button.unpressed.image.color: #606060 + +window.active.button.pressed.bg: Flat +window.active.button.pressed.bg.color: #F5F5F5 +window.active.button.pressed.image.color: #FFFFFF + +window.active.button.disabled.bg: Flat +window.active.button.disabled.bg.color: #F5F5F5 +window.active.button.disabled.image.color: #606060 + +window.active.button.toggled.bg: Flat +window.active.button.toggled.bg.color: #F5F5F5 +window.active.button.toggled.image.color: #606060 + +window.active.button.hover.bg: Flat +window.active.button.hover.bg.color: #F5F5F5 +window.active.button.hover.image.color: #666666 + +window.inactive.button.unpressed.bg: Flat +window.inactive.button.unpressed.bg.color: #F5F5F5 +window.inactive.button.unpressed.image.color: #999999 + +window.inactive.button.pressed.bg: Flat +window.inactive.button.pressed.bg.color: #F5F5F5 +window.inactive.button.pressed.image.color: #FFFFFF + +window.inactive.button.disabled.bg: Flat +window.inactive.button.disabled.bg.color: #F5F5F5 +window.inactive.button.disabled.image.color: #F5F5F5 + +window.inactive.button.toggled.bg: Flat +window.inactive.button.toggled.bg.color: #F5F5F5 +window.inactive.button.toggled.image.color: #F5F5F5 + +window.inactive.button.hover.bg: Flat +window.inactive.button.hover.bg.color: #F5F5F5 +window.inactive.button.hover.image.color: #666666 + +# Menus +menu.title.bg: Flat +menu.title.bg.color: #E5E5E5 +menu.title.text.color: #1A1A1A +menu.title.text.justify: left + +menu.items.bg: Flat Solid +menu.items.bg.color: #F5F5F5 +menu.items.text.color: #636363 +menu.items.disabled.text.color: #E1E1E1 + +menu.items.active.bg: Flat +menu.items.active.bg.color: #E8E8E8 +menu.items.active.text.color: #636363 +menu.items.active.disabled.text.color: #C1C1C1 + +# (Menu Separator) version 3.4.7 +menu.separator.color: #E6E6E6 +menu.separator.width: 1 +menu.separator.padding.width: 6 +menu.separator.padding.height: 6 + +# osd +osd.border.width: 2 +osd.border.color: #F5F5F5 + +osd.bg: flat gradient +osd.bg.color: #FFFFFF +osd.bg.colorTo: #F5F5F5 +osd.bg.border.color: #F5F5F5 +osd.label.bg: parentrelative +osd.label.text.color: #8F8F8F + +osd.hilight.bg: flat solid +osd.hilight.bg.color: #F5F5F5 + +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #F5F5F5