summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-04 16:55:41 +0200
committerraveit65 <[email protected]>2015-07-04 16:56:47 +0200
commit3e3584a9cbfad011dbbbc6ddb707c9743d587db4 (patch)
tree9d81f4eab0a4c62b416be71b5f2ca93e81a75697 /desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc
parent12ea85a4c76c1f3e249eb82ad82bfdd77878363e (diff)
downloadmate-themes-3e3584a9cbfad011dbbbc6ddb707c9743d587db4.tar.bz2
mate-themes-3e3584a9cbfad011dbbbc6ddb707c9743d587db4.tar.xz
add gtk-2/3 BlueSubmarine and Green-Submarine themes from mate-themes-extras
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc36
1 files changed, 36 insertions, 0 deletions
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"