From 1df1c8c6d13e95fc72ebce63fc56a1db3f2fcf56 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 28 Oct 2018 00:44:13 +0200 Subject: Clean conf file --- i3/.config/i3/config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 9510fc8..8fd0feb 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -9,15 +9,15 @@ ### THEME ### -set $FOCUS #ffffff -set $UNFOCUS #000000 - -# Layout colors bord bg text indicator (split) -client.focused $FOCUS $FOCUS $UNFOCUS $FOCUS -client.focused_inactive $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS -client.unfocused $UNFOCUS $UNFOCUS $FOCUS $UNFOCUS -client.urgent $FOCUS $UNFOCUS $FOCUS $FOCUS -client.background $UNFOCUS +set $WHITE #ffffff +set $BLACK #000000 + +# Layout colors bord bg text indicator (split) +client.focused $WHITE $WHITE $BLACK $WHITE +client.focused_inactive $BLACK $BLACK $BLACK $BLACK +client.unfocused $BLACK $BLACK $WHITE $BLACK +client.urgent $WHITE $BLACK $WHITE $WHITE +client.background $BLACK ### Borders ### -- cgit v1.2.1