diff options
Diffstat (limited to 'desktop-themes/Menta-Blue/gtk-2.0/apps/pluma.rc')
-rw-r--r-- | desktop-themes/Menta-Blue/gtk-2.0/apps/pluma.rc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/apps/pluma.rc b/desktop-themes/Menta-Blue/gtk-2.0/apps/pluma.rc deleted file mode 100644 index 4ed9069c..00000000 --- a/desktop-themes/Menta-Blue/gtk-2.0/apps/pluma.rc +++ /dev/null @@ -1,24 +0,0 @@ -### 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" |