=== added directory 'AmbianceRTL' === added directory 'AmbianceRTL/gtk-2.0' === added file 'AmbianceRTL/gtk-2.0/gtkrc' --- AmbianceRTL/gtk-2.0/gtkrc 1970-01-01 00:00:00 +0000 +++ AmbianceRTL/gtk-2.0/gtkrc 2010-03-19 15:57:22 +0000 @@ -0,0 +1,605 @@ +# AmbianceRTL theme + +gtk_color_scheme = "fg_color:#3a3935\nbg_color:#f0ebe2\nbase_color:#ffffff\ntext_color:#3a3935\nselected_bg_color:#c6b9a6\nselected_fg_color:#323232\ntooltip_bg_color:#000\ntooltip_fg_color:#fff" + +#include "scrollbars/scrollbar.rc" + +gtk-auto-mnemonics = 1 + +style "default" +{ + xthickness = 1 + ythickness = 1 + + GtkWidget::new-tooltip-style = 1 + + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbar-within-bevel = 0 + + 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 = 0 + GtkRange::slider-width = 16 + GtkRange::stepper-size = 20 + GtkRange::trough-under-steppers = 0 + + GtkScale::slider-length = 28 + GtkScale::trough-side-details = 1 + + GtkScrollbar::min-slider-length = 36 + GtkMenuBar::internal-padding = 0 + GtkExpander::expander-size = 15 + GtkToolbar::internal-padding = 5 + GtkTreeView::expander-size = 15 + GtkTreeView::indent-expanders = TRUE + GtkTreeView::vertical-separator = 1 + + GtkMenu::horizontal-padding = 1 + GtkMenu::vertical-padding = 1 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::window-dragging = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = shade(0.8, @bg_color) + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = shade (0.8, @selected_bg_color) + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[ACTIVE] = mix (0.7, @selected_bg_color, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.6, @base_color) + + engine "murrine" { + arrowstyle = 1 + animation = FALSE # FALSE = disabled, TRUE = enabled + border_shades = {1.2, 1.0} # draw a gradient on the border. + #border_colors = { @bg_color, @bg_color } + colorize_scrollbar = FALSE # FALSE = disabled, TRUE = enabled + comboboxstyle = 1 + contrast = 0.4 # 0.8 for less contrast, more than 1.0 for more contrast on borders + focus_color = "#f15d2c" + glazestyle = 3 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight + glow_shade = 1.1 + glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow + gradient_shades = {1.2,1.0,1.0,0.9} + highlight_shade = 1.0 + lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 0 # 0 = nothing, 1 = dotted + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe + progressbarstyle = 0 # 0 = flat, 1 = striped, 2 = blocks + reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow + rgba = FALSE # FALSE = disabled, TRUE = enabled + roundness = 3 # 0 = squared, 1 = old default, more will increase roundness + scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + shadow_shades = { 0.8, 2.2 } + sliderstyle = 1 # 0 = nothing added, 1 = handles +# spinbuttonstyle = 0 + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown + trough_shades = { 0.98, 1.08 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient + } +} + +style "wide" +{ + xthickness = 2 + ythickness = 2 +} + +style "wider" +{ + xthickness = 3 + ythickness = 3 +} + +style "button" = "wider" +{ +# bg[NORMAL] = "#D5CAB6" +# bg[PRELIGHT] = shade (1.2, "#D5CAB6") +# bg[SELECTED] = shade (1.0, "#D5CAB6") +# bg[ACTIVE] = shade (0.9, "#D5CAB6") +# bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) + + bg[NORMAL] = shade (0.9, @selected_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[ACTIVE] = shade (0.9, @selected_bg_color) + bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) +} + +style "entry" = "wider" +{ +} + +style "toolbar" +{ +} + +style "toolbar-item" = "toolbar" +{ +} + +style "notebook" = "wider" +{ + engine "murrine" + { + contrast = .65 + gradient_shades = {1.1,1.06,0.92,0.85} # { 1.1, 1.02, 0.97, 0.93 } + lightborder_shade = 2.0 + } +} + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = "#3c3b37" + bg[PRELIGHT] = shade(.8, @selected_bg_color) # panel prelight + + fg[NORMAL] = "#dfd8c8" + fg[PRELIGHT] = "#dfd8c8" + fg[ACTIVE] = "#dfd8c8" + + bg_pixmap[NORMAL] = "panel_bg.png" + + engine "murrine" + { + border_colors = {"#3c3b37", "#3c3b37"} + border_shades = { 1.8, 0.8 } + contrast = 1.1 # 0.8 for less contrast, more than 1.0 for more contrast on borders + glow_shade = 1.05 # sets glow amount for buttons or widgets + lightborder_shade = 1.1 # sets lightborder amount for buttons or widgets + lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides + } +} + +style "menu" +{ + xthickness = 0 + ythickness = 0 + + fg[NORMAL] = "#dfd8c8" + fg[PRELIGHT] = "#fff" + fg[ACTIVE] = "#fff" + fg[SELECTED] = "#fff" + fg[INSENSITIVE] = "#99958b" + + bg[INSENSITIVE] = "#3c3b37" + bg[NORMAL] = "#3c3b37" + bg[ACTIVE] = "#54524d" + bg[SELECTED] = "#54524d" + bg[PRELIGHT] = "#54524d" + + engine "murrine" + { + roundness = 0 + } +} + +style "menu-item" +{ + xthickness = 0 + ythickness = 5 + + bg[SELECTED] = shade (0.85, @selected_bg_color) + bg[PRELIGHT] = shade (0.85, @selected_bg_color) + + fg[NORMAL] = "#dfd8c8" + fg[PRELIGHT] = "#fff" + fg[ACTIVE] = "#fff" + fg[SELECTED] = "#fff" + fg[INSENSITIVE] = "#99958b" + + text[NORMAL] = "#dfd8c8" + + engine "murrine" + { + roundness = 0 + } +} + +style "separator-menu-item" +{ + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 0 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 1 + ythickness = 0 + xthickness = 1 + bg[NORMAL]= shade(0.4, @selected_bg_color) +} + +# Based on the default style so that the colors from the button +# style are overriden again. +style "treeview-header" = "default" +{ + xthickness = 4 + ythickness = 1 + + bg[NORMAL] = "#D5CAB6" + bg[PRELIGHT] = shade (1.2, "#D5CAB6") + bg[SELECTED] = shade (1.0, "#D5CAB6") + bg[ACTIVE] = shade (0.9, "#D5CAB6") + bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) +} + +style "tooltips" +{ + xthickness = 8 + ythickness = 5 + + bg[NORMAL] = @tooltip_bg_color + bg[SELECTED] = "#000000" + fg[NORMAL] = @tooltip_fg_color +} + +style "progressbar" +{ + xthickness = 0 + ythickness = 0 + + bg[SELECTED] = "#f15d2c" + + fg[PRELIGHT] ="#fff" + + engine "murrine" + { + roundness = 4 +# contrast = 1.1 + highlight_shade = 1.2 +# lightborder_shade = 0.5 + gradient_shades = {1.2,1.1,1.0,0.9} + } +} + +style "statusbar" = "default" +{ +} + +style "comboboxentry" +{ + ythickness = 3 + xthickness = 3 + +# bg[NORMAL] = "#D5CAB6" +# bg[PRELIGHT] = shade (1.2, "#D5CAB6") +# bg[SELECTED] = shade (1.0, "#D5CAB6") +# bg[ACTIVE] = shade (0.9, "#D5CAB6") +# bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) + + bg[NORMAL] = shade (0.9, @selected_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[ACTIVE] = shade (0.9, @selected_bg_color) + bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) +} + +style "spinbutton" +{ +# bg[NORMAL] = "#D5CAB6" +# bg[PRELIGHT] = shade (1.2, "#D5CAB6") +# bg[SELECTED] = shade (1.0, "#D5CAB6") +# bg[ACTIVE] = shade (0.9, "#D5CAB6") +# bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) + + bg[NORMAL] = shade (0.9, @selected_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[ACTIVE] = shade (0.9, @selected_bg_color) + bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) +} + +style "scale" +{ + GtkRange::slider-width = 14 + + engine "murrine" + { + border_shades = { .8, .6} # draw a gradient on the border. + border_colors = { @bg_color, @bg_color } + glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl + glow_shade = 1.14 # sets glow amount for buttons or widgets + glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) +# gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1} + highlight_shade = 1.12 # set highlight amount for buttons or widgets + lightborder_shade = 1.0 # sets lightborder amount for buttons or widgets + roundness = 8 + trough_shades = { .68, 1.2 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + } + + bg[NORMAL] = "#ECECEC" + bg[SELECTED] = "#f15d2c" +} + +style "scrollbar" +{ + engine "murrine" + { + border_shades = { .8, .6} # draw a gradient on the border. + border_colors = { @bg_color, @bg_color } + glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl + glow_shade = 1.14 # sets glow amount for buttons or widgets + glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) +# gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1} + highlight_shade = 1.12 # set highlight amount for buttons or widgets + lightborder_shade = 1.0 # sets lightborder amount for buttons or widgets + roundness = 8 + trough_shades = { .68, 1.2 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + } + + bg[NORMAL] = "#ECECEC" + bg[PRELIGHT] = shade (1.2, "#ECECEC") +} + +style "menubar" = "default" +{ + bg[NORMAL] = "#3c3b37" + bg[INSENSITIVE] = "#302F2C" + + fg[NORMAL] = "#dfd8c8" + fg[PRELIGHT] = @base_color + fg[SELECTED] = @base_color + fg[ACTIVE] = @base_color + fg[INSENSITIVE] = "#99958b" + + text[NORMAL] = @bg_color # Menubar text (OOo) +} + +style "frame" +{ +} + +style "frame-title" = "frame" +{ +} + +style "nautilus-location" +{ + bg[NORMAL] = mix(0.60, @bg_color, @selected_bg_color) +} + +style "nautilus-sidebar" +{ + GtkTreeView::even_row_color = @bg_color +} + +style "radiocheck" +{ + bg[SELECTED] = "#f15d2c" + bg[NORMAL] = mix (0.3, @selected_bg_color, @bg_color) + + text[NORMAL] = @bg_color # Color for selected checks/radio items. + text[PRELIGHT] = shade (1.2, @bg_color) # Color for selected checks/radio items on prelight. + text[INSENSITIVE] = shade (0.9, @base_color) + + engine "murrine" + { + contrast = 1.5 + highlight_shade = 1.0 + lightborder_shade = 1.0 + gradient_shades = {1.5,1.3,1.0,0.9} + } +} + +######################################### +# Matches +######################################### + +widget "ido-offscreen-scale" style "menubar" +widget "*IdoEntryMenuItem*" style "wide" + +# default style is applied to every widget +class "GtkWidget" style "default" + +# Increase the x/ythickness in some widgets +class "GtkRange" style "default" +class "GtkFrame" style "frame" +class "GtkSeparator" style "wide" +class "GtkEntry" style "entry" +class "GtkMenuBar" style:highest "menubar" + +class "*HandleBox" style "toolbar" +class "GtkToolbar" style "toolbar" +widget_class "*HandleBox" style "toolbar" +widget_class "*.*" style "toolbar-item" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +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) +} +widget_class "*.." style "text-is-fg-color-workaround" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "scale" +class "GtkHScale" style "scale" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" + +class "GtkRadioButton" style:highest "radiocheck" # SZ07: Added for the checkmarks/radio +class "GtkCheckButton" style:highest "radiocheck" # SZ07: Added for the checkmarks/radio + +# General matching following, the order is choosen so that the right styles override each other +# eg. progressbar needs to be more important then the menu match. + +widget_class "**" style "notebook" +widget_class "**" style "notebook" +widget_class "**" style "notebook" +widget_class "**" style "notebook" +widget_class "**" style "notebook" +widget_class "*" style "notebook" + +widget_class "**" style "comboboxentry" +widget_class "**" style "comboboxentry" + +widget_class "*.*" style "menu-item" +widget_class "**" style "menu" +widget_class "**" style "menu-item" +widget_class "**" style "separator-menu-item" + +widget_class "*" style "frame" +widget_class "*.." style "frame-title" + +widget_class "**" style "wider" +widget_class "*" style "progressbar" + +# Treeview header +widget_class "*.." style "treeview-header" +widget_class "*.." style "treeview-header" +widget_class "*.." style "treeview-header" +widget_class "*.." style "treeview-header" + +# Panel stuff +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # Workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +widget_class "*Panel**" style:highest "panel" # The panel menubar +widget "*TomboyTray*" style "panel" # Workaround for Tomboy +widget "*TomboyApplet*" style "panel" + +#XFCE panel +widget_class "*notif*" style "panel" +widget_class "*Notif*" style "panel" +widget_class "*Tray*" style "panel" +widget_class "*tray*" style "panel" +widget "*Xfce*Panel*" style "panel" +class "*Xfce*Panel*" style "panel" + +#Fix textboxes on toolbars (memenu LP:#532843) +style "text-dark" = "default" { + + base[NORMAL] = @base_color + + engine "murrine" + { + reliefstyle = 1 + focus_color = darker("#3c3b37") + } +} + +widget_class "***" style "text-dark" +widget_class "***" style "text-dark" + +widget "gtk-tooltip*" style "tooltips" + +################################################### +# Special cases and work arounds +################################################### + +# Nautilus sidebar +widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar" +widget_class "*Nautilus*Side*.GtkWidget" style "nautilus-sidebar" + +# Workarounds for Evolution +widget_class "*.ETable.ECanvas" style "treeview-header" +widget_class "*.ETree.ECanvas" style "treeview-header" + +# Firefox isn't nice to dark themes, so unset the dark stuff. +widget "MozillaGtkWidget*Toolbar*" style "toolbar-item" +#widget "MozillaGtkWidget*Frame*" style "default" + +# Monodevelop uses an OptionPanel widget, which incidentally is dark in our theme. +# Undo it: +widget "*OptionPanel*" style "button" +widget "*optionPanel*" style "button" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus-location" + +style "menuitem-text-is-fg-color-workaround" +{ + text[NORMAL] = "#dfd8c8" + text[PRELIGHT] = @base_color + text[SELECTED] = @base_color + text[ACTIVE] = @base_color + text[INSENSITIVE] = "#99958b" +} +widget "*.gtk-combobox-popup-menu.*" style "menuitem-text-is-fg-color-workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the +# base color set. +style "fg-is-text-color-workaround" +{ + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @text_color +} +widget_class "**" style "fg-is-text-color-workaround" +# The same problem also exists for GtkCList and GtkCTree +# Only match GtkCList and not the parent widgets, because that would also change the headers. +widget_class "*" style "fg-is-text-color-workaround" + +style "evo-new-button-workaround" +{ + engine "clearlooks" + { + toolbarstyle = 0 + } +} + +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround" + +#Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark. +style "rhythmbox-header" = "default" +{ + xthickness = 3 + ythickness = 3 + +} +widget "*RBSourceHeader*" style:highest "rhythmbox-header" +widget "*HeaderToolbar*" style:highest "rhythmbox-header" +widget "*FooterToolbar*" style:highest "rhythmbox-header" + +widget "*swt*toolbar*" style "default" + +style "applet-text" = "panel" +{ + fg[NORMAL] = @bg_color +} + +widget_class "*CPUFreqApplet*" style:highest "applet-text" === added file 'AmbianceRTL/gtk-2.0/panel_bg.png' Binary files AmbianceRTL/gtk-2.0/panel_bg.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/gtk-2.0/panel_bg.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/gtk-2.0/panel_bg_30.png' Binary files AmbianceRTL/gtk-2.0/panel_bg_30.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/gtk-2.0/panel_bg_30.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/index.theme' --- AmbianceRTL/index.theme 1970-01-01 00:00:00 +0000 +++ AmbianceRTL/index.theme 2010-03-19 15:56:53 +0000 @@ -0,0 +1,14 @@ + +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=AmbianceRTL +Comment=Ubuntu Ambiance theme, with RTL support. +Encoding=UTF-8 + +Name[he_IL]=AmbianceRTL + +[X-GNOME-Metatheme] +GtkTheme=AmbianceRTL +MetacityTheme=AmbianceRTL +IconTheme=ubuntu-mono-dark +CursorTheme=DMZ-White === added directory 'AmbianceRTL/metacity-1' === added file 'AmbianceRTL/metacity-1/button_close_normal.png' Binary files AmbianceRTL/metacity-1/button_close_normal.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_close_normal.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_close_prelight.png' Binary files AmbianceRTL/metacity-1/button_close_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_close_prelight.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_close_pressed.png' Binary files AmbianceRTL/metacity-1/button_close_pressed.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_close_pressed.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_max_normal.png' Binary files AmbianceRTL/metacity-1/button_max_normal.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_max_normal.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_max_prelight.png' Binary files AmbianceRTL/metacity-1/button_max_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_max_prelight.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_max_pressed.png' Binary files AmbianceRTL/metacity-1/button_max_pressed.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_max_pressed.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_max_restore.png' Binary files AmbianceRTL/metacity-1/button_max_restore.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_max_restore.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_max_restore_prelight.png' Binary files AmbianceRTL/metacity-1/button_max_restore_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_max_restore_prelight.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_menu_normal.png' Binary files AmbianceRTL/metacity-1/button_menu_normal.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_menu_normal.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_menu_prelight.png' Binary files AmbianceRTL/metacity-1/button_menu_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_menu_prelight.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_menu_pressed.png' Binary files AmbianceRTL/metacity-1/button_menu_pressed.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_menu_pressed.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_min_normal.png' Binary files AmbianceRTL/metacity-1/button_min_normal.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_min_normal.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_min_prelight.png' Binary files AmbianceRTL/metacity-1/button_min_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_min_prelight.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/button_min_pressed.png' Binary files AmbianceRTL/metacity-1/button_min_pressed.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/button_min_pressed.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_close_normal.png' Binary files AmbianceRTL/metacity-1/buttontrough_close_normal.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_close_normal.png 2010-03-19 15:49:33 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_close_normal_unfocused.png' Binary files AmbianceRTL/metacity-1/buttontrough_close_normal_unfocused.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_close_normal_unfocused.png 2010-03-19 15:50:39 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_close_prelight.png' Binary files AmbianceRTL/metacity-1/buttontrough_close_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_close_prelight.png 2010-03-19 15:51:02 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_close_prelight_unfocused.png' Binary files AmbianceRTL/metacity-1/buttontrough_close_prelight_unfocused.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_close_prelight_unfocused.png 2010-03-19 15:49:11 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_close_pressed.png' Binary files AmbianceRTL/metacity-1/buttontrough_close_pressed.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_close_pressed.png 2010-03-19 15:51:35 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_normal.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_normal.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_normal.png 2010-03-19 15:52:11 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_normal_restore_unfocused.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_normal_restore_unfocused.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_normal_restore_unfocused.png 2010-03-19 15:52:27 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_normal_unfocused.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_normal_unfocused.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_normal_unfocused.png 2010-03-19 15:52:38 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_prelight.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_prelight.png 2010-03-19 15:53:13 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_prelight_restore_unfocused.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_prelight_restore_unfocused.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_prelight_restore_unfocused.png 2010-03-19 15:54:03 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_prelight_unfocused.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_prelight_unfocused.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_prelight_unfocused.png 2010-03-19 15:54:16 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_pressed.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_pressed.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_pressed.png 2010-03-19 15:54:41 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_restore.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_restore.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_restore.png 2010-03-19 15:54:55 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_max_restore_prelight.png' Binary files AmbianceRTL/metacity-1/buttontrough_max_restore_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_max_restore_prelight.png 2010-03-19 15:55:09 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_min_normal.png' Binary files AmbianceRTL/metacity-1/buttontrough_min_normal.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_min_normal.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_min_normal_unfocused.png' Binary files AmbianceRTL/metacity-1/buttontrough_min_normal_unfocused.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_min_normal_unfocused.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_min_prelight.png' Binary files AmbianceRTL/metacity-1/buttontrough_min_prelight.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_min_prelight.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_min_prelight_unfocused.png' Binary files AmbianceRTL/metacity-1/buttontrough_min_prelight_unfocused.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_min_prelight_unfocused.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/buttontrough_min_pressed.png' Binary files AmbianceRTL/metacity-1/buttontrough_min_pressed.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/buttontrough_min_pressed.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/gconf-settings.sh' --- AmbianceRTL/metacity-1/gconf-settings.sh 1970-01-01 00:00:00 +0000 +++ AmbianceRTL/metacity-1/gconf-settings.sh 2010-03-19 15:42:44 +0000 @@ -0,0 +1,5 @@ +#!/bin/bash +gconftool -s --type string /apps/metacity/general/button_layout "maximize,minimize,close:" +gconftool -s --type bool /apps/panel/toplevels/panel_0/background/stretch "True" +gconftool -s --type bool /apps/panel/toplevels/top_panel_screen0/background/stretch "True" +gconftool -s --type bool /desktop/gnome/interface/hide_decorator_tooltip "TRUE" === added file 'AmbianceRTL/metacity-1/menu.png' Binary files AmbianceRTL/metacity-1/menu.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/menu.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/menu_over.png' Binary files AmbianceRTL/metacity-1/menu_over.png 1970-01-01 00:00:00 +0000 and AmbianceRTL/metacity-1/menu_over.png 2010-03-19 15:42:44 +0000 differ === added file 'AmbianceRTL/metacity-1/metacity-theme-1.xml' --- AmbianceRTL/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00 +0000 +++ AmbianceRTL/metacity-1/metacity-theme-1.xml 2010-03-19 15:42:44 +0000 @@ -0,0 +1,527 @@ + + + + + Dark + Kenneth Wimer + Canonical Ltd. + Nov 28, 2009 + Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <title color="#333" + x="10" + y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="#333" + x="9" + y="(((height - title_height) / 2) `max` 0)"/> + <title color="#333" + x="11" + y="(((height - title_height) / 2) `max` 0)"/> + <title color="#dfd8c8" + x="10" + y="(((height - title_height) / 2) `max` 0)"/> + +</draw_ops> + +<draw_ops name="draw_title_text_inactive"> + <title color="#333333" + x="10" + y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#333333" + x="10" + y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="#333333" + x="9" + y="(((height - title_height) / 2) `max` 0)"/> + <title color="#333333" + x="11" + y="(((height - title_height) / 2) `max` 0)"/> + <title color="#99958b" + x="10" + y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- Background gradient --> + <gradient type="vertical" x="0" y="0" width="width+9" height="height"> + <color value="#5c5b56" /> + <color value="#3c3b37" /> + <color value="#3c3b37" /> + </gradient> + + <!-- Topmost dark line --> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="width" y1="0" y2="0"/> + + <!-- Darkening of the left arch --> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="1" y1="4" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="0" y1="5" y2="40"/> + + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-2" x2="width" y1="4" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-1" x2="width" y1="5" y2="90"/> + + <!-- Top highlight --> + <tint color="#5c5b56" alpha="0.55" x="5" y="1" width="width - 10" height="1"/> + <tint color="#5c5b56" alpha="0.15" x="5" y="2" width="width - 10" height="1"/> + +</draw_ops> + +<draw_ops name="draw_title_inactive"> + <!-- Background gradient --> + <gradient type="vertical" x="0" y="0" width="width+9" height="height"> + <color value="#5c5b56" /> + <color value="#3c3b37" /> + <color value="#3c3b37" /> + </gradient> + + <!-- Topmost dark line --> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="width" y1="0" y2="0"/> + + <!-- Darkening of the left arch --> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="1" y1="4" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="0" y1="5" y2="40"/> + + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-2" x2="width" y1="4" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="width-1" x2="width" y1="5" y2="90"/> + + <!-- Top highlight --> + <tint color="#5c5b56" alpha="0.55" x="5" y="1" width="width - 10" height="1"/> + <tint color="#5c5b56" alpha="0.15" x="5" y="2" width="width - 10" height="1"/> + +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- Background gradient --> + <gradient type="vertical" x="0" y="0" width="width+9" height="height"> + <color value="#5c5b56" /> + <color value="#3c3b37" /> + <color value="#3c3b37" /> + </gradient> + + <!-- Topmost dark line --> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="width" y1="0" y2="0"/> + + <!-- Top highlight --> + <tint color="#5c5b56" alpha="0.55" x="0" y="1" width="width" height="1"/> + <tint color="#5c5b56" alpha="0.15" x="0" y="2" width="width" height="1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized_inactive"> + <!-- Background gradient --> + <gradient type="vertical" x="0" y="0" width="width+9" height="height"> + <color value="#5c5b56" /> + <color value="#3c3b37" /> + </gradient> + + <!-- Topmost dark line --> + <line color="shade/gtk:bg[NORMAL]/0.4" x1="0" x2="width" y1="0" y2="0"/> + + <!-- Top highlight --> + <tint color="#5c5b56" alpha="0.55" x="0" y="1" width="width" height="1"/> + <tint color="#5c5b56" alpha="0.15" x="0" y="2" width="width" height="1"/> +</draw_ops> + +<!-- Window Frames --> + +<draw_ops name="draw_frame"> +<rectangle color="shade/gtk:bg[NORMAL]/0.5" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/gtk:bg[NORMAL]/0.4" /> + <color value="shade/gtk:bg[NORMAL]/0.6" /> + </gradient> +</draw_ops> + +<!-- bottom border --> +<draw_ops name="bottom_edge"> +<line color="shade/gtk:bg[NORMAL]/0.6" x1="0" x2="width" y1="height-1" y2="height-1"/> + <!-- bottom left --> + <line color="shade/gtk:bg[NORMAL]/0.6" x1="1" y1="height-4" x2="0" y2="height-7"/> + <line color="shade/gtk:bg[NORMAL]/0.6" x1="1" y1="height-4" x2="1" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.6" x1="2" y1="height-3" x2="2" y2="height-3"/> + <line color="shade/gtk:bg[NORMAL]/0.6" x1="2" y1="height-2" x2="4" y2="height-2"/> + + <!-- bottom right --> + <line color="shade/gtk:bg[NORMAL]/0.6" x1="width-2" y1="height-4" x2="width-1" y2="height-7"/> + <line color="shade/gtk:bg[NORMAL]/0.6" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.6" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/> + <line color="shade/gtk:bg[NORMAL]/0.6" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/> +</draw_ops> + + + +<!-- Buttons--> + +<!-- close button--> +<draw_ops name="button_close_normal"> + <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_close_prelight"> + <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_close_inactive_prelight"> + <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_close_pressed"> + <image filename="button_close_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_close_inactive"> + <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="buttontrough_close_normal"> + <image filename="buttontrough_close_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_close_prelight"> + <image filename="buttontrough_close_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_close_inactive_prelight"> + <image filename="buttontrough_close_prelight_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_close_pressed"> + <image filename="buttontrough_close_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_close_inactive"> + <image filename="buttontrough_close_normal_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- maximize button--> +<draw_ops name="button_max_normal"> + <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_prelight"> + <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_inactive_prelight"> + <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_pressed"> + <image filename="button_max_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_inactive"> + <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_restore"> + <image filename="button_max_restore.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_restore_prelight"> + <image filename="button_max_restore_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_normal"> + <image filename="buttontrough_max_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_prelight"> + <image filename="buttontrough_max_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_inactive_prelight"> + <image filename="buttontrough_max_prelight_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_pressed"> + <image filename="buttontrough_max_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_inactive"> + <image filename="buttontrough_max_normal_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_restore"> + <image filename="buttontrough_max_restore.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_restore_inactive"> + <image filename="buttontrough_max_normal_restore_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_restore_prelight"> + <image filename="buttontrough_max_restore_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_max_restore_inactive_prelight"> + <image filename="buttontrough_max_prelight_restore_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<!-- minimize button--> +<draw_ops name="button_min_normal"> + <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_min_prelight"> + <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_min_inactive_prelight"> + <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_min_pressed"> + <image filename="button_min_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_min_inactive"> + <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="buttontrough_min_normal"> + <image filename="buttontrough_min_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_min_prelight"> + <image filename="buttontrough_min_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_min_inactive_prelight"> + <image filename="buttontrough_min_prelight_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_min_pressed"> + <image filename="buttontrough_min_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="buttontrough_min_inactive"> + <image filename="buttontrough_min_normal_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- menu icon --> +<draw_ops name="button_menu_normal"> +<image filename="menu.png" x="0" y="1" width="20" height="18"/> +</draw_ops> +<draw_ops name="button_menu_prelight"> +<image filename="menu.png" x="0" y="1" width="20" height="18"/> +</draw_ops> +<draw_ops name="button_menu_inactive_prelight"> +<image filename="menu.png" x="0" y="1" width="20" height="18"/> +</draw_ops> +<draw_ops name="button_menu_pressed"> +<image filename="menu_over.png" x="0" y="1" width="20" height="18"/> +</draw_ops> +<draw_ops name="button_menu_inactive"> +<image filename="menu.png" x="0" y="1" width="20" height="18"/> +</draw_ops> + +<!-- Frame styles --> +<frame_style name="frame_style_normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="buttontrough_close_normal"/> + <button function="close" state="prelight" draw_ops="buttontrough_close_prelight"/> + <button function="close" state="pressed" draw_ops="buttontrough_close_pressed"/> + <button function="minimize" state="normal" draw_ops="buttontrough_min_normal"/> + <button function="minimize" state="prelight" draw_ops="buttontrough_min_prelight"/> + <button function="minimize" state="pressed" draw_ops="buttontrough_min_pressed"/> + <button function="maximize" state="normal" draw_ops="buttontrough_max_normal"/> + <button function="maximize" state="prelight" draw_ops="buttontrough_max_prelight"/> + <button function="maximize" state="pressed" draw_ops="buttontrough_max_pressed"/> + <button function="menu" state="normal" draw_ops="button_menu_normal"/> + <button function="menu" state="prelight" draw_ops="button_menu_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_pressed"/> +</frame_style> + +<frame_style name="frame_style_normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="buttontrough_close_inactive"/> + <button function="close" state="prelight" draw_ops="buttontrough_close_inactive_prelight"/> + <button function="close" state="pressed" draw_ops="buttontrough_close_inactive"/> + <button function="minimize" state="normal" draw_ops="buttontrough_min_inactive"/> + <button function="minimize" state="prelight" draw_ops="buttontrough_min_inactive_prelight"/> + <button function="minimize" state="pressed" draw_ops="buttontrough_min_inactive"/> + <button function="maximize" state="normal" draw_ops="buttontrough_max_inactive"/> + <button function="maximize" state="prelight" draw_ops="buttontrough_max_inactive_prelight"/> + <button function="maximize" state="pressed" draw_ops="buttontrough_max_inactive"/> + <button function="menu" state="normal" draw_ops="button_menu_inactive"/> + <button function="menu" state="prelight" draw_ops="button_menu_inactive_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_inactive"/> +</frame_style> + +<frame_style name="frame_style_maximized_focused" geometry="frame_geometry_abnormal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="buttontrough_close_normal"/> + <button function="close" state="prelight" draw_ops="buttontrough_close_prelight"/> + <button function="close" state="pressed" draw_ops="buttontrough_close_pressed"/> + <button function="minimize" state="normal" draw_ops="buttontrough_min_normal"/> + <button function="minimize" state="prelight" draw_ops="buttontrough_min_prelight"/> + <button function="minimize" state="pressed" draw_ops="buttontrough_min_pressed"/> + <button function="maximize" state="normal" draw_ops="buttontrough_max_restore"/> + <button function="maximize" state="prelight" draw_ops="buttontrough_max_restore_prelight"/> + <button function="maximize" state="pressed" draw_ops="buttontrough_max_restore"/> + <button function="menu" state="normal" draw_ops="button_menu_normal"/> + <button function="menu" state="prelight" draw_ops="button_menu_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_normal"/> +</frame_style> + +<frame_style name="frame_style_maximized_unfocused" geometry="frame_geometry_abnormal"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="buttontrough_close_inactive"/> + <button function="close" state="prelight" draw_ops="buttontrough_close_inactive_prelight"/> + <button function="close" state="pressed" draw_ops="buttontrough_close_inactive"/> + <button function="minimize" state="normal" draw_ops="buttontrough_min_inactive"/> + <button function="minimize" state="prelight" draw_ops="buttontrough_min_inactive_prelight"/> + <button function="minimize" state="pressed" draw_ops="buttontrough_min_inactive"/> + <button function="maximize" state="normal" draw_ops="buttontrough_max_restore_inactive"/> + <button function="maximize" state="prelight" draw_ops="buttontrough_max_restore_inactive_prelight"/> + <button function="maximize" state="pressed" draw_ops="buttontrough_max_restore"/> + <button function="menu" state="normal" draw_ops="button_menu_inactive"/> + <button function="menu" state="prelight" draw_ops="button_menu_inactive"/> + <button function="menu" state="pressed" draw_ops="button_menu_inactive"/> +</frame_style> + +<frame_style name="frame_style_normal_focused2" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="minimize" state="normal" draw_ops="button_min_normal"/> + <button function="minimize" state="prelight" draw_ops="button_min_prelight"/> + <button function="minimize" state="pressed" draw_ops="button_min_pressed"/> + <button function="maximize" state="normal" draw_ops="button_max_normal"/> + <button function="maximize" state="prelight" draw_ops="button_max_prelight"/> + <button function="maximize" state="pressed" draw_ops="button_max_pressed"/> + <button function="menu" state="normal" draw_ops="button_menu_normal"/> + <button function="menu" state="prelight" draw_ops="button_menu_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_pressed"/> +</frame_style> + +<frame_style name="frame_style_normal_unfocused2" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="button_close_inactive"/> + <button function="close" state="prelight" draw_ops="button_close_inactive_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_inactive"/> + <button function="minimize" state="normal" draw_ops="button_min_inactive"/> + <button function="minimize" state="prelight" draw_ops="button_min_inactive_prelight"/> + <button function="minimize" state="pressed" draw_ops="button_min_inactive"/> + <button function="maximize" state="normal" draw_ops="button_max_inactive"/> + <button function="maximize" state="prelight" draw_ops="button_max_inactive_prelight"/> + <button function="maximize" state="pressed" draw_ops="button_max_inactive"/> + <button function="menu" state="normal" draw_ops="button_menu_inactive"/> + <button function="menu" state="prelight" draw_ops="button_menu_inactive_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_inactive"/> +</frame_style> + +<frame_style name="frame_style_maximized_focused2" geometry="frame_geometry_abnormal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="minimize" state="normal" draw_ops="button_min_normal"/> + <button function="minimize" state="prelight" draw_ops="button_min_prelight"/> + <button function="minimize" state="pressed" draw_ops="button_min_pressed"/> + <button function="maximize" state="normal" draw_ops="button_max_restore"/> + <button function="maximize" state="prelight" draw_ops="button_max_restore_prelight"/> + <button function="maximize" state="pressed" draw_ops="button_max_restore"/> + <button function="menu" state="normal" draw_ops="button_menu_normal"/> + <button function="menu" state="prelight" draw_ops="button_menu_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_normal"/> +</frame_style> + +<frame_style name="frame_style_maximized_unfocused2" geometry="frame_geometry_abnormal"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="button_close_inactive"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_inactive"/> + <button function="minimize" state="normal" draw_ops="button_min_inactive"/> + <button function="minimize" state="prelight" draw_ops="button_min_prelight"/> + <button function="minimize" state="pressed" draw_ops="button_min_inactive"/> + <button function="maximize" state="normal" draw_ops="button_max_restore"/> + <button function="maximize" state="prelight" draw_ops="button_max_restore_prelight"/> + <button function="maximize" state="pressed" draw_ops="button_max_restore"/> + <button function="menu" state="normal" draw_ops="button_menu_inactive"/> + <button function="menu" state="prelight" draw_ops="button_menu_inactive"/> + <button function="menu" state="pressed" draw_ops="button_menu_inactive"/> +</frame_style> + +<frame_style_set name="frame_style_set_normal"> + <frame focus="yes" state="normal" resize="both" style="frame_style_normal_focused"/> + <frame focus="no" state="normal" resize="both" style="frame_style_normal_unfocused"/> + <frame focus="yes" state="maximized" style="frame_style_maximized_focused"/> + <frame focus="no" state="maximized" style="frame_style_maximized_unfocused"/> + <frame focus="yes" state="shaded" style="frame_style_normal_focused"/> + <frame focus="no" state="shaded" style="frame_style_normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="frame_style_maximized_focused"/> + <frame focus="no" state="maximized_and_shaded" style="frame_style_maximized_unfocused"/> +</frame_style_set> + +<frame_style_set name="frame_style_set_other"> + <frame focus="yes" state="normal" resize="both" style="frame_style_normal_focused2"/> + <frame focus="no" state="normal" resize="both" style="frame_style_normal_unfocused2"/> + <frame focus="yes" state="maximized" style="frame_style_maximized_focused2"/> + <frame focus="no" state="maximized" style="frame_style_maximized_unfocused2"/> + <frame focus="yes" state="shaded" style="frame_style_normal_focused2"/> + <frame focus="no" state="shaded" style="frame_style_normal_unfocused2"/> + <frame focus="yes" state="maximized_and_shaded" style="frame_style_maximized_focused2"/> + <frame focus="no" state="maximized_and_shaded" style="frame_style_maximized_unfocused2"/> +</frame_style_set> + +<window type="normal" style_set="frame_style_set_normal"/> +<window type="dialog" style_set="frame_style_set_other"/> +<window type="modal_dialog" style_set="frame_style_set_other"/> +<window type="menu" style_set="frame_style_set_other"/> +<window type="utility" style_set="frame_style_set_other"/> +<window type="border" style_set="frame_style_set_other"/> + +<menu_icon function="close" state="normal" draw_ops="button_close_normal"/> +<menu_icon function="maximize" state="normal" draw_ops="button_max_normal"/> +<menu_icon function="unmaximize" state="normal" draw_ops="button_max_normal"/> +<menu_icon function="minimize" state="normal" draw_ops="button_min_normal"/> + + +</metacity_theme> === added directory 'RadianceRTL' === added directory 'RadianceRTL/gtk-2.0' === added file 'RadianceRTL/gtk-2.0/gtkrc' --- RadianceRTL/gtk-2.0/gtkrc 1970-01-01 00:00:00 +0000 +++ RadianceRTL/gtk-2.0/gtkrc 2010-03-19 16:09:35 +0000 @@ -0,0 +1,563 @@ +# RadianceRTL theme + +gtk_color_scheme = "fg_color:#404040\nbg_color:#F7F5F2\nbase_color:#ffffff\ntext_color:#323232\nselected_bg_color:#d6d4ca\nselected_fg_color:#323232\ntooltip_bg_color:#000\ntooltip_fg_color:#fff" + +#include "scrollbars/scrollbar.rc" + +gtk-auto-mnemonics = 1 + +style "default" +{ + xthickness = 1 + ythickness = 1 + + GtkWidget::new-tooltip-style = 1 + + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbar-within-bevel = 0 + + 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 = 0 + GtkRange::slider-width = 16 + GtkRange::stepper-size = 20 + GtkRange::trough-under-steppers = 0 + + GtkScale::slider-length = 28 + GtkScale::trough-side-details = 1 + + GtkScrollbar::min-slider-length = 36 + GtkMenuBar::internal-padding = 0 + GtkExpander::expander-size = 15 + GtkToolbar::internal-padding = 5 + GtkTreeView::expander-size = 15 + GtkTreeView::indent-expanders = TRUE + GtkTreeView::vertical-separator = 1 + + GtkMenu::horizontal-padding = 1 + GtkMenu::vertical-padding = 1 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + GtkToolbar:: shadow-type = GTK_SHADOW_NONE + GtkMenuBar:: shadow-type = GTK_SHADOW_NONE + GtkMenuBar::window-dragging = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[ACTIVE] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade (0.65, @bg_color) + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.88, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[ACTIVE] = @selected_bg_color + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.65, @bg_color) + + engine "murrine" { + arrowstyle = 1 + animation = FALSE # FALSE = disabled, TRUE = enabled + border_shades = {1.2, 1.0} # draw a gradient on the border. + #border_colors = { @bg_color, @bg_color } + colorize_scrollbar = FALSE # FALSE = disabled, TRUE = enabled + comboboxstyle = 1 + contrast = 0.4 # 0.8 for less contrast, more than 1.0 for more contrast on borders + focus_color = "#f15d2c" + glazestyle = 3 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight + glow_shade = 1.1 + glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow + gradient_shades = {1.2,1.0,1.0,0.9} + highlight_shade = 1.0 + lightborder_shade = 1.1 + lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 0 # 0 = nothing, 1 = dotted + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe + progressbarstyle = 0 # 0 = flat, 1 = striped, 2 = blocks + reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow + rgba = FALSE # FALSE = disabled, TRUE = enabled + roundness = 3 # 0 = squared, 1 = old default, more will increase roundness + scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + shadow_shades = { 0.8, 2.2 } + sliderstyle = 1 # 0 = nothing added, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown + trough_shades = { 0.98, 1.08 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient + } +} + +style "wide" +{ + xthickness = 2 + ythickness = 2 +} + +style "wider" +{ + xthickness = 3 + ythickness = 3 +} + +style "button" = "wider" +{ +# bg[NORMAL] = "#DAD6D0" +# bg[PRELIGHT] = shade (1.2, "#DAD6D0") +# bg[SELECTED] = shade (1.0, "#DAD6D0") +# bg[ACTIVE] = shade (0.9, "#DAD6D0") +# bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) + + bg[NORMAL] = shade (0.9, @selected_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[ACTIVE] = shade (0.9, @selected_bg_color) + bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) +} + +style "entry" = "wider"{ + +} + +style "toolbar" = "default" +{ + +} + +style "toolbar-item" = "toolbar" +{ + +} +style "toolbar-sep" = "toolbar-item" +{ + bg[NORMAL] = shade(0.5, @base_color) +} + +style "notebook" = "wider" +{ + engine "murrine" + { + contrast = .65 + gradient_shades = {1.1,1.06,0.92,0.85} # { 1.1, 1.02, 0.97, 0.93 } + lightborder_shade = 2.0 + } + +} + +style "panel" { + + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = "#faf7ee" + bg_pixmap[NORMAL] = "panel_bg.png" + engine "murrine" { + roundness = 0 + } +} + +style "menu" +{ + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = "#F7F5F2" + bg[INSENSITIVE] = mix (0.4, @selected_bg_color, @bg_color) + + engine "murrine" { + roundness = 0 + # gradient_shades = {1.0,1.0,1.0,1.0} + } +} + +style "menu-item" = "default" +{ + xthickness = 0 + ythickness = 5 + + engine "murrine" { + glowstyle = 0 + roundness = 0 +# highlight_shade = 1.0 +# lightborder_shade = 1.0 +# gradient_shades = {1.0,1.0,1.0,1.0} + } +} + +style "separator-menu-item" +{ + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 0 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 1 + xthickness = 4 + ythickness = 0 + +} + +# Based on the default style so that the colors from the button +# style are overriden again. +style "treeview-header" = "default" +{ + xthickness = 4 + ythickness = 1 + + bg[NORMAL] = "#DAD6D0" + bg[PRELIGHT] = shade (1.2, "#DAD6D0") + bg[SELECTED] = shade (1.0, "#DAD6D0") + bg[ACTIVE] = shade (0.9, "#DAD6D0") + bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) +} + +style "tooltips" +{ + xthickness = 8 + ythickness = 5 + + bg[NORMAL] = @tooltip_bg_color + bg[SELECTED] = "#000000" + fg[NORMAL] = @tooltip_fg_color +} + +style "progressbar" +{ + xthickness = 0 + ythickness = 0 + + bg[SELECTED] = "#f15d2c" + + fg[PRELIGHT] = "#fff" + + engine "murrine"{ + roundness = 4 +# contrast = 1.0 + highlight_shade = 1.2 +# lightborder_shade = 1.1 + gradient_shades = {1.2,1.1,1.0,0.9} + } +} + +style "statusbar" +{ +} + +style "comboboxentry" +{ + ythickness = 3 + xthickness = 3 + +# bg[NORMAL] = "#DAD6D0" +# bg[PRELIGHT] = shade (1.2, "#DAD6D0") +# bg[SELECTED] = shade (1.0, "#DAD6D0") +# bg[ACTIVE] = shade (0.9, "#DAD6D0") +# bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) + + bg[NORMAL] = shade (0.9, @selected_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[ACTIVE] = shade (0.9, @selected_bg_color) + bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) + + engine "murrine" + { + border_colors = { "#DAD6D0", "#DAD6D0" } + contrast = 0.8 + } +} + +style "spinbutton" +{ + +# bg[NORMAL] = "#DAD6D0" +# bg[PRELIGHT] = shade (1.2, "#DAD6D0") +# bg[SELECTED] = shade (1.0, "#DAD6D0") +# bg[ACTIVE] = shade (0.9, "#DAD6D0") +# bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) + bg[NORMAL] = shade (0.9, @selected_bg_color) + + bg[PRELIGHT] = shade (1.0, @selected_bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[ACTIVE] = shade (0.9, @selected_bg_color) + bg[INSENSITIVE] = mix (0.3, @selected_bg_color, @bg_color) +} + +style "scale" +{ + GtkRange::slider-width = 14 + + engine "murrine" + { + border_shades = { .8, .6} # draw a gradient on the border. + border_colors = { @bg_color, @bg_color } + glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl + glow_shade = 1.14 # sets glow amount for buttons or widgets + glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) +# gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1} + highlight_shade = 1.12 # set highlight amount for buttons or widgets + lightborder_shade = 1.0 # sets lightborder amount for buttons or widgets + roundness = 8 + trough_shades = { .68, 1.2 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + } + + bg[NORMAL] = "#ECECEC" + bg[SELECTED] = "#f15d2c" +} + +style "scrollbar" +{ + engine "murrine" + { + border_shades = { .8, .6} # draw a gradient on the border. + border_colors = { @bg_color, @bg_color } + glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl + glow_shade = 1.14 # sets glow amount for buttons or widgets + glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) +# gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1} + highlight_shade = 1.12 # set highlight amount for buttons or widgets + lightborder_shade = 1.0 # sets lightborder amount for buttons or widgets + roundness = 8 + trough_shades = { .68, 1.2 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + } + + bg[NORMAL] = "#ECECEC" + bg[PRELIGHT] = shade (1.2, "#ECECEC") +} + +style "menubar" = "default" +{ + bg[NORMAL]="#e0d6ba" +} + +style "soundfix" +{ +bg[NORMAL]="#F7F5F2" +} + +style "frame" +{ +} + +style "frame-title" = "frame" +{ +} + +style "nautilus-location" +{ + bg[NORMAL] = mix(0.60, @bg_color, @selected_bg_color) +} + +style "nautilus-sidebar" +{ + GtkTreeView::even_row_color = @bg_color +} + +style "radiocheck" +{ + bg[SELECTED] = "#f15d2c" + bg[NORMAL] = mix (0.3, @selected_bg_color, @bg_color) + + text[NORMAL] = @bg_color # Color for selected checks/radio items. + text[PRELIGHT] = shade (1.2, @bg_color) # Color for selected checks/radio items on prelight. + text[INSENSITIVE] = shade (0.9, @base_color) + + engine "murrine" + { + contrast = 1.5 + highlight_shade = 1.0 + lightborder_shade = 1.0 + gradient_shades = {1.5,1.3,1.0,0.9} + } +} + +######################################### +# Matches +######################################### + +widget "ido-offscreen-scale" style "soundfix" +widget "*IdoEntryMenuItem*" style "wide" + +# default style is applied to every widget +class "GtkWidget" style "default" + +# Increase the x/ythickness in some widgets +class "GtkRange" style "default" +class "GtkFrame" style "frame" +class "GtkSeparator" style "wide" +class "GtkEntry" style "entry" +class "GtkMenuBar" style:highest "menubar" + +class "*HandleBox" style "toolbar" +class "GtkToolbar" style "toolbar" +widget_class "*HandleBox" style "toolbar" +widget_class "*<GtkToolbar>.*" style "toolbar-item" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +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) +} +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "scale" +class "GtkHScale" style "scale" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" + +class "GtkRadioButton" style:highest "radiocheck" # SZ07: Added for the checkmarks/radio +class "GtkCheckButton" style:highest "radiocheck" # SZ07: Added for the checkmarks/radio + +# General matching following, the order is choosen so that the right styles override each other +# eg. progressbar needs to be more important then the menu match. + +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook" +widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook" +widget_class "*<GtkNotebook>" style "notebook" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>.*" style "menu-item" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu-item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item" + +widget_class "*<GtkFrame>" style "frame" +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title" + +widget_class "*<GtkStatusbar>*" style "statusbar" +widget_class "*<GtkProgressBar>" style "progressbar" + +# Treeview header +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview-header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview-header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview-header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview-header" + +# Panel stuff +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # Workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +widget_class "*Panel*<GtkMenuBar>*" style:highest "panel" # The panel menubar +widget "*TomboyTray*" style "panel" # Workaround for Tomboy +widget "*TomboyApplet*" style "panel" + +#XFCE panel +widget_class "*notif*" style "panel" +widget_class "*Notif*" style "panel" +widget_class "*Tray*" style "panel" +widget_class "*tray*" style "panel" +widget "*Xfce*Panel*" style "panel" +class "*Xfce*Panel*" style "panel" + +widget "gtk-tooltip*" style "tooltips" + +################################################### +# Special cases and work arounds +################################################### + +# Nautilus sidebar +widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar" +widget_class "*Nautilus*Side*.GtkWidget" style "nautilus-sidebar" + +# Workarounds for Evolution +widget_class "*.ETable.ECanvas" style "treeview-header" +widget_class "*.ETree.ECanvas" style "treeview-header" + +# Firefox isn't nice to dark themes, so unset the dark stuff. +#widget "MozillaGtkWidget*Toolbar*" style "toolbar-item" +#widget "MozillaGtkWidget*Frame*" style "default" + +# Monodevelop uses an OptionPanel widget, which incidentally is dark in our theme. +# Undo it: +widget "*OptionPanel*" style "button" +widget "*optionPanel*" style "button" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus-location" + +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) +} +widget "*.gtk-combobox-popup-menu.*" style "menuitem-text-is-fg-color-workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the +# base color set. +style "fg-is-text-color-workaround" +{ + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} +widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround" +# The same problem also exists for GtkCList and GtkCTree +# Only match GtkCList and not the parent widgets, because that would also change the headers. +widget_class "*<GtkCList>" style "fg-is-text-color-workaround" + +style "evo-new-button-workaround" +{ + engine "clearlooks" + { + toolbarstyle = 0 + } +} + +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround" + +#Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark. +style "rhythmbox-header" = "default" +{ + xthickness = 3 + ythickness = 3 + +} +widget "*RBSourceHeader*" style:highest "rhythmbox-header" +widget "*HeaderToolbar*" style:highest "rhythmbox-header" +widget "*FooterToolbar*" style:highest "rhythmbox-header" + +widget "*swt*toolbar*" style "default" + === added file 'RadianceRTL/gtk-2.0/panel_bg.png' Binary files RadianceRTL/gtk-2.0/panel_bg.png 1970-01-01 00:00:00 +0000 and RadianceRTL/gtk-2.0/panel_bg.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/index.theme' --- RadianceRTL/index.theme 1970-01-01 00:00:00 +0000 +++ RadianceRTL/index.theme 2010-03-19 16:29:18 +0000 @@ -0,0 +1,14 @@ + +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=RadianceRTL +Comment=Ubuntu Radiance theme, for RTL systems +Encoding=UTF-8 + +Name[he_IL]=RadianceRTL + +[X-GNOME-Metatheme] +GtkTheme=RadianceRTL +MetacityTheme=RadianceRTL +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White === added directory 'RadianceRTL/metacity-1' === added file 'RadianceRTL/metacity-1/button_close_normal.png' Binary files RadianceRTL/metacity-1/button_close_normal.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_close_normal.png 2010-03-19 16:05:00 +0000 differ === added file 'RadianceRTL/metacity-1/button_close_normal_unfocused.png' Binary files RadianceRTL/metacity-1/button_close_normal_unfocused.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_close_normal_unfocused.png 2010-03-19 16:05:11 +0000 differ === added file 'RadianceRTL/metacity-1/button_close_prelight.png' Binary files RadianceRTL/metacity-1/button_close_prelight.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_close_prelight.png 2010-03-19 16:05:26 +0000 differ === added file 'RadianceRTL/metacity-1/button_close_prelight_unfocused.png' Binary files RadianceRTL/metacity-1/button_close_prelight_unfocused.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_close_prelight_unfocused.png 2010-03-19 16:05:43 +0000 differ === added file 'RadianceRTL/metacity-1/button_close_pressed.png' Binary files RadianceRTL/metacity-1/button_close_pressed.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_close_pressed.png 2010-03-19 16:06:21 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_normal.png' Binary files RadianceRTL/metacity-1/button_max_normal.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_normal.png 2010-03-19 16:06:36 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_normal_unfocused.png' Binary files RadianceRTL/metacity-1/button_max_normal_unfocused.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_normal_unfocused.png 2010-03-19 16:06:59 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_prelight.png' Binary files RadianceRTL/metacity-1/button_max_prelight.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_prelight.png 2010-03-19 16:07:11 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_prelight_unfocused.png' Binary files RadianceRTL/metacity-1/button_max_prelight_unfocused.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_prelight_unfocused.png 2010-03-19 16:07:45 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_pressed.png' Binary files RadianceRTL/metacity-1/button_max_pressed.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_pressed.png 2010-03-19 16:08:11 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_restore.png' Binary files RadianceRTL/metacity-1/button_max_restore.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_restore.png 2010-03-19 16:08:20 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_restore_prelight.png' Binary files RadianceRTL/metacity-1/button_max_restore_prelight.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_restore_prelight.png 2010-03-19 16:08:28 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_restore_prelight_unfocused.png' Binary files RadianceRTL/metacity-1/button_max_restore_prelight_unfocused.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_restore_prelight_unfocused.png 2010-03-19 16:08:42 +0000 differ === added file 'RadianceRTL/metacity-1/button_max_restore_unfocused.png' Binary files RadianceRTL/metacity-1/button_max_restore_unfocused.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_max_restore_unfocused.png 2010-03-19 16:08:55 +0000 differ === added file 'RadianceRTL/metacity-1/button_menu_normal.png' Binary files RadianceRTL/metacity-1/button_menu_normal.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_menu_normal.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/button_menu_prelight.png' Binary files RadianceRTL/metacity-1/button_menu_prelight.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_menu_prelight.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/button_menu_pressed.png' Binary files RadianceRTL/metacity-1/button_menu_pressed.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_menu_pressed.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/button_min_normal.png' Binary files RadianceRTL/metacity-1/button_min_normal.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_min_normal.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/button_min_normal_unfocused.png' Binary files RadianceRTL/metacity-1/button_min_normal_unfocused.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_min_normal_unfocused.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/button_min_prelight.png' Binary files RadianceRTL/metacity-1/button_min_prelight.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_min_prelight.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/button_min_prelight_unfocused.png' Binary files RadianceRTL/metacity-1/button_min_prelight_unfocused.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_min_prelight_unfocused.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/button_min_pressed.png' Binary files RadianceRTL/metacity-1/button_min_pressed.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/button_min_pressed.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/menu.png' Binary files RadianceRTL/metacity-1/menu.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/menu.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/menu_over.png' Binary files RadianceRTL/metacity-1/menu_over.png 1970-01-01 00:00:00 +0000 and RadianceRTL/metacity-1/menu_over.png 2010-03-19 15:42:44 +0000 differ === added file 'RadianceRTL/metacity-1/metacity-theme-1.xml' --- RadianceRTL/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00 +0000 +++ RadianceRTL/metacity-1/metacity-theme-1.xml 2010-03-19 15:42:44 +0000 @@ -0,0 +1,378 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Light</name> + <author>Kenneth Wimer</author> + <copyright>Canonical Ltd.</copyright> + <date>Nov 28, 2009</date> + <description>Metacity theme</description> +</info> + +<!-- General window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="4"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="20"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="8"/> + <border name="title_border" left="2" right="2" top="2" bottom="0"/> + <border name="button_border" left="0" right="0" top="2" bottom="1"/> +</frame_geometry> + +<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="4"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="20"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="2"/> + <border name="title_border" left="2" right="2" top="2" bottom="2"/> + <border name="button_border" left="0" right="0" top="2" bottom="1"/> +</frame_geometry> + +<!-- Window Title --> + +<draw_ops name="draw_title_text_normal"> + <title color="#e8e5dd" + x="10" + y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#e8e5dd" + x="10" + y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="#e8e5dd" + x="9" + y="(((height - title_height) / 2) `max` 0)"/> + <title color="#e8e5dd" + x="11" + y="(((height - title_height) / 2) `max` 0)"/> + <title color="#444" + x="10" + y="(((height - title_height) / 2) `max` 0)"/> + +</draw_ops> + +<draw_ops name="draw_title_text_inactive"> + <title color="#e8e5dd" + x="10" + y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#e8e5dd" + x="10" + y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="#e8e5dd" + x="9" + y="(((height - title_height) / 2) `max` 0)"/> + <title color="#e8e5dd" + x="11" + y="(((height - title_height) / 2) `max` 0)"/> + <title color="#666" + x="10" + y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- Background gradient --> + <gradient type="vertical" x="0" y="0" width="width+9" height="height"> + <color value="#faf7ee" /> + <color value="#e0d6ba" /> + <color value="#e0d6ba" /> + </gradient> + + <!-- Topmost dark line --> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="width" y1="0" y2="0"/> + + <!-- Darkening of the left arch --> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="1" y1="4" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="0" y1="5" y2="40"/> + + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-2" x2="width" y1="4" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-1" x2="width" y1="5" y2="90"/> + + <!-- Top highlight --> + <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) --> + <tint color="#ffffff" alpha="0.55" x="5" y="1" width="width - 10" height="1"/> + <tint color="#ffffff" alpha="0.15" x="5" y="2" width="width - 10" height="1"/> + +</draw_ops> + +<draw_ops name="draw_title_inactive"> + <!-- Background gradient --> + <gradient type="vertical" x="0" y="0" width="width+9" height="height"> + <color value="#faf7ee" /> + <color value="#e0d6ba" /> + <color value="#e0d6ba" /> + </gradient> + + <!-- Topmost dark line --> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="width" y1="0" y2="0"/> + + <!-- Darkening of the left arch --> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="1" y1="4" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="0" y1="5" y2="40"/> + + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-2" x2="width" y1="4" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-1" x2="width" y1="5" y2="90"/> + + <!-- Top highlight --> + <tint color="#ffffff" alpha="0.55" x="5" y="1" width="width - 10" height="1"/> + <tint color="#ffffff" alpha="0.15" x="5" y="2" width="width - 10" height="1"/> + +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- Background gradient --> + <gradient type="vertical" x="0" y="0" width="width+9" height="height"> + <color value="#faf7ee" /> + <color value="#e0d6ba" /> + <color value="#e0d6ba" /> + </gradient> + + <!-- Topmost dark line --> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="width" y1="0" y2="0"/> + + <!-- Top highlight --> + <tint color="#ffffff" alpha="0.55" x="0" y="1" width="width" height="1"/> + <tint color="#ffffff" alpha="0.15" x="0" y="2" width="width" height="1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized_inactive"> + <!-- Background gradient --> + <gradient type="vertical" x="0" y="0" width="width+9" height="height"> + <color value="#faf7ee" /> + <color value="#e0d6ba" /> + </gradient> + + <!-- Topmost dark line --> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="width" y1="0" y2="0"/> + + <!-- Top highlight --> + <tint color="#ffffff" alpha="0.55" x="0" y="1" width="width" height="1"/> + <tint color="#ffffff" alpha="0.15" x="0" y="2" width="width" height="1"/> +</draw_ops> + +<!-- Window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.74" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<!--bottom border--> +<draw_ops name="bottom_edge"> +<line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="width" y1="height-1" y2="height-1"/> +<!--bottom left rounding--> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="1" y1="0" y2="0"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="1" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="4" y1="3" y2="3"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="0" x2="10" y1="4" y2="4"/> +<!--bottom right rounding--> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-2" x2="width-1" y1="0" y2="0"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-2" x2="width-1" y1="1" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-3" x2="width-2" y1="2" y2="2"/> + <line color="shade/gtk:bg[NORMAL]/0.74" x1="width-5" x2="width-3" y1="3" y2="3"/> +</draw_ops> + + +<!-- Buttons --> +<!-- close button--> +<draw_ops name="button_close_normal"> + <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_close_prelight"> + <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_close_inactive_prelight"> + <image filename="button_close_prelight_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_close_pressed"> + <image filename="button_close_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_close_inactive"> + <image filename="button_close_normal_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- maximize button--> +<draw_ops name="button_max_normal"> + <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_prelight"> + <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_inactive_prelight"> + <image filename="button_max_prelight_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_inactive_prelight_restore_unfocused"> + <image filename="button_max_restore_prelight_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_pressed"> + <image filename="button_max_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_inactive"> + <image filename="button_max_normal_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_inactive_restore_unfocused"> + <image filename="button_max_restore_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_max_restore"> + <image filename="button_max_restore.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- minimize button--> +<draw_ops name="button_min_normal"> + <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_min_prelight"> + <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_min_inactive_prelight"> + <image filename="button_min_prelight_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_min_pressed"> + <image filename="button_min_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="button_min_inactive"> + <image filename="button_min_normal_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- menu icon --> +<draw_ops name="button_menu_normal"> +<image filename="menu.png" x="0" y="0" width="20" height="18"/> +</draw_ops> +<draw_ops name="button_menu_prelight"> +<image filename="menu.png" x="0" y="0" width="20" height="18"/> +</draw_ops> +<draw_ops name="button_menu_inactive_prelight"> +<image filename="menu.png" x="0" y="0" width="20" height="18"/> +</draw_ops> +<draw_ops name="button_menu_pressed"> +<image filename="menu_over.png" x="0" y="0" width="20" height="18"/> +</draw_ops> +<draw_ops name="button_menu_inactive"> +<image filename="menu.png" x="0" y="0" width="20" height="18"/> +</draw_ops> + + + +<!-- Frame styles --> +<frame_style name="frame_style_normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="minimize" state="normal" draw_ops="button_min_normal"/> + <button function="minimize" state="prelight" draw_ops="button_min_prelight"/> + <button function="minimize" state="pressed" draw_ops="button_min_pressed"/> + <button function="maximize" state="normal" draw_ops="button_max_normal"/> + <button function="maximize" state="prelight" draw_ops="button_max_prelight"/> + <button function="maximize" state="pressed" draw_ops="button_max_pressed"/> + <button function="menu" state="normal" draw_ops="button_menu_normal"/> + <button function="menu" state="prelight" draw_ops="button_menu_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_pressed"/> +</frame_style> + +<frame_style name="frame_style_normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="button_close_inactive"/> + <button function="close" state="prelight" draw_ops="button_close_inactive_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_inactive"/> + <button function="minimize" state="normal" draw_ops="button_min_inactive"/> + <button function="minimize" state="prelight" draw_ops="button_min_inactive_prelight"/> + <button function="minimize" state="pressed" draw_ops="button_min_inactive"/> + <button function="maximize" state="normal" draw_ops="button_max_inactive"/> + <button function="maximize" state="prelight" draw_ops="button_max_inactive_prelight"/> + <button function="maximize" state="pressed" draw_ops="button_max_inactive"/> + <button function="menu" state="normal" draw_ops="button_menu_inactive"/> + <button function="menu" state="prelight" draw_ops="button_menu_inactive_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_inactive"/> +</frame_style> + +<frame_style name="frame_style_maximized_focused" geometry="frame_geometry_abnormal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="minimize" state="normal" draw_ops="button_min_normal"/> + <button function="minimize" state="prelight" draw_ops="button_min_prelight"/> + <button function="minimize" state="pressed" draw_ops="button_min_pressed"/> + <button function="maximize" state="normal" draw_ops="button_max_restore"/> + <button function="maximize" state="prelight" draw_ops="button_max_restore"/> + <button function="maximize" state="pressed" draw_ops="button_max_restore"/> + <button function="menu" state="normal" draw_ops="button_menu_normal"/> + <button function="menu" state="prelight" draw_ops="button_menu_prelight"/> + <button function="menu" state="pressed" draw_ops="button_menu_normal"/> +</frame_style> + +<frame_style name="frame_style_maximized_unfocused" geometry="frame_geometry_abnormal"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="button_close_inactive"/> + <button function="close" state="prelight" draw_ops="button_close_inactive_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_inactive"/> + <button function="minimize" state="normal" draw_ops="button_min_inactive"/> + <button function="minimize" state="prelight" draw_ops="button_min_inactive_prelight"/> + <button function="minimize" state="pressed" draw_ops="button_min_inactive"/> + <button function="maximize" state="normal" draw_ops="button_max_inactive_restore_unfocused"/> + <button function="maximize" state="prelight" draw_ops="button_max_inactive_prelight_restore_unfocused"/> + <button function="maximize" state="pressed" draw_ops="button_max_inactive_restore_unfocused"/> + <button function="menu" state="normal" draw_ops="button_menu_inactive"/> + <button function="menu" state="prelight" draw_ops="button_menu_inactive"/> + <button function="menu" state="pressed" draw_ops="button_menu_inactive"/> +</frame_style> + +<frame_style_set name="frame_style_set_normal"> + <frame focus="yes" state="normal" resize="both" style="frame_style_normal_focused"/> + <frame focus="no" state="normal" resize="both" style="frame_style_normal_unfocused"/> + <frame focus="yes" state="maximized" style="frame_style_maximized_focused"/> + <frame focus="no" state="maximized" style="frame_style_maximized_unfocused"/> + <frame focus="yes" state="shaded" style="frame_style_normal_focused"/> + <frame focus="no" state="shaded" style="frame_style_normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="frame_style_maximized_focused"/> + <frame focus="no" state="maximized_and_shaded" style="frame_style_maximized_unfocused"/> +</frame_style_set> + +<window type="normal" style_set="frame_style_set_normal"/> +<window type="dialog" style_set="frame_style_set_normal"/> +<window type="modal_dialog" style_set="frame_style_set_normal"/> +<window type="menu" style_set="frame_style_set_normal"/> +<window type="utility" style_set="frame_style_set_normal"/> +<window type="border" style_set="frame_style_set_normal"/> + +<menu_icon function="close" state="normal" draw_ops="button_close_normal"/> +<menu_icon function="maximize" state="normal" draw_ops="button_max_normal"/> +<menu_icon function="unmaximize" state="normal" draw_ops="button_max_normal"/> +<menu_icon function="minimize" state="normal" draw_ops="button_min_normal"/> + + +</metacity_theme>