From fe2f5bd66a2d6815ac617f625f9f396e5f43f031 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 10 Dec 2014 17:09:43 +0100 Subject: Change awesome theme colors --- awesome/.config/awesome/themes/default/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'awesome/.config') 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" -- cgit v1.2.3-54-g00ecf