From faefa0685d6ad3f8aaa3b39bd3fd855214d2a590 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 --- .../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 .../Blue-Submarine/gtk-2.0/apps/Makefile.am | 21 ++ .../Blue-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 .../Blue-Submarine/gtk-2.0/apps/Panel/handle-h.png | Bin 0 -> 142 bytes .../Blue-Submarine/gtk-2.0/apps/Panel/handle-v.png | Bin 0 -> 142 bytes .../Blue-Submarine/gtk-2.0/apps/Panel/panel-bg.png | Bin 0 -> 3758 bytes .../gtk-2.0/apps/Panel/panel-button-active.png | Bin 0 -> 341 bytes .../gtk-2.0/apps/Panel/panel-button-hover.png | Bin 0 -> 277 bytes .../gtk-2.0/apps/Panel/panel-button-inactive.png | Bin 0 -> 166 bytes desktop-themes/Blue-Submarine/gtk-2.0/apps/caja.rc | 138 +++++++++++++ .../Blue-Submarine/gtk-2.0/apps/gmusicbrowser.rc | 7 + .../Blue-Submarine/gtk-2.0/apps/panel.rc | 219 +++++++++++++++++++++ .../Blue-Submarine/gtk-2.0/apps/pcmanfm.rc | 43 ++++ .../Blue-Submarine/gtk-2.0/apps/pluma.rc | 36 ++++ .../Blue-Submarine/gtk-2.0/apps/terminal.rc | 69 +++++++ .../Blue-Submarine/gtk-2.0/apps/thunar.rc | 30 +++ 20 files changed, 587 insertions(+) create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile.am create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/handle-caja.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/resize-grip.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile.am create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-blank.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-down.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-h.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-v.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-bg.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-active.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/caja.rc create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/gmusicbrowser.rc create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/panel.rc create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/terminal.rc create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/thunar.rc (limited to 'desktop-themes/Blue-Submarine/gtk-2.0/apps') diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile.am b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile.am new file mode 100644 index 00000000..5aba037c --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile.am @@ -0,0 +1,9 @@ + +themedir = $(datadir)/themes/Blue-Submarine/gtk-2.0/apps/Handles + +theme_DATA = \ + handle-caja.png \ + resize-grip.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/handle-caja.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/handle-caja.png new file mode 100644 index 00000000..0fbb411a Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/handle-caja.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/resize-grip.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/resize-grip.png new file mode 100644 index 00000000..387ec181 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/resize-grip.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile.am b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile.am new file mode 100644 index 00000000..ecc5ca97 --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile.am @@ -0,0 +1,21 @@ + +themedir = $(datadir)/themes/Blue-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/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am new file mode 100644 index 00000000..4996d789 --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am @@ -0,0 +1,15 @@ + +themedir = $(datadir)/themes/Blue-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/Blue-Submarine/gtk-2.0/apps/Panel/arrow-blank.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-blank.png new file mode 100644 index 00000000..6b9c03d3 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-blank.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-down.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-down.png new file mode 100644 index 00000000..6b9c03d3 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-down.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-h.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-h.png new file mode 100644 index 00000000..7bdf6495 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-h.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-v.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-v.png new file mode 100644 index 00000000..6e8eba14 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-v.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-bg.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-bg.png new file mode 100644 index 00000000..24e7ea7f Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-bg.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-active.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-active.png new file mode 100644 index 00000000..5869b63c Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-active.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png new file mode 100644 index 00000000..963e5b89 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png b/desktop-themes/Blue-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/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/caja.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/caja.rc new file mode 100644 index 00000000..c40e145f --- /dev/null +++ b/desktop-themes/Blue-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] = @selected_fg_color + fg[ACTIVE] = @fg_color_dark + fg[SELECTED] = @fg_color_dark + + text[NORMAL] = @fg_color_dark + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = @fg_color_dark + text[SELECTED] = @fg_color_dark + + 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/Blue-Submarine/gtk-2.0/apps/gmusicbrowser.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/gmusicbrowser.rc new file mode 100644 index 00000000..9ad14ee0 --- /dev/null +++ b/desktop-themes/Blue-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/Blue-Submarine/gtk-2.0/apps/panel.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/panel.rc new file mode 100644 index 00000000..475f0b22 --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/panel.rc @@ -0,0 +1,219 @@ +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.60, @selected_bg_color) + fg[INSENSITIVE] = shade (0.75, @text_color_dark) + fg[ACTIVE] = "#f5f5f5" + text[NORMAL] = "#CFCFCF" + text[PRELIGHT] = shade (1.60, @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.60, @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.1, @selected_bg_color) + bg[PRELIGHT] = shade (1.4, @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" +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" + +# Panel buttons +widget_class "*Panel*GtkToggleButton" style:highest "theme-panel-buttons" +#widget_class "*Panel*GtkButton" style:highest "theme-panel-buttons" + +# 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/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc new file mode 100644 index 00000000..8220d238 --- /dev/null +++ b/desktop-themes/Blue-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/Blue-Submarine/gtk-2.0/apps/pluma.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc new file mode 100644 index 00000000..2daace6a --- /dev/null +++ b/desktop-themes/Blue-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/Blue-Submarine/gtk-2.0/apps/terminal.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/terminal.rc new file mode 100644 index 00000000..5fa842a7 --- /dev/null +++ b/desktop-themes/Blue-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] = "#32424C" + + 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/Blue-Submarine/gtk-2.0/apps/thunar.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/thunar.rc new file mode 100644 index 00000000..1c64e9c9 --- /dev/null +++ b/desktop-themes/Blue-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" + -- cgit v1.2.1