# HG changeset patch # User Leonardo Laporte # Date 1460921452 10800 # Node ID d59452dc5ed328dc2bb786a58d14ed8d4a9b8012 # Parent 96e88acc5a31b9cf9dd38c2bfc7a7930ee1f246e Resolving the correct name for the chrommo theme. diff -r 96e88acc5a31 -r d59452dc5ed3 chrommo-theme/receipt --- a/chrommo-theme/receipt Sun Apr 17 16:28:31 2016 -0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gtk2-theme-chrommo" -VERSION="1.0.5" -CATEGORY="x-window" -SHORT_DESC="A beautiful and modern theme with white color." -MAINTAINER="hackdorte@sapo.pt" -LICENSE="PublicDomain" -WEB_SITE="http://people.slitaz.org/~leonardolaporte/" - -DEPENDS="murrine" - -# 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 96e88acc5a31 -r d59452dc5ed3 chrommo-theme/stuff/chrommo/gtk-2.0/gtkrc --- a/chrommo-theme/stuff/chrommo/gtk-2.0/gtkrc Sun Apr 17 16:28:31 2016 -0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,303 +0,0 @@ -# GTK2 Theme Chrommo - -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 96e88acc5a31 -r d59452dc5ed3 gtk2-theme-chrommo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk2-theme-chrommo/receipt Sun Apr 17 16:30:52 2016 -0300 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="gtk2-theme-chrommo" +VERSION="1.0.5" +CATEGORY="x-window" +SHORT_DESC="A beautiful and modern theme with white color." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="PublicDomain" +WEB_SITE="http://people.slitaz.org/~leonardolaporte/" + +DEPENDS="murrine" + +# 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 96e88acc5a31 -r d59452dc5ed3 gtk2-theme-chrommo/stuff/chrommo/gtk-2.0/gtkrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk2-theme-chrommo/stuff/chrommo/gtk-2.0/gtkrc Sun Apr 17 16:30:52 2016 -0300 @@ -0,0 +1,303 @@ +# GTK2 Theme Chrommo + +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"