summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-2.0/apps
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-2.0/apps')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile.am9
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/handle-caja.pngbin0 -> 178 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/resize-grip.pngbin0 -> 411 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile.am21
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am15
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-blank.pngbin0 -> 373 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-down.pngbin0 -> 373 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-h.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-v.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-bg.pngbin0 -> 3758 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-active.pngbin0 -> 341 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-hover.pngbin0 -> 277 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.pngbin0 -> 166 bytes
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/caja.rc138
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/gmusicbrowser.rc7
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/panel.rc219
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc43
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc36
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/terminal.rc69
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/thunar.rc30
20 files changed, 587 insertions, 0 deletions
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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/handle-caja.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/resize-grip.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-blank.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-down.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-h.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-v.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-bg.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-active.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png
Binary files 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
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png
Binary files 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*<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
+widget_class "*Caja*<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
+widget_class "*Caja*<GtkList>.<GtkButton>" style "murrine-treeview-header"
+widget_class "*Caja*<GtkCList>.<GtkButton>" 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*.<GtkComboBox>.<GtkCellView>" 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*<GtkMenuBar>*" 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*.<GtkFrame>*" style "pluma-frame"
+widget_class "*Pluma*.<GtkScrolledWindow>" style "murrine-thin"
+widget_class "*Pluma*.<GtkNotebook>" style "pluma-notebook"
+widget_class "*Pluma*.<GtkArrow>*" style:highest "murrine-default"
+widget_class "*Pluma*.<GtkStatusbar>*" 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*<GtkNotebook>*<GtkLabel>" style "terminal-notebook"
+widget_class "TerminalWindow*<GtkNotebook>*<GtkButton>" 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"
+