summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-04 17:09:49 +0200
committerraveit65 <[email protected]>2015-07-04 17:09:49 +0200
commit3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72 (patch)
treef2ab19e3337a8b0fbd7436022d657d57970285bd /desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc
parent9f39ea680db4a190de23263ffe0408f078ecd38a (diff)
downloadmate-themes-3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72.tar.bz2
mate-themes-3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72.tar.xz
add gtk-2/3 BlueSubmarine and Green-Submarine themes from mate-themes-extras
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc')
-rw-r--r--desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc36
1 files changed, 36 insertions, 0 deletions
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*.<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"