diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 19:32:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 19:32:17 -0300 |
commit | ef35f7a12f24a26f39372663bbe7c14d530d2fec (patch) | |
tree | 259a9cdd5e8c6454815d75d963c4a41c7d609cd0 /config.dot/awesome.link/themes/powerarrow/theme.lua | |
parent | 1e5b35d39112a96940ba3f58042b0728ad136432 (diff) | |
download | awesome-ef35f7a12f24a26f39372663bbe7c14d530d2fec.tar.gz awesome-ef35f7a12f24a26f39372663bbe7c14d530d2fec.tar.bz2 |
Color and keys tweaks
Diffstat (limited to 'config.dot/awesome.link/themes/powerarrow/theme.lua')
-rw-r--r-- | config.dot/awesome.link/themes/powerarrow/theme.lua | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/config.dot/awesome.link/themes/powerarrow/theme.lua b/config.dot/awesome.link/themes/powerarrow/theme.lua index eb09581..a6f16af 100644 --- a/config.dot/awesome.link/themes/powerarrow/theme.lua +++ b/config.dot/awesome.link/themes/powerarrow/theme.lua @@ -19,11 +19,19 @@ theme.font = "xos4 Terminus 8" theme.fg_normal = "#FEFEFE" theme.fg_focus = "#32D6FF" theme.fg_urgent = "#C83F11" -theme.bg_normal = "#222222" -theme.bg_focus = "#1E2320" theme.bg_urgent = "#3F3F3F" theme.taglist_fg_focus = "#00CCFF" -theme.tasklist_bg_focus = "#222222" + +--- Default fg/bg colors +---theme.bg_normal = "#222222" +---theme.bg_focus = "#1E2320" +---theme.tasklist_bg_focus = "#222222" + +-- Solarized fg/bg color +theme.tasklist_bg_focus = "#1C1C1C" +theme.bg_normal = "#1C1C1C" +theme.bg_focus = "#1C1C1C" + theme.tasklist_fg_focus = "#00CCFF" theme.border_width = 0 theme.border_normal = "#3F3F3F" |