From 3e3584a9cbfad011dbbbc6ddb707c9743d587db4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 4 Jul 2015 16:55:41 +0200 Subject: add gtk-2/3 BlueSubmarine and Green-Submarine themes from mate-themes-extras --- desktop-themes/Green-Submarine/gtk-2.0/Makefile.am | 13 + .../gtk-2.0/apps/Handles/Makefile.am | 9 + .../gtk-2.0/apps/Handles/handle-caja.png | Bin 0 -> 178 bytes .../gtk-2.0/apps/Handles/resize-grip.png | Bin 0 -> 411 bytes .../Green-Submarine/gtk-2.0/apps/Makefile.am | 21 + .../Green-Submarine/gtk-2.0/apps/Panel/Makefile.am | 15 + .../gtk-2.0/apps/Panel/arrow-blank.png | Bin 0 -> 373 bytes .../gtk-2.0/apps/Panel/arrow-down.png | Bin 0 -> 373 bytes .../gtk-2.0/apps/Panel/handle-h.png | Bin 0 -> 142 bytes .../gtk-2.0/apps/Panel/handle-v.png | Bin 0 -> 142 bytes .../gtk-2.0/apps/Panel/panel-bg.png | Bin 0 -> 3984 bytes .../gtk-2.0/apps/Panel/panel-button-active.png | Bin 0 -> 333 bytes .../gtk-2.0/apps/Panel/panel-button-hover.png | Bin 0 -> 318 bytes .../gtk-2.0/apps/Panel/panel-button-inactive.png | Bin 0 -> 166 bytes .../Green-Submarine/gtk-2.0/apps/caja.rc | 138 +++ .../Green-Submarine/gtk-2.0/apps/gmusicbrowser.rc | 7 + .../Green-Submarine/gtk-2.0/apps/panel.rc | 220 ++++ .../Green-Submarine/gtk-2.0/apps/pcmanfm.rc | 43 + .../Green-Submarine/gtk-2.0/apps/pluma.rc | 36 + .../Green-Submarine/gtk-2.0/apps/terminal.rc | 69 ++ .../Green-Submarine/gtk-2.0/apps/thunar.rc | 30 + .../Green-Submarine/gtk-2.0/assets/Makefile.am | 32 + .../assets/checkbox-checked-insensitive.png | Bin 0 -> 487 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 663 bytes .../gtk-2.0/assets/checkbox-mixed-insensitive.png | Bin 0 -> 345 bytes .../gtk-2.0/assets/checkbox-mixed.png | Bin 0 -> 381 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 295 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 367 bytes .../Green-Submarine/gtk-2.0/assets/handle.png | Bin 0 -> 186 bytes .../gtk-2.0/assets/notebook-gap-bottom.png | Bin 0 -> 159 bytes .../gtk-2.0/assets/notebook-gap-left.png | Bin 0 -> 85 bytes .../gtk-2.0/assets/notebook-gap-right.png | Bin 0 -> 84 bytes .../gtk-2.0/assets/notebook-gap-top.png | Bin 0 -> 158 bytes .../Green-Submarine/gtk-2.0/assets/notebook.png | Bin 0 -> 227 bytes .../Green-Submarine/gtk-2.0/assets/null.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/radio-mixed-insensitive.png | Bin 0 -> 544 bytes .../Green-Submarine/gtk-2.0/assets/radio-mixed.png | Bin 0 -> 600 bytes .../gtk-2.0/assets/radio-selected-insensitive.png | Bin 0 -> 572 bytes .../gtk-2.0/assets/radio-selected.png | Bin 0 -> 743 bytes .../assets/radio-unselected-insensitive.png | Bin 0 -> 506 bytes .../gtk-2.0/assets/radio-unselected.png | Bin 0 -> 603 bytes .../Green-Submarine/gtk-2.0/assets/resize-grip.png | Bin 0 -> 411 bytes .../Green-Submarine/gtk-2.0/assets/resize-grip.svg | 117 +++ .../gtk-2.0/assets/scroll-background.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/slider-horizontal.png | Bin 0 -> 710 bytes .../gtk-2.0/assets/slider-vertical.png | Bin 0 -> 712 bytes .../Green-Submarine/gtk-2.0/assets/toolbar.png | Bin 0 -> 214 bytes desktop-themes/Green-Submarine/gtk-2.0/gtkrc | 1105 ++++++++++++++++++++ 48 files changed, 1855 insertions(+) create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/Makefile.am create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/Makefile.am create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/handle-caja.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/resize-grip.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Makefile.am create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/Makefile.am create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-blank.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-down.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/handle-h.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/handle-v.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-bg.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-active.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/caja.rc create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/gmusicbrowser.rc create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/panel.rc create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/pcmanfm.rc create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/terminal.rc create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/apps/thunar.rc create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/Makefile.am create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-checked.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/handle.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-bottom.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-left.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-right.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-top.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/notebook.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/null.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/radio-mixed.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/radio-selected-insensitive.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/radio-selected.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/radio-unselected.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/resize-grip.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/assets/resize-grip.svg create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/scroll-background.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/slider-horizontal.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/slider-vertical.png create mode 100755 desktop-themes/Green-Submarine/gtk-2.0/assets/toolbar.png create mode 100644 desktop-themes/Green-Submarine/gtk-2.0/gtkrc (limited to 'desktop-themes/Green-Submarine/gtk-2.0') diff --git a/desktop-themes/Green-Submarine/gtk-2.0/Makefile.am b/desktop-themes/Green-Submarine/gtk-2.0/Makefile.am new file mode 100644 index 00000000..52960ed3 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/Makefile.am @@ -0,0 +1,13 @@ + +themedir = $(datadir)/themes/Green-Submarine/gtk-2.0 + +theme_DATA = gtkrc + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = apps \ + assets + +DIST_SUBDIRS = apps \ + assets + diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/Makefile.am b/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/Makefile.am new file mode 100644 index 00000000..6bbccf26 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/Makefile.am @@ -0,0 +1,9 @@ + +themedir = $(datadir)/themes/Green-Submarine/gtk-2.0/apps/Handles + +theme_DATA = \ + handle-caja.png \ + resize-grip.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/handle-caja.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/handle-caja.png new file mode 100644 index 00000000..0fbb411a Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/handle-caja.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/resize-grip.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/resize-grip.png new file mode 100644 index 00000000..387ec181 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/resize-grip.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Makefile.am b/desktop-themes/Green-Submarine/gtk-2.0/apps/Makefile.am new file mode 100644 index 00000000..a27d8865 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/Makefile.am @@ -0,0 +1,21 @@ + +themedir = $(datadir)/themes/Green-Submarine/gtk-2.0/apps + +theme_DATA = \ + caja.rc \ + gmusicbrowser.rc \ + panel.rc \ + pcmanfm.rc \ + pluma.rc \ + terminal.rc \ + thunar.rc + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = \ + Handles \ + Panel + +DIST_SUBDIRS = \ + Handles \ + Panel diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/Makefile.am b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/Makefile.am new file mode 100644 index 00000000..c2451f02 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/Makefile.am @@ -0,0 +1,15 @@ + +themedir = $(datadir)/themes/Green-Submarine/gtk-2.0/apps/Panel + +theme_DATA = \ + arrow-blank.png \ + arrow-down.png \ + handle-h.png \ + handle-v.png \ + panel-bg.png \ + panel-button-active.png \ + panel-button-hover.png \ + panel-button-inactive.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-blank.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-blank.png new file mode 100644 index 00000000..6b9c03d3 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-blank.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-down.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-down.png new file mode 100644 index 00000000..6b9c03d3 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-down.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/handle-h.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/handle-h.png new file mode 100644 index 00000000..7bdf6495 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/handle-h.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/handle-v.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/handle-v.png new file mode 100644 index 00000000..6e8eba14 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/handle-v.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-bg.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-bg.png new file mode 100644 index 00000000..7874100c Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-bg.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-active.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-active.png new file mode 100644 index 00000000..f1e892c0 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-active.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png new file mode 100644 index 00000000..5be511e1 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png new file mode 100644 index 00000000..309c39c8 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/caja.rc b/desktop-themes/Green-Submarine/gtk-2.0/apps/caja.rc new file mode 100644 index 00000000..d3409572 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/caja.rc @@ -0,0 +1,138 @@ +### This file styles Caja. ### + +style "caja-window-base" { bg[NORMAL] = @bg_color } + +style "caja-sidebar" = "murrine-sidebar" { + GtkTreeView::horizontal_separator = 15 + GtkTreeView::vertical_separator = 2 + text[NORMAL] = @fg_color + bg[NORMAL] = mix (0.60, shade (1.15, @bg_color), @bg_color) + + GtkTreeView::odd_row_color = mix (0.60, shade (1.15, @bg_color), @bg_color) + GtkTreeView::even_row_color = mix (0.60, shade (1.15, @bg_color), @bg_color) +} + +style "caja-view" { + xthickness = 0 + ythickness = 0 +} + +style "caja-handle" { + GtkPaned::handle-size = 1 + + engine "pixmap" { + # for the thin gray line separating the sidepane and viewpane + image { + function = HANDLE + recolorable = TRUE + file = "Handles/handle-caja.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + } +} + +style "caja-statusbar" +{ + bg[NORMAL] = mix (0.60, shade (1.10, @bg_color), @bg_color) + base[NORMAL] = @base_color + fg[NORMAL] = shade (1.2, @fg_color) + + engine "pixmap" { + image + { + function = HANDLE + recolorable = TRUE + file = "Handles/resize-grip.png" + state = NORMAL + stretch = TRUE + border = { 0, 0, 1, 0 } + } + } +} + +style "caja-location" +{ + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @bg_color) +} + +style "caja-pathbar" +{ + bg[PRELIGHT] = shade(0.91, @bg_color) + bg[ACTIVE] = shade(0.76, @bg_color) + bg[SELECTED] = shade(0.80, @selected_bg_color) + bg[INSENSITIVE] = shade(0.83, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[ACTIVE] = @fg_color + fg[SELECTED] = @fg_color_dark +} + +# workaround for toolbar dropdown menu and toolbar button +style "caja-toolbar-button" +{ + xthickness = 3 + ythickness = 2 + + bg[NORMAL] = shade(0.80, @bg_color_dark) + bg[PRELIGHT] = shade(0.91, @bg_color_dark) + bg[ACTIVE] = shade(0.76, @bg_color_dark) + bg[SELECTED] = shade(0.80, @selected_bg_color) + bg[INSENSITIVE] = shade(0.83, @bg_color_dark) + + fg[NORMAL] = @fg_color_dark + fg[PRELIGHT] = shade (1.20, @selected_bg_color) + fg[ACTIVE] = shade (1.20, @selected_bg_color) + fg[SELECTED] = shade (1.20, @selected_bg_color) + + text[NORMAL] = @fg_color_dark + text[PRELIGHT] = shade (1.20, @selected_bg_color) + text[ACTIVE] = shade (1.20, @selected_bg_color) + text[SELECTED] = shade (1.20, @selected_bg_color) + + engine "murrine" { + gradient_shades = {2.63,1.17,1.17,1.17} + border_shades = {5.10, 5.00} + contrast = 0.80 + roundness = 5 # 0 = squared + lightborderstyle = 1 + lightborder_shade = 1.1 + glow_shade = 1.0 + textstyle = 1 + text_shade = 1.15 + } +} + +############################################ +# CAJA +# Order of assignment is important +############################################# + +widget_class "*CajaSidePane.*" style "caja-sidebar" +widget_class "*Caja*Places*Sidebar*" style "caja-sidebar" +widget_class "*Caja*Side*.GtkWidget" style "caja-sidebar" +widget_class "*Caja*Side*Title*" style "caja-sidebar" + +widget "*CajaNavigationWindow" style "caja-window-base" + +widget_class "*Caja*Scrollbar" style "murrine-scrollbar" +widget_class "*CajaSidePane.*Scrollbar" style:highest "murrine-scrollbar" +widget_class "*Caja*Statusbar*" style "caja-statusbar" + +widget "*Caja*Splitter" style "caja-handle" +widget_class "*Caja*View*" style "caja-view" +widget_class "*Caja*Notebook" style "murrine-notebook" + +widget_class "*Caja*." style "murrine-treeview-header" +widget_class "*Caja*." style "murrine-treeview-header" +widget_class "*Caja*." style "murrine-treeview-header" +widget_class "*Caja*." style "murrine-treeview-header" + +widget_class "*CajaPathBar*" style "caja-pathbar" +widget "*.caja-extra-view-widget" style : highest "caja-location" + +# workaround for toolbar dropdown menu and toolbar button +widget_class "*Caja*Toolbar*Button" style "caja-toolbar-button" +widget_class "*Caja*Toolbar*.." style "caja-toolbar-button" + diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/gmusicbrowser.rc b/desktop-themes/Green-Submarine/gtk-2.0/apps/gmusicbrowser.rc new file mode 100644 index 00000000..9ad14ee0 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/gmusicbrowser.rc @@ -0,0 +1,7 @@ +style "gmusicbrowser-handle" +{ + GtkPaned::handle-size = 1 +} + +widget "Shimmer Desktop.VBMain.HPMain" style "gmusicbrowser-handle" +widget_class "Shimmer Desktop.VBMain.VBTop.HBTop.*" style "murrine-toolbar" diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/panel.rc b/desktop-themes/Green-Submarine/gtk-2.0/apps/panel.rc new file mode 100644 index 00000000..c040ffc5 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/panel.rc @@ -0,0 +1,220 @@ +style "theme-panel" +{ + xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look. + ythickness = 0 + +# Disable for normal backgrounds and transparancy panel with dark DE backgrounds. +# bg_pixmap[NORMAL] = "/Panel/panel-bg.png" + + base[NORMAL] = @bg_color + base[PRELIGHT] = shade (1.06, @bg_color) + base[INSENSITIVE] = @bg_color + bg[NORMAL] = @bg_color_dark + bg[PRELIGHT] = shade (2.60, @bg_color_dark) +# bg[SELECTED] = shade (0.90, @selected_bg_color) + bg[INSENSITIVE] = @bg_color +# bg[ACTIVE] = shade (0.8, @bg_color_dark) + fg[NORMAL] = "#f5f5f5" + fg[PRELIGHT] = shade (1.20, @selected_bg_color) + fg[INSENSITIVE] = shade (0.75, @text_color_dark) + fg[ACTIVE] = "#f5f5f5" + text[NORMAL] = "#CFCFCF" + text[PRELIGHT] = shade (1.20, @selected_bg_color) + text[INSENSITIVE] = shade (0.75, @text_color_dark) + text[ACTIVE] = "#f5f5f5" + + engine "murrine" { + + } +} + +style "theme-panel-light" +{ + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = @fg_color + + engine "murrine" { + textstyle = 0 + roundness = 0 + } +} + +style "theme-panel-buttons" +{ + engine "pixmap" { + image { + function = BOX + recolorable = TRUE + state = NORMAL + } + image { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Panel/panel-button-hover.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = INSENSITIVE + } + image { + function = ARROW + recolorable = TRUE + arrow_direction = DOWN + } + } +} + +style "theme-panel-text" +{ + bg[NORMAL] = @bg_color_dark + fg[NORMAL] = "#f5f5f5" + fg[PRELIGHT] = shade (1.20, @selected_bg_color) + fg[INSENSITIVE] = shade (0.75, @text_color_dark) + fg[ACTIVE] = "#f5f5f5" + text[NORMAL] = "#f5f5f5" + text[PRELIGHT] = "#ffffff" + text[INSENSITIVE] = shade (0.75, @text_color_dark) + text[ACTIVE] = "#f5f5f5" +} + +style "theme-main-menu-text" = "theme-panel-text" +{ + bg[NORMAL] = @bg_color_dark + fg[NORMAL] = "#f5f5f5" + fg[PRELIGHT] = "#ffffff" + fg[INSENSITIVE] = shade (0.75, @text_color_dark) + fg[ACTIVE] = "#f5f5f5" + text[NORMAL] = "#f5f5f5" + text[PRELIGHT] = "#ffffff" + text[INSENSITIVE] = shade (0.75, @text_color_dark) + text[ACTIVE] = "#f5f5f5" +} + +style "theme-panel-handle" +{ + engine "pixmap" { + image { + function = HANDLE + } + image { + function = HANDLE + } + } +} + +style "workspace-switcher" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[PRELIGHT] = shade (1.2, @selected_bg_color) +} + +# syncronize panel menus +style "applet" +{ +} + +widget "*PanelWidget*" style "theme-panel" +#widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +widget "*indicator-applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Panel buttons +widget_class "*Panel*GtkToggleButton" style:highest "theme-panel-buttons" +#widget_class "*Panel*GtkButton" style:highest "theme-panel-buttons" + +widget "*WnckPager*" style "workspace-switcher" + +# syncronize panel menus +widget_class "*MatePanelAppletFrameDBus*" style "applet" +widget "*PanelApplet*" style "applet" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel-light" +widget_class "*Notif*Brasero*" style "theme-panel-light" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" + +# XFCE panel buttons +widget "*Xfce*Panel*Button*" style:highest "theme-panel-buttons" +class "*Xfce*Panel*Button*" style:highest "theme-panel-buttons" + +# lxpanel and fbpanel +widget "*.tclock.*" style "theme-panel" +widget "*.taskbar.*" style "theme-panel" +widget_class "*GtkBgbox*" style "theme-panel" + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Hide ugly handle +class "PanelAppletFrame" style:highest "theme-panel-handle" + +# The following removes the arrows from the panel + +style "panel-arrow-remove" { +engine "pixmap" { + image { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = UP + } + image { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +widget_class "*PanelToplevel*" style "panel-arrow-remove" + +# Fix xfce-notifyd button +style "xfce-notifyd-button" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color +} diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/pcmanfm.rc b/desktop-themes/Green-Submarine/gtk-2.0/apps/pcmanfm.rc new file mode 100644 index 00000000..8220d238 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/pcmanfm.rc @@ -0,0 +1,43 @@ +style "pcmanfm-sidebar" = "sidebar" { + font_name = "Regular" + + GtkTreeView::odd_row_color = @bg_color + GtkTreeView::even_row_color = @bg_color + + # these make the padding from left window edge a little more sane + GtkTreeView::vertical_separator = 4 + GtkTreeView::horizontal_separator = 15 + GtkTreeView::indent-expanders = 1 # 1 means TRUE + GtkTreeView::expander-size = 8 + GtkExpander::expander_spacing = 16 + GtkButton::image_spacing = 4 + + xthickness = 0 + ythickness = 1 +} + +# A little more vertical padding on the toolbar +style "pcman-padding" { + xthickness = 3 + ythickness = 3 +} + +# For the thin gray line separating the sidepane and viewpane +style "pcmanfm-handle" +{ + GtkPaned::handle-size = 1 + + engine "pixmap" { + image { + function = HANDLE + recolorable = TRUE + file = "Handles/handle-caja.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + } +} + +widget_class "*FmMainWin*GtkToolbar*" style "pcman-padding" +widget_class "*FmSidePane*" style "pcmanfm-sidebar" +widget "*FmMainWin*FmTabPage" style "pcmanfm-handle" diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc b/desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc new file mode 100644 index 00000000..2daace6a --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc @@ -0,0 +1,36 @@ +### Styles pluma. Removes the ugly frame etc. ### + +style "pluma-frame" { + engine "pixmap" { + image { + function = SHADOW + } + } +} + +style "pluma-statusbar" { + ythickness = 0 + + engine "pixmap" { + image + { + function = HANDLE + recolorable = TRUE + file = "Handles/resize-grip.png" + state = NORMAL + stretch = TRUE + border = { 0, 0, 1, 0 } + } + } +} + +style "pluma-notebook" = "murrine-notebook-bg" { + xthickness = 0 # Width of tabs and notebook borders. + ythickness = 1 # Height of tabs and notebook borders. +} + +widget_class "*Pluma*.*" style "pluma-frame" +widget_class "*Pluma*." style "murrine-thin" +widget_class "*Pluma*." style "pluma-notebook" +widget_class "*Pluma*.*" style:highest "murrine-default" +widget_class "*Pluma*.*" style "pluma-statusbar" diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/terminal.rc b/desktop-themes/Green-Submarine/gtk-2.0/apps/terminal.rc new file mode 100644 index 00000000..f1841d92 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/terminal.rc @@ -0,0 +1,69 @@ +style "terminal" +{ + + bg[NORMAL] = @bg_color + bg[ACTIVE] = @bg_color + bg[PRELIGHT] = @bg_color + bg[SELECTED] = @bg_color + base[NORMAL] = @bg_color +} + +style "terminal-scrollbar" = "scrollbar" +{ + +} + +style "terminal-screen" +{ + text[NORMAL] = @selected_fg_color + base[NORMAL] = "#343B27" + + TerminalScreen::background-darkness = 0.95 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal-screen" + +style "terminal-notebook" +{ + bg[NORMAL] = shade( 0.85, @sidebar_background) + bg[ACTIVE] = shade( 0.70, @sidebar_background) + fg[NORMAL] = shade (0.80, @text_color) # text selected tab + fg[ACTIVE] = shade( 0.28, @sidebar_background) # text unselected tab + + engine "murrine" + { + gradient_shades = {1.00,0.96,0.92,0.88} + highlight_shade = 1.03 + roundness = 0 + contrast = 0.0 + + ## things that don't work: + #glow_shade = 0.8 + #glowstyle = 2 + #focusstyle = 3 + #glazestyle = 3 + #border_shades = { 0.45, 2.5 } + #prelight_shade = 1.5 + } +} + +style "notebook-button" { + xthickness = 0 + ythickness = 0 + bg[ACTIVE] = shade (0.68, @sidebar_background) + bg[PRELIGHT] = shade (0.75, @sidebar_background) + engine "murrine" + { + gradient_shades = {1.00,1.00,1.00,1.00} + contrast = 0.6 + roundness = 0 + } +} + +class "*TerminalWindow" style "terminal" +widget_class "TerminalWindow*GtkNotebook" style "terminal-notebook" +widget_class "TerminalWindow**" style "terminal-notebook" +widget_class "TerminalWindow**" style "notebook-button" +# widget "*TerminalWindow.*.GtkVScrollbar" style "terminal-scrollbar" + + diff --git a/desktop-themes/Green-Submarine/gtk-2.0/apps/thunar.rc b/desktop-themes/Green-Submarine/gtk-2.0/apps/thunar.rc new file mode 100644 index 00000000..1c64e9c9 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/apps/thunar.rc @@ -0,0 +1,30 @@ +## Some additional thunar-specific theming +style "thunar-path-entry-increased-style" +{ + ThunarPathEntry::icon-size = 16 +} +class "ThunarPathEntry" style "thunar-path-entry-increased-style" + +style "thunar-location-buttons" +{ + ThunarLocationButtons::spacing = 0 +} +class "ThunarLocationButtons" style "thunar-location-buttons" + +style "sidepane" +{ + base[NORMAL] = @sidebar_background # backgroung + bg[NORMAL] = shade (0.91, @base_color) + bg[PRELIGHT] = @fg_color + + engine "murrine" + { + # gradient_shades = {1.00, 1.05, 1.05, 1.10} + contrast = 0.80 + } +} + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" + diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/Makefile.am b/desktop-themes/Green-Submarine/gtk-2.0/assets/Makefile.am new file mode 100644 index 00000000..42d80e39 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/assets/Makefile.am @@ -0,0 +1,32 @@ + +themedir = $(datadir)/themes/Green-Submarine/gtk-2.0/assets + +theme_DATA = \ + checkbox-checked-insensitive.png \ + checkbox-checked.png \ + checkbox-mixed-insensitive.png \ + checkbox-mixed.png \ + checkbox-unchecked-insensitive.png \ + checkbox-unchecked.png \ + handle.png \ + notebook-gap-bottom.png \ + notebook-gap-left.png \ + notebook-gap-right.png \ + notebook-gap-top.png \ + notebook.png \ + null.png \ + radio-mixed-insensitive.png \ + radio-mixed.png \ + radio-selected-insensitive.png \ + radio-selected.png \ + radio-unselected-insensitive.png \ + radio-unselected.png \ + resize-grip.png \ + resize-grip.svg \ + scroll-background.png \ + slider-horizontal.png \ + slider-vertical.png \ + toolbar.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 00000000..3ae980fe Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-checked.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 00000000..4829fc82 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-checked.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 00000000..a4c2e3ee Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed.png new file mode 100644 index 00000000..6654de23 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..e27c7f93 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 00000000..d905828d Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/handle.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/handle.png new file mode 100755 index 00000000..51978aed Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/handle.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-bottom.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-bottom.png new file mode 100755 index 00000000..70fffda8 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-bottom.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-left.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-left.png new file mode 100755 index 00000000..747c57b1 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-left.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-right.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-right.png new file mode 100755 index 00000000..04fd5dc4 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-right.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-top.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-top.png new file mode 100755 index 00000000..138f1cd9 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook-gap-top.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook.png new file mode 100755 index 00000000..e8f03f69 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/notebook.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/null.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/null.png new file mode 100755 index 00000000..a7627448 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/null.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png new file mode 100644 index 00000000..bc8e1b65 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-mixed.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-mixed.png new file mode 100644 index 00000000..5f62bdf7 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-mixed.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-selected-insensitive.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-selected-insensitive.png new file mode 100644 index 00000000..741b2e57 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-selected-insensitive.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-selected.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-selected.png new file mode 100644 index 00000000..3ffe271e Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-selected.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png new file mode 100644 index 00000000..44f80c55 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-unselected.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-unselected.png new file mode 100644 index 00000000..6a9d7753 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/radio-unselected.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/resize-grip.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/resize-grip.png new file mode 100644 index 00000000..387ec181 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/resize-grip.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/resize-grip.svg b/desktop-themes/Green-Submarine/gtk-2.0/assets/resize-grip.svg new file mode 100644 index 00000000..fa1f5872 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/assets/resize-grip.svg @@ -0,0 +1,117 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/scroll-background.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/scroll-background.png new file mode 100755 index 00000000..dbe3655a Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/scroll-background.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/slider-horizontal.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/slider-horizontal.png new file mode 100755 index 00000000..5ecd836d Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/slider-horizontal.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/slider-vertical.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/slider-vertical.png new file mode 100755 index 00000000..d9c06362 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/slider-vertical.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/assets/toolbar.png b/desktop-themes/Green-Submarine/gtk-2.0/assets/toolbar.png new file mode 100755 index 00000000..364f8962 Binary files /dev/null and b/desktop-themes/Green-Submarine/gtk-2.0/assets/toolbar.png differ diff --git a/desktop-themes/Green-Submarine/gtk-2.0/gtkrc b/desktop-themes/Green-Submarine/gtk-2.0/gtkrc new file mode 100644 index 00000000..814d9714 --- /dev/null +++ b/desktop-themes/Green-Submarine/gtk-2.0/gtkrc @@ -0,0 +1,1105 @@ +# Author: raveit65 +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# See the file COPYING for the full license text. + +# NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not. + +# These are the defined colors for the theme, you can change them in GNOME's appearance preferences. +gtk_color_scheme = "bg_color:#CBD9D4\nselected_bg_color:#72B49D\nbase_color:#FFF" # Background, base. +gtk_color_scheme = "fg_color:#101010\nselected_fg_color:#FFF\ntext_color:#1A1A1A" # Foreground, text. +gtk_color_scheme = "tooltip_bg_color:#DBFFF3\ntooltip_fg_color:#000000" # Tooltips. +gtk_color_scheme = "link_color:#00CC85" # Hyperlinks +gtk_color_scheme = "menu_color:#1F2724" # Color for menus. +gtk_color_scheme = "bg_color_dark:#1F2724\nfg_color_dark:#cccccc\ntext_color_dark:#E6E6E6" # Dark colors +gtk-color-scheme = "sidebar_background:#D2DFDA" + +### MISC ### +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-button-images = 0 # Enables icons in buttons +gtk-toolbar-style = 0 # Disables text in toolbar +gtk-auto-mnemonics = 1 # Disables ugly lines under menu items + +#################### +## Default Styles ## +#################### + +style "murrine-default" { + GnomeHRef ::link_color = @link_color + GtkHTML ::link-color = @link_color + GtkIMHtmlr ::hyperlink-color = @link_color + GtkIMHtml ::hyperlink-color = @link_color + GtkWidget ::link-color = @link_color + GtkWidget ::visited-link-color = @text_color + + GtkButton ::child-displacement-x = 1 + GtkButton ::child-displacement-y = 1 + GtkButton ::default-border = { 0, 0, 0, 0 } + GtkButtonBox ::child-min-height = 26 + GtkCheckButton ::indicator-size = 15 + + GtkWidget ::new-tooltip-style = 1 + GtkWidget ::focus-line-width = 1 + GtkWidget ::focus-padding = 0 # Keeping this at 0 prevents the Firefox tabs + # from jumping a few pixels when you create a new tab. + # Set the value locally if needed. + + GtkImage ::x-ayatana-indicator-dynamic = 1 + + GtkScale ::trough-side-details = 1 + +# GtkScrollbar ::has-backward-stepper = 0 +# GtkScrollbar ::has-forward-stepper = 0 + GtkScrollbar ::min-slider-length = 15 + GtkScrollbar ::slider-width = 13 + GtkScrollbar ::trough-border = 1 + GtkScrollbar ::activate-slider = 1 + + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbars-within-bevel = 0 + + GtkPaned ::handle-size = 2 + + GtkRange ::trough-border = 0 + GtkRange ::slider-width = 11 +# GtkRange ::stepper-size = 1 + GtkRange ::stepper_spacing = 0 + GtkRange ::trough-under-steppers = 0 + + GtkScale ::slider-length = 14 + GtkScale ::slider-width = 11 + GtkScale ::trough-side-details = 1 + + GtkExpander ::expander-size = 16 + GtkToolbar ::internal-padding = 0 + GtkTreeView ::expander-size = 6 + GtkTreeView ::indent-expanders = 1 + GtkTreeView ::vertical-separator = 1 + GtkNotebook ::tab-overlap = 0 + + GtkMenuBar ::internal-padding = 0 + GtkMenuBar ::window-dragging = 1 + #GtkToolbar ::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified. + #GtkMenuBar ::shadow-type = GTK_SHADOW_NONE # Makes menus flat and unified. + GtkMenuBar ::window-dragging = 1 + GtkMenu ::horizontal-padding = 0 + GtkMenu ::vertical-padding = 0 + GtkMenuItem ::horizontal-padding = 0 + GtkSeparatorMenuItem ::horizontal-padding = 7 + + 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 ::state-hint = 0 + GtkEntry ::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar ::min-horizontal-bar-height = 10 + GtkProgressBar ::min-vertical-bar-width = 10 + + # The little usefull gripper at the bottom right. + GtkWindow ::resize-grip-height = 10 + GtkWindow ::resize-grip-width = 10 + + xthickness = 1 + ythickness = 1 + + ### Color Definitions ### + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (1.04, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = darker (@bg_color) + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[ACTIVE] = shade (0.92, @selected_bg_color) + base[SELECTED] = shade (0.93, @selected_bg_color) + base[INSENSITIVE] = @bg_color + + ### Murrine Settings ### + + engine "murrine" { + animation = FALSE + arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows + border_shades = {1.0, 0.7} # gradient to draw on border + colorize_scrollbar = FALSE + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow + contrast = 0.4 # 0.8 for less contrast, more than 1.0 for more contrast on borders + default_button_color = shade (1.45, @selected_bg_color) + focus_color = @selected_bg_color + focusstyle = 3 + glazestyle = 1 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, + # 3 = top curved highlight, 4 = beryl highlight + gradient_shades = {1.1,1.1,0.95,0.95} # Sets the gradients on the widgets. + glowstyle = 4 # 0,1,2,3,4 + glow_shade = 1.1 + highlight_shade = 1.0 # set highlight amount for buttons or widgets + lightborder_shade = 1.1 # sets lightborder amount for buttons or widgets + lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 1 # 0 = nothing, 1 = dotted + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 2 # 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 + prelight_shade = .95 # shade level for scrollbar's slider, comboboxstyle(1), + # and prelight state with gradient_colors + reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, + # 4 = stronger shadow with gradient + rgba = FALSE # FALSE = disabled, TRUE = enabled + roundness = 2 # 0 = squared, 1 = old default, more will increase roundness + scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, + # 4 = diagonal stripes and handles, 5 = horizontal stripes, + # 6 = horizontal stripes and handles + separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators + sliderstyle = 0 # 0 = nothing added, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown + progressbarstyle = 0 # 0 = nothing, 1 = stripes, 2 = lines + shadow_shades = {0.5, 0.0} # gradient for shadows. + textstyle = 0 # 0 = normal text, 1 = inset + toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient + trough_shades = {0.98, 1.06} # draw gradient on trough of GtkScrollbar and GtkProgressbar + } +} + +### THEME MODULES ### + +style "murrine-dark" { + base[NORMAL] = @bg_color_dark + base[PRELIGHT] = shade (0.95, @bg_color_dark) + base[INSENSITIVE] = @bg_color_dark + bg[NORMAL] = @bg_color_dark + bg[PRELIGHT] = shade (0.90, @selected_bg_color) + bg[SELECTED] = shade (0.90, @selected_bg_color) + bg[INSENSITIVE] = @bg_color_dark + bg[ACTIVE] = shade (1.04, @bg_color_dark) + fg[NORMAL] = @fg_color_dark + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color_dark + fg[INSENSITIVE] = shade (0.75, @fg_color_dark) + text[NORMAL] = @fg_color_dark + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = @fg_color_dark + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.75, @fg_color_dark) +} + +style "murrine-thin" = "murrine-default" { xthickness = 0 ythickness = 0 } +style "murrine-wide" = "murrine-default" { xthickness = 2 ythickness = 2 } +style "murrine-wider" = "murrine-default" { xthickness = 3 ythickness = 3 } +style "murrine-widest" = "murrine-default" { xthickness = 4 ythickness = 4 } +style "murrine-thin-dark" = "murrine-dark" { xthickness = 0 ythickness = 0 } +style "murrine-wide-dark" = "murrine-dark" { xthickness = 2 ythickness = 2 } +style "murrine-wider-dark" = "murrine-dark" { xthickness = 3 ythickness = 3 } +style "murrine-widest-dark" = "murrine-dark" { xthickness = 4 ythickness = 4 } + +################### +## Widget Styles ## +################### + +style "murrine-button" = "murrine-wider" { + bg[NORMAL] = shade (0.95, @bg_color) + bg[PRELIGHT] = shade (1.45, @selected_bg_color) + bg[ACTIVE] = shade (0.85, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) + + fg[NORMAL] = shade (0.95, @fg_color) + fg[PRELIGHT] = shade (0.95, @selected_fg_color) + + engine "murrine" { + contrast = 0.85 + gradient_shades = {1.15,1.07,1.08,1.05} + border_shades = {1.10, 0.95} + lightborderstyle = 1 # 0 = top side, 1 = all sides + lightborder_shade = 1.1 + highlight_shade = 1.03 + roundness = 2 + focusstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, + # 3 = horizontal, 4 = centered glow + glowstyle = 0 + glow_shade = 1.25 + reliefstyle = 3 + textstyle = 1 + text_shade = 1.15 + } +} + +style "murrine-button-label" { + #fg[ACTIVE] = "#fff" + #fg[SELECTED] = "#fff" + #text[ACTIVE] = "#fff" + #text[SELECTED] = "#fff" +} + +style "murrine-checkradio-label" { + fg[ACTIVE] = @text_color # Forcing radiobutton-colored text in eclipse +} + +style "murrine-checkbutton" { + engine "pixmap" { + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = FLAT_BOX + recolorable = TRUE + stretch = TRUE + file = "assets/null.png" + } + } +} + +style "murrine-radiobutton" { + engine "pixmap" { + image { + function = OPTION + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unselected.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unselected.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unselected.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unselected-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/radio-selected.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-selected.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-selected.png" + overlay_stretch = FALSE + } + + + image { + function = OPTION + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-selected-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = FLAT_BOX + recolorable = TRUE + stretch = TRUE + file = "assets/null.png" + } + } +} + + +style "murrine-entry" = "murrine-wider" { + # ------- another entry ------------- + GtkWidget ::focus-line-width = 2 + GtkWidget ::focus-padding = 1 + # bg[ACTIVE] = shade (0.78, @bg_color) + # bg[NORMAL] = shade (2.20, @bg_color) + # bg[PRELIGHT] = shade (1.18, @selected_bg_color) + # bg[SELECTED] = shade (0.9, @selected_bg_color) + # bg[INSENSITIVE] = shade (0.98, @bg_color) + # ------- end another entry ---------- + + bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) + # unfocused text color in text boxes + text[ACTIVE] = @fg_color_dark + + engine "murrine" { + contrast = 0.6 + roundness = 2 + border_shades = {1.2, 1.0} + focusstyle = 3 + } +} + +style "murrine-toolbar-entry" = "entry" { # text + base[NORMAL] = shade(0.93, @base_color) + engine "murrine" { + contrast = 0.6 + border_shades = {1.2, 1.0} + focus_color = shade (1.0, @selected_bg_color) + } +} + +style "murrine-expander" { + bg[NORMAL] = "#FFF" + fg[NORMAL] = shade (2.0, @text_color) + fg[PRELIGHT] = shade (2.0, @text_color) + + engine "murrine" { + contrast = 1.2 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + } +} + +style "murrine-frame-title" { fg[NORMAL] = lighter (@fg_color) } + +style "murrine-menubar" = "murrine-wider-dark" { + + bg[NORMAL] = shade (1.00, @bg_color_dark) + fg[NORMAL] = @fg_color_dark + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + engine "murrine" { + gradient_shades = {1.00,0.97,0.97,0.94} + border_shades = {1.1, 0.9} + contrast = 1.0 + lightborderstyle = 1 + textstyle = 1 + text_shade = 0.8 + } +} + +style "murrine-menu" = "murrine-wider-dark" { + GtkMenuItem::arrow-scaling = 0.5 + + bg[NORMAL] = shade(0.88, @bg_color_dark) + bg[PRELIGHT] = shade(0.91, @bg_color_dark) + bg[SELECTED] = shade(1.00, @bg_color_dark) + fg[PRELIGHT] = shade (1.20, @selected_bg_color) # menu item selected + + engine "murrine" { + gradient_shades = {2.63,1.17,1.17,1.17} + border_shades = { 6.60, 6.50 } + roundness = 4 # 0 = squared + textstyle = 0 + } +} + +style "murrine-menu-item" = "murrine-wider-dark" { + fg[NORMAL] = shade (0.95, @fg_color_dark) # menu item normal + fg[INSENSITIVE] = mix(0.20, @fg_color_dark, @bg_color_dark) # menu item activated + fg[PRELIGHT] = shade (1.20, @selected_bg_color) # menu item selected + + text[NORMAL] = shade (0.94, @fg_color_dark) # Color check/radio menu + text[INSENSITIVE] = mix(0.20, @text_color_dark, @bg_color_dark) + text[PRELIGHT] = @selected_fg_color # Color check/radio menu + + bg[PRELIGHT] = shade (0.91, @bg_color_dark) + bg[SELECTED] = shade (1.00, @bg_color_dark) + + engine "murrine" { + gradient_shades = {2.63,1.17,1.17,1.17} + border_shades = { 6.60, 6.50 } + roundness = 4 + contrast = 0.8 # contrast separators + textstyle = 0 + #text_shade = 0.7 + } +} + +style "murrine-notebook-bg" { + xthickness = 0 # Width of tabs and notebook borders. + ythickness = 0 # Height of tabs and notebook borders. + + bg[NORMAL] = shade (1.1, @bg_color) # selected tab entire + bg[ACTIVE] = shade (0.97, @bg_color) # unselected tab + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) # disabled controls + + fg[NORMAL] = @text_color # text selected tab + fg[ACTIVE] = shade (1.25, @fg_color) # text unselected tab + fg[INSENSITIVE] = shade (1.35, @fg_color) +} + +style "murrine-notebook" = "murrine-notebook-bg" { + xthickness = 0 # Width of tabs and notebook borders. + ythickness = 0 # Height of tabs and notebook borders. + + engine "murrine" { + #gradient_shades = {1.10,0.98,0.92,0.85} + gradient_shades = {1.16,1.10,1.00,0.95} + lightborderstyle = 0 + lightborder_shade = 1.1 + contrast = 0.5 + highlight_shade = 1.03 + roundness = 2 + prelight_shade = 1.5 + # disable the ugly button look in tabs if focused + focusstyle = 0 + } +} + +style "murrine-notebook-button" = "murrine-notebook-bg" { + bg[NORMAL] = shade (0.96, @bg_color) + bg[PRELIGHT] = shade (2.75, @selected_bg_color) + bg[ACTIVE] = shade (1.01, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) + + fg[NORMAL] = shade (0.95, @fg_color) + fg[PRELIGHT] = shade (0.95, @fg_color) + + engine "murrine" { + contrast = 0.85 + gradient_shades = {1.15,1.07,1.08,1.05} + border_shades = {1.10, 0.95} + lightborderstyle = 1 # 0 = top side, 1 = all sides + lightborder_shade = 1.1 + highlight_shade = 1.03 + roundness = 2 + focusstyle = 0 + glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, + # 3 = horizontal, 4 = centered glow + glow_shade = 1.25 + reliefstyle = 3 + textstyle = 1 + text_shade = 1.15 + } +} + +style "murrine-progressbar" = "murrine-thin" { + xthickness = 0 + ythickness = 0 + + bg[SELECTED] = mix (0.80, @selected_bg_color, @bg_color) # down + + engine "murrine" { + gradient_shades = {0.90, 1.10, 1.10, 1.15} + border_shades = {0.8, 1.4} + roundness = 2 + glowstyle = 1 # 0 = top, 1 = bottom, 2 = top and bottom, + # 3 = horizontal, 4 = centered glow + glow_shade = 1.20 + } +} + +style "murrine-statusbar" = "murrine-wide" { + xthickness = 0 + engine "pixmap" + { + image + { + function = RESIZE_GRIP + recolorable = TRUE + state = NORMAL + detail = "statusbar" + overlay_file = "assets/resize-grip.png" + overlay_border = {0,0,0,0 } + overlay_stretch = FALSE + } + } +} + +style "murrine-scale" = "murrine-wider" { + bg[NORMAL] = shade (1.06, @bg_color) + bg[PRELIGHT] = shade (1.2, @bg_color) + bg[ACTIVE] = shade (0.85, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) + + engine "murrine" { + roundness = 7 + contrast = .8 + border_shades = {1.0, 1.0} + trough_shades = {1.06, 1.16} + } +} + +style "murrine-scrollbar" { + bg[NORMAL] = shade (0.90, @bg_color) + bg[SELECTED] = shade (0.6, @base_color) + bg[ACTIVE] = shade (0.8, @bg_color) + bg[PRELIGHT] = shade (0.8, @bg_color) + + engine "murrine" { + roundness = 8 + border_shades = {0.80, 0.80} + contrast = 0.0 + } +} + +style "murrine-overlay-scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "murrine-spinbutton" { + bg[NORMAL] = shade (0.94, @base_color) + fg[ACTIVE] = @text_color # Color for pressed-spinbuttons + + engine "murrine" { + contrast = 1.0 + border_shades = {1.2, 1.0} + #lightborder_shade = 1.00 + } +} + +style "murrine-toolbar" = "murrine-wider" { + bg[NORMAL] = shade (0.88, @bg_color_dark) + + fg[NORMAL] = @fg_color_dark + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @fg_color_dark + fg[SELECTED] = @fg_color_dark + + engine "murrine" { + separatorstyle = 0 + lightborderstyle = 0 + contrast = 1.0 # Adjusts the contrast of the lower edge of the toolbar + lightborder_shade = 1.0 # Adjusts the contrast of the edge of the toolbar + gradient_shades = {0.97, 1.00, 1.00, 1.00} + } +} + +style "murrine-toolbar-button" { + xthickness = 3 + ythickness = 2 + + bg[NORMAL] = shade(0.80, @bg_color_dark) + bg[PRELIGHT] = shade(0.91, @bg_color_dark) + bg[ACTIVE] = shade(0.76, @bg_color_dark) + bg[SELECTED] = shade(0.80, @selected_bg_color) + bg[INSENSITIVE] = shade(0.83, @bg_color_dark) + + fg[NORMAL] = @fg_color_dark + fg[PRELIGHT] = shade (1.20, @selected_bg_color) + fg[ACTIVE] = shade (1.20, @selected_bg_color) + fg[SELECTED] = shade (1.20, @selected_bg_color) + + text[NORMAL] = @fg_color_dark + text[PRELIGHT] = shade (1.20, @selected_bg_color) + text[ACTIVE] = shade (1.20, @selected_bg_color) + text[SELECTED] = shade (1.20, @selected_bg_color) + + engine "murrine" { + gradient_shades = {2.63,1.17,1.17,1.17} + border_shades = {5.10, 5.00} + contrast = 0.80 + roundness = 5 # 0 = squared + lightborderstyle = 1 + lightborder_shade = 1.1 + glow_shade = 1.0 + textstyle = 1 + text_shade = 1.15 + } +} + +# toolbar separator +style "murrine-toolbar-separator" { + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = shade (0.80, @bg_color) + engine "murrine" { + border_shades = {0.80, 0.80} + contrast = 0.3 + lightborder_shade = 1.1 + } +} + +style "murrine-tooltips" = "murrine-wider" { + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + + GtkWidget::new-tooltip-style = 0 + + engine "murrine" { + border_colors = { "#080808", "#080808" } + } +} + +style "murrine-treeview" { + base[SELECTED] = shade (1.00, @selected_bg_color) # selection row focused + base[ACTIVE] = shade (1.00, @selected_bg_color) # selection row unfocused + + fg[NORMAL] = shade (1.00, @fg_color) # header txt color + + bg[SELECTED] = shade (1.00, @selected_bg_color) # backgr mini-checkbox checked + text[NORMAL] = shade (1.05, @fg_color) # txt+indicador checked normal + text[SELECTED] = @selected_fg_color # txt+indicador selected focused + text[ACTIVE] = @selected_fg_color # txt+indicador selected unfocused + + engine "murrine" { + gradient_shades = {1.00, 1.05, 1.05, 1.10} + separatorstyle = 0 + contrast = 0.75 + } +} + +style "murrine-treeview-header" = "murrine-button" { + ythickness = 1 + GtkWidget ::focus-padding = 0 + + bg[NORMAL] = shade (0.91, @base_color) + bg[PRELIGHT] = shade (0.91, @base_color) + bg[INSENSITIVE] = shade (0.88, @base_color) + bg[ACTIVE] = shade( 1.00, @selected_bg_color) + + engine "murrine" { + + gradient_shades = {1.10,1.05,1.03,1.00} + contrast = 0.75 + lightborderstyle = 1 + roundness = 0 # This makes treeview progressbars square + textstyle = 1 + text_shade = 1.15 + glow_shade = 1.0 + prelight_shade = 1.9 + + } +} + +style "murrine-checkradio" { + xthickness = 3 + ythickness = 3 + + base[NORMAL] = shade (1.02, @bg_color) # radiocheck normal + bg[SELECTED] = shade (1.00, @bg_color) # radiocheck color checked + + bg[ACTIVE] = shade (0.90, @bg_color) # button option selected + bg[NORMAL] = shade (0.91, @bg_color) + bg[PRELIGHT] = shade (1.00, @bg_color) + bg[INSENSITIVE] = shade (0.93, @bg_color) + + text[NORMAL] = shade (0.80, @selected_bg_color) # indicador normal + text[PRELIGHT] = shade (0.80, @selected_bg_color) # indicador hover + text[ACTIVE] = shade (0.80, @selected_bg_color) # indicador click + + engine "murrine" { + contrast = 1.00 + # gradient_shades = {1.30,1.08,0.98,0.98} + gradient_shades = {1.25, 1.00, 0.88, 1.05} + lightborderstyle = 0 + lightborder_shade = 0.90 + textstyle = 0 + } +} + +style "murrine-separator" = "murrine-wide" { + engine "murrine" { + contrast = 0.4 + } +} +class "GtkSeparator" style "murrine-separator" + +# for file-manager +style "murrine-handle" { + +} + +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + + +widget "MozillaGtkWidget*" style "ff-default" + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# Murrine default style is applied to every widget. +class "GtkWidget" style "murrine-default" + +# Increase the x/ythickness in some widgets. +class "GtkFrame" style "murrine-wide" +class "GtkEntry" style "murrine-entry" +class "GtkSeparator" style "murrine-wide" +class "GtkCalendar" style "murrine-wide" +class "GtkInfoBar" style "murrine-default" +class "GtkIconView" style "murrine-default" + +class "GtkSpinButton" style "murrine-spinbutton" +class "GtkScale" style "murrine-scale" +class "GtkVScale" style "murrine-scale" +class "GtkHScale" style "murrine-scale" + +class "GtkScrollbar" style "murrine-scrollbar" +class "GtkVScrollbar" style "murrine-scrollbar" +class "GtkHScrollbar" style "murrine-scrollbar" +# Overlay scrollbar +widget_class "*" style "murrine-overlay-scrollbar" +widget_class "*" style "murrine-overlay-scrollbar" +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*" style "murrine-button" +widget_class "**" style "murrine-button-label" + +widget_class "*" style "murrine-notebook" +widget_class "**" style "murrine-notebook" +widget_class "**" style "murrine-notebook" +widget_class "**" style "murrine-notebook" +widget_class "**" style "murrine-notebook" + +widget_class "**" style "murrine-menubar" +widget_class "**" style "murrine-menu" +widget_class "*.*" style "murrine-menu-item" + +widget_class "*" style "murrine-toolbar" +widget_class "*" style "murrine-toolbar" +widget_class "*.*.*" style "murrine-toolbar-button" +widget_class "*.*.*" style "murrine-toolbar-entry" +class "GtkSeparatorToolItem" style "murrine-toolbar-separator" + +# This is not perfect, it could be done better (That is modify *every* widget +# in the notebook, and change those back that we really don't want changed) +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-button" +widget_class "***" style "murrine-notebook-button" + +widget_class "*.." style "murrine-frame-title" +widget_class "*.*" style "murrine-treeview" + +class "*GtkExpander*" style "murrine-expander" + +widget_class "*" style "murrine-progressbar" +widget_class "*" style "murrine-progressbar" + +# Treeview header +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" + +################################ +# FIXME: This will not work if one embeds eg. a button into the tooltip. +################################ +widget "gtk-tooltip*" style "murrine-tooltips" + +########################################################################## +# Radiobutton and Checkbox +########################################################################## +widget_class "**" style "murrine-checkbutton" +widget_class "**" style:highest "murrine-checkradio-label" + +widget_class "**" style "murrine-checkradio" +widget_class "***" style:highest "murrine-radiobutton" +widget_class "***" style:highest "murrine-radiobutton" +widget_class "***" style:highest "murrine-radiobutton" +widget_class "**" style:highest "murrine-checkradio-label" + +widget_class "**" style "murrine-statusbar" + +# for file-manager pane +class "GtkPaned" style "murrine-handle" + +################################################### +# SPECIAL CASES AND WORKAROUNDS +################################################### + +# Firefox +style "FireFox-MenuBar" = "menubar" { + GtkMenuBar::shadow-type = GTK_SHADOW_NONE +} +widget "MozillaGtkWidget*GtkMenuBar" style "FireFox-MenuBar" +widget "MozillaGtkWidget*GtkCheck*" style:highest "murrine-checkbutton" +widget "MozillaGtkWidget*GtkRadio*" style:highest "murrine-radiobutton" + + +# For Google Chrome/Chromium integration. +style "chrome-gtk-frame" { + ChromeGtkFrame::frame-gradient-size = 120 + ChromeGtkFrame::frame-gradient-color = @bg_color_dark + ChromeGtkFrame::inactive-frame-gradient-color = @bg_color_dark + ChromeGtkFrame::frame-color = @bg_color_dark + ChromeGtkFrame::inactive-frame-color = @bg_color_dark + ChromeGtkFrame::incognito-frame-color = @bg_color_dark + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color_dark + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color_dark + ChromeGtkFrame::incognito-inactive-frame-gradient-color = @bg_color_dark + + ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.87, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = shade (0.80, @bg_color) +} +class "ChromeGtkFrame" style "chrome-gtk-frame" + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @text_color_dark + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @text_color_dark + text[INSENSITIVE] = shade (0.75, @text_color_dark) +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.." style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +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. +widget_class "**" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*" style "fg_is_text_color_workaround" + +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "murrine-wide" + +# For gvim scrollbars. +style "vim-scrollbar" = "scrollbar" { + GtkScrollbar ::slider_width = 16 + GtkScrollbar ::stepper_size = 16 + + engine "pixmap" { + image { + function = BOX + orientation = VERTICAL + file = "assets/scroll-background.png" + } + } +} + +widget "vim-main-window.*Scrollbar*" style "vim-scrollbar" + +# For Eclipse (swt) toolbars. +widget "*swt*toolbar*" style "murrine-toolbar" + + +# --------------------------------- +# Xfce panel theming +# --------------------------------- +style "xfce-panel" { + fg[NORMAL] = @fg_color_dark + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + bg[NORMAL] = shade (1.00, @bg_color_dark) + bg[PRELIGHT] = shade (0.80, @bg_color_dark) + bg[ACTIVE] = shade (0.50, @bg_color_dark) + bg[SELECTED] = shade (1.20, @selected_bg_color) + engine "murrine" { + gradient_shades = {0.80, 0.85, 0.95, 1.00} + roundness = 2 + contrast = 0.2 + } + xthickness = 3 + ythickness = 3 +} +widget "*Xfce*Panel*" style "xfce-panel" +class "*Xfce*Panel*" style "xfce-panel" + +# XFCE desktop icon text looks weird when murrine textstyle is on. +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconVIew::ellipsize-icon-labels = 1 + + XfdesktopIconView::shadow-x-offset = 1 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-x-offset = 1 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-color = "#000000" + + XfdesktopIconView::cell-spacing = 0 + XfdesktopIconView::cell-padding = 0 + XfdesktopIconView::cell-text-width-proportion = 2 + + base[NORMAL] = @selected_bg_color + base[SELECTED] = @selected_bg_color + base[ACTIVE] = @selected_bg_color + + fg[NORMAL] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# widget "xfwm4-tabwin*" style "murrine-dark" + +# Various performance fixes if murrine textstyle is on by default in the theme. +style "performance-fix" { + engine "murrine" { + textstyle = 0 + contrast = 0.5 + } +} + +widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape +widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp +widget_class "*GimpToolbox*" style "performance-fix" +widget_class "*GimpMenuDock*" style "performance-fix" +widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice +widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.) + +### EXTERNAL FILES ### +include "apps/thunar.rc" # thunar especific +include "apps/terminal.rc" +include "apps/gmusicbrowser.rc" +include "apps/caja.rc" # Caja styling +include "apps/panel.rc" # Mate-panel styling +include "apps/pluma.rc" # Pluma styling +include "apps/pcmanfm.rc" # PCManFM styling -- cgit v1.2.1