summaryrefslogtreecommitdiffstats
path: root/awesome/.config/awesome/themes/default/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/.config/awesome/themes/default/theme.lua')
-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"