[i3] Update modeline, improve colours

This commit is contained in:
M1dgard 2019-03-01 17:51:21 +01:00
parent 2e6e78e4cb
commit 4772d05d9d
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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 :