diff options
author | raveit65 <[email protected]> | 2015-07-04 17:23:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-04 17:23:09 +0200 |
commit | a122d92d99e7144a0e75975dea296479bf33aab1 (patch) | |
tree | 8548075a2fdfaedd3d2ce40e29fb125ffb6552f8 /desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc | |
parent | 440a281576f3ce40418fd63917bed701071abd90 (diff) | |
download | mate-themes-a122d92d99e7144a0e75975dea296479bf33aab1.tar.bz2 mate-themes-a122d92d99e7144a0e75975dea296479bf33aab1.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.rc | 36 |
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" |