From fb53293a3aabed4cf9af84a93a418342bef54a85 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Nov 2013 13:22:05 +0100 Subject: rename Menta-Blue to BlueMenta --- desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc (limited to 'desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc') 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*.*" style "pluma-frame" +widget_class "*Pluma*." style "murrine-thin" +widget_class "*Pluma*." style "pluma-notebook" +widget_class "*Pluma*.*" style:highest "murrine-default" +widget_class "*Pluma*.*" style "pluma-statusbar" -- cgit v1.2.1