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:33:49 +0200
committerraveit65 <[email protected]>2015-07-04 17:33:49 +0200
commitdab4efdee3037a333c7df963926c5885b7b3cc08 (patch)
tree9da4787702d83a90539563ea52c74b5d88c86ede /desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc
parentf3df31a6699cb8c86bf181967c02aad676a1aa84 (diff)
downloadmate-themes-dab4efdee3037a333c7df963926c5885b7b3cc08.tar.bz2
mate-themes-dab4efdee3037a333c7df963926c5885b7b3cc08.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"