summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta-Blue/gtk-2.0/apps/pluma.rc
blob: 4ed9069c61af67172d95df9dc9ede891dc8d4498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"