summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-03-07 10:51:03 +0100
committerAnton Khirnov <anton@khirnov.net>2021-03-07 10:51:03 +0100
commitc2f05aaee9ec57b0e6cc4d6191428ed680621f87 (patch)
tree9eedb1a27a103e08a75a1a2ff859936ea7f45030
parentb9054926c41c641ea6392cdb048eb83301d59157 (diff)
theme: make backgrounds transparent
-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