Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/resources/gtkrc
blob: 7295b788a60772d00b008567dbd5d5569ae3a18f (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
style "mamabutton"
{
  color["focus_line"] = "#027F01"
  bg[NORMAL] = "#027F01"
  bg[ACTIVE] = "#026002"
}

style "mamacombo"
{
  color["focus_line"] = "#027F01"
  bg[NORMAL] = "#027F01"
  bg[ACTIVE] = "#026002"
}

style "mamanotebook"
{
  fg[NORMAL] = "#FFFFFF"
  fg[ACTIVE] = "#FFFFFF"
  fg[PRELIGHT] = "#FFFFFF"
  bg[NORMAL] = "#027F01"
  bg[ACTIVE] = "#026002"
}

style "fixframe"
{  
  bg[NORMAL] = "#808080"
}


widget       "*GtkButton*"     style "mamabutton"
widget_class "*<GtkComboBox>*" style "mamacombo"
widget_class "*<GtkNotebook>"  style "mamanotebook"
widget       "*ComboBox*"      style "fixframe"