Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtkrc
blob: 57110c6098cae3485b8e0735a4b0f7f0b348df77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
style "combobox"
{
    color["focus_line"] = "#027F01"
    bg[NORMAL] = "#027F01"
    bg[ACTIVE] = "#026002"
    bg[PRELIGHT] = "#027F01"
}

style "scrollbar"
{
    bg[NORMAL] = "#027F01"
}

style "fixframe"
{  
    color["focus_line"] = "#FFFFFF"
    bg[NORMAL] = "#808080"
    bg[ACTIVE] = "#808080"
    bg[PRELIGHT] = "#808080"
}

widget "*ComboBox*" style "fixframe"