From f0ad084c840467b649f6d7c7827a857d531ad126 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 10 Feb 2022 17:55:24 +0530 Subject: [PATCH] kitty: Allow borders to be distinguished easily --- kitty/.config/kitty/kitty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 2c27b10..c395769 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -336,12 +336,12 @@ remember_window_size no #: placed centrally. A value of top-left means the padding will be on #: only the bottom and right edges. -# active_border_color #00ff00 +active_border_color #dddddd #: The color for the border of the active window. Set this to none to #: not draw borders around the active window. -# inactive_border_color #cccccc +inactive_border_color #000000 #: The color for the border of inactive windows