Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk-engine/theme/gtkrc
blob: 4303a10f894cdbe42d8fb963bbbd559961c2bf0f (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
style "olpc-default"
{
  bg[NORMAL] = "#adf03e"
  bg[ACTIVE] = "#e8f0dc"
  
  engine "olpc" 
  {
  }
}

style "olpc-window" = "olpc-default"
{
    engine "olpc"
    {
		top-color = "#a9e351"
		bottom-color = "#f7fcef"
    }
}

style "olpc-button" = "olpc-default"
{
	fg[NORMAL] = "#FFFFFF"

    engine "olpc"
    {
		top-color = "#adf03e"
		bottom-color = "#9ad637"
    }
}

style "olpc-button-label" = "olpc-default"
{
	fg[NORMAL] = "#FFFFFF"
}

style "olpc-toolbar" = "olpc-default"
{
	bg[NORMAL] = "#f1fae3"
}

style "olpc-entry" = "olpc-default"
{
	fg[NORMAL] = "#adf03e"
}

style "olpc-scrolled-window" = "olpc-default"
{
	fg[NORMAL] = "#bfc1c0"
}

class "GtkWidget" style "olpc-default"
class "GtkWindow" style "olpc-window"
class "GtkButton" style "olpc-button"
class "GtkToolbar" style "olpc-toolbar"
class "GtkEntry" style "olpc-entry"
class "GtkScrolledWindow" style "olpc-scrolled-window"

widget_class "*.GtkButton.GtkLabel" style "olpc-button-label"