From 4371df8906c95ec585df433b69b0c24b53d8fe60 Mon Sep 17 00:00:00 2001 From: raveit Date: Mon, 18 Mar 2013 01:27:33 +0100 Subject: add Menta theme organized configure.ac --- desktop-themes/Menta/gtk-2.0/apps/pluma.rc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 desktop-themes/Menta/gtk-2.0/apps/pluma.rc (limited to 'desktop-themes/Menta/gtk-2.0/apps/pluma.rc') diff --git a/desktop-themes/Menta/gtk-2.0/apps/pluma.rc b/desktop-themes/Menta/gtk-2.0/apps/pluma.rc new file mode 100644 index 00000000..4ed9069c --- /dev/null +++ b/desktop-themes/Menta/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