aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/themes/powerarrow/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/awesome.link/themes/powerarrow/theme.lua')
-rw-r--r--config.dot/awesome.link/themes/powerarrow/theme.lua14
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"