From 13994d863204d7cd7d41b9b4e497f9c5c9d5aa7a Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 2 Feb 2013 16:03:31 +0100 Subject: [PATCH] mess with the borders a bit --- awesome/theme.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/awesome/theme.lua b/awesome/theme.lua index 73f4a8c..a9c0a67 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -35,10 +35,12 @@ theme.blue = "#7a7ab8" theme.white = "#d9d9d9" -- end temp, stolen -theme.border_width = 1 -theme.border_normal = "#0a0b15" +theme.border_width = 2 +-- theme.border_normal = "#0a0b15" theme.border_focus = "#535d6c" theme.border_marked = "#91231c" +-- theme.border_normal = theme.fg_normal +theme.border_normal = theme.bg_normal -- There are other variable sets -- overriding the default one when