From 89c40d58a2b8df53c2cf02ba378ae71b75691e91 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 27 Jul 2022 19:58:46 +0200 Subject: [PATCH] Update config try fix border colors --- .config/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 9ed4d82..3b69677 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -476,10 +476,10 @@ set $yellowbrown #e1b700 # define colors for windows: #class border bground text indicator child_border -client.focused $lightblue $darkblue $white $purple $mediumgrey -client.unfocused $darkblue $darkblue $grey $purple $darkgrey -client.focused_inactive $darkblue $darkblue $grey $purple $black -client.urgent $urgentred $urgentred $white $purple $yellowbrown +client.focused $lightblue $darkblue $white $mediumgrey $mediumgrey +client.unfocused $darkblue $darkblue $grey $darkgrey $darkgrey +client.focused_inactive $darkblue $darkblue $grey $black $black +client.urgent $urgentred $urgentred $white $yellowbrown $yellowbrown ############################################ # bar settings (input comes from i3blocks) #