summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-2.0/Styles/caja.rc
blob: 8b59871ae671f296b7fa6c6aa379f714e446a0e1 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##########################################
# CAJA	
##########################################
gtk_color_scheme = "fg_color:#101010\nbg_color:#4D4D4D"

style "caja-sidebar"
{

#	text[NORMAL] = @fg_color
	base[NORMAL] = @bg_color
	font_name = "Regular"

	GtkTreeView::odd_row_color = @bg_color
	GtkTreeView::even_row_color = @bg_color

      # padding from the left edge
	GtkTreeView::horizontal_separator = 15
      	xthickness = 0
	ythickness = 0
}

style "caja-view"
{
	xthickness		= 0
	ythickness		= 0
	bg[NORMAL]	= @bg_color
	base[NORMAL]	= @bg_color
}

style "caja-statusbar"
{
	bg[NORMAL]  = mix (0.60, shade (1.05, "#454548"), "#454548")
	xthickness		= 4
	ythickness		= 1
}

style "caja-location" {

	bg[NORMAL]  = mix (0.60, shade (1.05, @bg_color), @bg_color)
}

# CAJA
widget_class	"*Caja*Places*Sidebar*"	style "caja-sidebar"
widget_class	"*Caja*View*"		style "caja-view"
widget_class	"*Caja*Statusbar*"		style "caja-statusbar"
widget "*.caja-extra-view-widget" 		style : highest "caja-location"