summaryrefslogtreecommitdiffstats
path: root/.emacs.d/gtkrc
blob: 6b63cd77273f08a655178fc9e8a7f040279e465b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
gtk-font-name = "Envy Code R 12"

style "yoshi"
{
        bg[NORMAL] = "#111113"
        bg[SELECTED] = "#111113"
        bg[INSENSITIVE] = "#111113"
        bg[ACTIVE] = "#111113"
        bg[PRELIGHT] = "#4a5b73"

        fg[NORMAL] = "#eeeeec"
        fg[SELECTED] = "#eeeeec"
        fg[INSENSITIVE] = "#a5a5a4"
        fg[ACTIVE] = "#eeeeec"
        fg[PRELIGHT] = "#eeeeec"
}

widget "Emacs.*" style "yoshi"
widget_class "*Menu*" style "yoshi"