aboutsummaryrefslogtreecommitdiffstats
path: root/data/gtkrc
blob: af65ed37dcf76083a22e316815a1f68b2a1648ff (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Sato GTK+ theme

# Colours:
#   green: 72d115
#   dark gray: cbccc9
#   light gray: eeeeec

gtk_button_images = 0
gtk_menu_images = 0

style "default"
{

	xthickness = 2
	ythickness = 2

	GtkRange::trough_border = 0
	GtkScrollbar::slider_width = 32
	GtkScrollbar::stepper_size = 32
	GtkScale::trough_border = 2
	
	GtkWidget::focus_line_width = 2
	GtkWidget::focus_padding = 0
	
	GtkButton::default_border = {0, 0, 0, 0}

	GtkToolbar::internal_padding = 2

	GtkCheckButton::indicator_size = 18

	fg [NORMAL] = "#555753"
	fg [PRELIGHT] = "#555753"
	fg [ACTIVE] = "#555753"
	fg [INSENSITIVE] = "#555753"
	fg [SELECTED] = "white"

	bg [NORMAL] = "#eeeeec"
	bg [PRELIGHT] = "#eeeeec"
	bg [ACTIVE] = "#72d115"
	bg [INSENSITIVE] = "#eeeeec"
	bg [SELECTED] = "#72d115"

	text [NORMAL] = "#555753"
	text [PRELIGHT] = "#555753"
	text [ACTIVE] = "#555753"

	base [SELECTED] = "#73d216"
	base [ACTIVE] = "#73d216"

	engine "sato-engine" {}
}

class "GtkWidget" style "default"


style "menubar"
{
	bg [NORMAL] = "#cbccc9"
}

widget_class "*GtkMenuBar" style "menubar"

style "scrollbar"
{
	bg[NORMAL] = "#72d115"
	bg[PRELIGHT] = "#72d115"
	bg[ACTIVE] = "#73d216"
}
class "GtkScrollbar" style "scrollbar"

style "button"
{
	bg[NORMAL] = "#72d115"
	bg[PRELIGHT] = "#72d115"
	bg[ACTIVE] = "#72d115"
}
widget_class "*GtkButton*" style "button"
widget_class "*GtkComboBox*" style "button"
class "GtkMenuItem" style "button"

#
# Panel
#

style "matchbox-panel" 
{
  bg_pixmap[NORMAL] = "titlebar-panel-background.png"
}
widget "MatchboxPanel" style "matchbox-panel"

style "matchbox-panel-horizontal"
{
  xthickness = 8
  ythickness = 0
}
widget "MatchboxPanelFrameHorizontal" style "matchbox-panel-horizontal"

style "matchbox-panel-vertical"
{
  xthickness = 0
  ythickness = 8
}
widget "MatchboxPanelFrameVertical" style "matchbox-panel-vertical"

style "matchbox-panel-applet"
{
  bg_pixmap[NORMAL] = "titlebar-panel-applet-background.png"
}
widget "MatchboxPanelWindowSelector" style "matchbox-panel-applet"