diff options
author | raveit65 <[email protected]> | 2013-11-15 13:22:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-11-15 13:22:05 +0100 |
commit | fb53293a3aabed4cf9af84a93a418342bef54a85 (patch) | |
tree | a16ac0d652984617615cdcaa243791de3829d09f /desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc | |
parent | 8a12f753caec2f394ab92fbe47789c25de9874a8 (diff) | |
download | mate-themes-fb53293a3aabed4cf9af84a93a418342bef54a85.tar.bz2 mate-themes-fb53293a3aabed4cf9af84a93a418342bef54a85.tar.xz |
rename Menta-Blue to BlueMenta
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc new file mode 100644 index 00000000..4ed9069c --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc @@ -0,0 +1,24 @@ +### Styles pluma. Removes the ugly frame etc. ### + +style "pluma-frame" { + engine "pixmap" { + image { + function = SHADOW + } + } +} + +style "pluma-statusbar" { + ythickness = 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" |