From 0880df4fc7c61837ddf5b23fe252d1387792e15d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 10 Jul 2012 12:01:37 +0200 Subject: [PATCH] theme: use an orange border for focused windows --- rc/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/theme.lua b/rc/theme.lua index c22faef..749a4a7 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -6,7 +6,7 @@ if theme then theme.font = "DejaVu Sans 9" theme.border_width = 4 theme.border_normal = "#00000000" - theme.border_focus = theme.border_focus .. "66" + theme.border_focus = "#FF7F0066" theme.border_marked = theme.border_marked .. "66" theme.bg_normal = theme.bg_normal .. "99"