Adding luakit configs. Updating Awesome theme colors and font to use terminus
This commit is contained in:
parent
4fa5208e0a
commit
8969fc7879
9 changed files with 2309 additions and 5 deletions
|
|
@ -4,13 +4,16 @@
|
|||
|
||||
theme = {}
|
||||
|
||||
theme.font = "termsyn 8"
|
||||
theme.font = "terminus 8"
|
||||
|
||||
theme.bg_normal = "#222222"
|
||||
theme.bg_focus = "#535d6c"
|
||||
--theme.bg_normal = "#222222"
|
||||
theme.bg_normal = "#000000"
|
||||
--theme.bg_focus = "#535d6c"
|
||||
theme.bg_focus = "#005566"
|
||||
theme.bg_urgent = "#ff0000"
|
||||
theme.bg_minimize = "#444444"
|
||||
|
||||
--theme.fg_normal = "#aaaaaa"
|
||||
theme.fg_normal = "#aaaaaa"
|
||||
theme.fg_focus = "#ffffff"
|
||||
theme.fg_urgent = "#ffffff"
|
||||
|
|
@ -18,7 +21,8 @@ theme.fg_minimize = "#ffffff"
|
|||
|
||||
theme.border_width = "1"
|
||||
theme.border_normal = "#000000"
|
||||
theme.border_focus = "#535d6c"
|
||||
--theme.border_focus = "#535d6c"
|
||||
theme.border_focus = "#004466"
|
||||
theme.border_marked = "#91231c"
|
||||
|
||||
-- There are other variable sets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue