summaryrefslogtreecommitdiff
path: root/zenburn.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-17 23:32:17 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-17 23:32:17 +0100
commit7f994b9403d571b48388e75b6092cd452db5ec71 (patch)
treec8f1ceb9f01474751e4731d296f82b7b24dc4b4d /zenburn.lua
parent0685e67a41b1624fa3daf9d29d90f8905baf38d9 (diff)
downloadawesome-configs-7f994b9403d571b48388e75b6092cd452db5ec71.tar.xz
zenburn: reuse already defined colors
Diffstat (limited to 'zenburn.lua')
-rw-r--r--zenburn.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/zenburn.lua b/zenburn.lua
index 1b4dd87..c12bc73 100644
--- a/zenburn.lua
+++ b/zenburn.lua
@@ -22,19 +22,19 @@ theme.fg_focus = "#F0DFAF"
theme.fg_urgent = "#CC9393"
theme.bg_normal = "#3F3F3F"
theme.bg_focus = "#1E2320"
-theme.bg_urgent = "#3F3F3F"
+theme.bg_urgent = theme.bg_normal
-- }}}
-- {{{ Borders
-theme.border_width = "1"
-theme.border_normal = "#3F3F3F"
+theme.border_width = 1
theme.border_focus = "#6F6F6F"
-theme.border_marked = "#CC9393"
+theme.border_normal = theme.bg_normal
+theme.border_marked = theme.fg_urgent
-- }}}
-- {{{ Titlebars
-theme.titlebar_bg_focus = "#3F3F3F"
-theme.titlebar_bg_normal = "#3F3F3F"
+theme.titlebar_bg_focus = theme.bg_normal
+theme.titlebar_bg_normal = theme.bg_normal
-- theme.titlebar_[normal|focus]
-- }}}
@@ -44,13 +44,13 @@ theme.fg_center_widget = "#88A175"
theme.fg_end_widget = "#FF5656"
theme.fg_off_widget = "#494B4F"
theme.fg_netup_widget = "#7F9F7F"
-theme.fg_netdn_widget = "#CC9393"
-theme.bg_widget = "#3F3F3F"
-theme.border_widget = "#3F3F3F"
+theme.fg_netdn_widget = theme.fg_urgent
+theme.bg_widget = theme.bg_normal
+theme.border_widget = theme.bg_normal
-- }}}
-- {{{ Mouse finder
-theme.mouse_finder_color = "#CC9393"
+theme.mouse_finder_color = theme.fg_urgent
-- theme.mouse_finder_[timeout|animate_timeout|radius|factor]
-- }}}