From c2f05aaee9ec57b0e6cc4d6191428ed680621f87 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 7 Mar 2021 10:51:03 +0100 Subject: theme: make backgrounds transparent --- theme.lua | 6 +++--- 1 file 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 -- cgit v1.2.3