aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/themes
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/awesome.link/themes')
-rw-r--r--config.dot/awesome.link/themes/multicolor/theme.lua1
-rw-r--r--config.dot/awesome.link/themes/powerarrow/theme.lua14
-rw-r--r--config.dot/awesome.link/themes/powerarrow/wall.pngbin158 -> 510 bytes
3 files changed, 11 insertions, 4 deletions
diff --git a/config.dot/awesome.link/themes/multicolor/theme.lua b/config.dot/awesome.link/themes/multicolor/theme.lua
index 4a3ee5c..7e22bea 100644
--- a/config.dot/awesome.link/themes/multicolor/theme.lua
+++ b/config.dot/awesome.link/themes/multicolor/theme.lua
@@ -6,7 +6,6 @@
--]]
-
local gears = require("gears")
local lain = require("lain")
local awful = require("awful")
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"
diff --git a/config.dot/awesome.link/themes/powerarrow/wall.png b/config.dot/awesome.link/themes/powerarrow/wall.png
index eaae8bf..f08488b 100644
--- a/config.dot/awesome.link/themes/powerarrow/wall.png
+++ b/config.dot/awesome.link/themes/powerarrow/wall.png
Binary files differ