Change awesome theme colors
This commit is contained in:
parent
1164c1b297
commit
fe2f5bd66a
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@ theme = {}
|
||||||
|
|
||||||
theme.font = "Fantasque Sans Mono 8"
|
theme.font = "Fantasque Sans Mono 8"
|
||||||
|
|
||||||
theme.bg_normal = "#222222"
|
theme.bg_normal = "#111111"
|
||||||
theme.bg_focus = "#535d6c"
|
theme.bg_focus = "#2a3b54"
|
||||||
theme.bg_urgent = "#ff0000"
|
theme.bg_urgent = "#ff0000"
|
||||||
theme.bg_minimize = "#444444"
|
theme.bg_minimize = "#444444"
|
||||||
theme.bg_systray = theme.bg_normal
|
theme.bg_systray = theme.bg_normal
|
||||||
|
|
||||||
theme.fg_normal = "#aaaaaa"
|
theme.fg_normal = "#bfbfbf"
|
||||||
theme.fg_focus = "#ffffff"
|
theme.fg_focus = "#ffffff"
|
||||||
theme.fg_urgent = "#ffffff"
|
theme.fg_urgent = "#ffffff"
|
||||||
theme.fg_minimize = "#ffffff"
|
theme.fg_minimize = "#ffffff"
|
||||||
|
|
Loading…
Reference in a new issue