From bb405b2ceb761bad4594a716e34191c95d871ac1 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 19 May 2024 13:33:28 -0700 Subject: [PATCH] Update .config/awesome/themes/catppuccin/theme.lua --- dot_config/awesome/themes/catppuccin/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/awesome/themes/catppuccin/theme.lua b/dot_config/awesome/themes/catppuccin/theme.lua index 39a362e..083eca4 100644 --- a/dot_config/awesome/themes/catppuccin/theme.lua +++ b/dot_config/awesome/themes/catppuccin/theme.lua @@ -76,7 +76,7 @@ theme.fg_urgent = theme.color.text theme.fg_minimize = theme.color.text theme.useless_gap = dpi(10) -theme.border_width = dpi(1) +theme.border_width = dpi(3) theme.border_normal = theme.color.surface0 theme.border_focus = theme.color.accent1 theme.border_marked = theme.color.maroon