diff options
author | raveit65 <[email protected]> | 2015-07-04 16:55:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-04 16:55:41 +0200 |
commit | faefa0685d6ad3f8aaa3b39bd3fd855214d2a590 (patch) | |
tree | d248759490c201042d57824a129231740ad774a9 /desktop-themes/Green-Submarine/gtk-2.0/apps/pluma.rc | |
parent | f7e7890f0ce4e3d315475f4d952206f37e7e8cc4 (diff) | |
download | mate-themes-faefa0685d6ad3f8aaa3b39bd3fd855214d2a590.tar.bz2 mate-themes-faefa0685d6ad3f8aaa3b39bd3fd855214d2a590.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.rc | 36 |
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" |