summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-12-10 17:09:43 +0100
committerGravatar Tom Willemse2014-12-10 17:09:43 +0100
commitfe2f5bd66a2d6815ac617f625f9f396e5f43f031 (patch)
tree05c4d3fe5a78647ef4c1e765a86f18707ff1c78c /awesome
parent1164c1b29784054e12a427a7115af3a2c682818b (diff)
downloaddotfiles-fe2f5bd66a2d6815ac617f625f9f396e5f43f031.tar.gz
dotfiles-fe2f5bd66a2d6815ac617f625f9f396e5f43f031.zip
Change awesome theme colors
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/themes/default/theme.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/awesome/.config/awesome/themes/default/theme.lua b/awesome/.config/awesome/themes/default/theme.lua
index 15a445c..694ce24 100644
--- a/awesome/.config/awesome/themes/default/theme.lua
+++ b/awesome/.config/awesome/themes/default/theme.lua
@@ -6,13 +6,13 @@ theme = {}
theme.font = "Fantasque Sans Mono 8"
-theme.bg_normal = "#222222"
-theme.bg_focus = "#535d6c"
+theme.bg_normal = "#111111"
+theme.bg_focus = "#2a3b54"
theme.bg_urgent = "#ff0000"
theme.bg_minimize = "#444444"
theme.bg_systray = theme.bg_normal
-theme.fg_normal = "#aaaaaa"
+theme.fg_normal = "#bfbfbf"
theme.fg_focus = "#ffffff"
theme.fg_urgent = "#ffffff"
theme.fg_minimize = "#ffffff"