Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtkrc
blob: 78cf7fd6150b46a118905b936bd10ca2ab0cf1a4 (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
style "mamabutton"
{
  color["focus_line"] = "#027F01"
  bg[NORMAL] = "#027F01"
  bg[ACTIVE] = "#026002"
  GtkButton::inner-border = { 10, 10,  # left, right
                               6, 6 }  # top, bottom
}

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

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


widget       "*GtkButton*"     style "mamabutton"
widget_class "*<GtkComboBox>*" style "mamacombo"
widget       "*ComboBox*"      style "fixshare"