From 32a4a0e26167ee297588770087c701edaac9d26d Mon Sep 17 00:00:00 2001 From: actionless Date: Thu, 3 Sep 2015 00:42:51 +0200 Subject: [PATCH] fix(themes: xresources): reduce useless gap size and increase border width Closes: https://github.com/awesomeWM/awesome/pull/386. --- themes/xresources/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/xresources/theme.lua b/themes/xresources/theme.lua index 42bfedd7..850c0de2 100644 --- a/themes/xresources/theme.lua +++ b/themes/xresources/theme.lua @@ -25,8 +25,8 @@ theme.fg_focus = theme.bg_normal theme.fg_urgent = theme.bg_normal theme.fg_minimize = theme.bg_normal -theme.useless_gap = dpi(5) -theme.border_width = dpi(1) +theme.useless_gap = dpi(3) +theme.border_width = dpi(2) theme.border_normal = xrdb.color0 theme.border_focus = theme.bg_focus theme.border_marked = xrdb.color10