summaryrefslogtreecommitdiff
path: root/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'theme.lua')
-rw-r--r--theme.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme.lua b/theme.lua
index 0b25eab..620c80a 100644
--- a/theme.lua
+++ b/theme.lua
@@ -2,9 +2,9 @@ local theme = {}
theme.font = "sans 8"
-theme.bg_normal = "#000000"
-theme.bg_focus = "#535d6c"
-theme.bg_urgent = "#ff0000"
+theme.bg_normal = "#000000cc"
+theme.bg_focus = "#535d6ccc"
+theme.bg_urgent = "#ff0000cc"
theme.bg_minimize = "#444444"
theme.bg_systray = theme.bg_normal