From 4d60cba67669f25a93611eb407feec9424b2c862 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 13 Sep 2012 09:43:01 +0200 Subject: [PATCH] theme: less transparent focused border When compositing with a terminal, the border is even more transparent. Therefore, we don't add more transparence to the mix. --- rc/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/theme.lua b/rc/theme.lua index bccb7a0..9ebab42 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -21,7 +21,7 @@ theme.fg_minimize = "#ffffff" theme.border_width = 4 theme.border_normal = "#00000000" -theme.border_focus = "#FF7F0066" +theme.border_focus = "#FF7F00EE" theme.border_marked = "#91231c66" -- Widget stuff