From 4772d05d9d8bbca0824fb7347bcce99195276420 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Fri, 1 Mar 2019 17:51:21 +0100 Subject: [PATCH] [i3] Update modeline, improve colours --- i3/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i3/config b/i3/config index ce937ab..801de66 100644 --- a/i3/config +++ b/i3/config @@ -450,13 +450,13 @@ for_window [class="^Gramps$"] floating disable for_window [title="^exec-with-shortcut$"] floating enable # class border backgr. text indicator child_border -client.focused #422a15 #422a15 #ffffff #f42e9e #552877 -client.focused_inactive #333333 #675f6a #ffffff #4e4850 #675f6a -client.unfocused #000000 #000000 #888888 #292d2e #000000 -client.urgent #342f3a #900000 #ffffff #900000 #900000 -client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c +client.focused #000000 #000000 #bbbbbb #292d2e #000000 +client.focused_inactive #000000 #000000 #888888 #4e4850 #000000 +client.unfocused #000000 #000000 #444444 #292d2e #000000 +client.urgent #342f3a #900000 #bbbbbb #900000 #900000 +client.placeholder #000000 #000000 #bbbbbb #000000 #000000 client.background #ffffff -# vim: set ft=i3 noet foldmethod=marker : +# vim: set ft=i3config noet foldmethod=marker :