summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-2.0/apps/pluma.rc
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-03-18 03:15:46 -0700
committerStefano Karapetsas <[email protected]>2013-03-18 03:15:46 -0700
commitacad4ff42ca610fbd15fe20f37da54577b6a1aa0 (patch)
treeebe3c208773deb90ecc1e729d898418b8c7a40f7 /desktop-themes/Menta/gtk-2.0/apps/pluma.rc
parentd812f181c90c76b58117bba8de926ee3faf79840 (diff)
parent4371df8906c95ec585df433b69b0c24b53d8fe60 (diff)
downloadmate-themes-acad4ff42ca610fbd15fe20f37da54577b6a1aa0.tar.bz2
mate-themes-acad4ff42ca610fbd15fe20f37da54577b6a1aa0.tar.xz
Merge pull request #23 from NiceandGently/master
add Menta theme
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/apps/pluma.rc')
-rw-r--r--desktop-themes/Menta/gtk-2.0/apps/pluma.rc24
1 files changed, 24 insertions, 0 deletions
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*.<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"