From dab4efdee3037a333c7df963926c5885b7b3cc08 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 4 Jul 2015 17:33:49 +0200 Subject: add gtk-2/3 BlueSubmarine and Green-Submarine themes from mate-themes-extras --- .../Blue-Submarine/gtk-2.0/apps/pluma.rc | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc (limited to 'desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc') diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc new file mode 100644 index 00000000..2daace6a --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/pluma.rc @@ -0,0 +1,36 @@ +### Styles pluma. Removes the ugly frame etc. ### + +style "pluma-frame" { + engine "pixmap" { + image { + function = SHADOW + } + } +} + +style "pluma-statusbar" { + ythickness = 0 + + engine "pixmap" { + image + { + function = HANDLE + recolorable = TRUE + file = "Handles/resize-grip.png" + state = NORMAL + stretch = TRUE + border = { 0, 0, 1, 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