Fixed i3 colors to be more uniform
This commit is contained in:
parent
c78faf8d76
commit
98463ce91e
10
i3config
10
i3config
|
@ -224,11 +224,11 @@ bar {
|
|||
default_border pixel 1
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #4c7899 #285577 #ffffff #2e9ef4 #ffffff
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50 #555555
|
||||
client.unfocused #333333 #222222 #888888 #292d2e #000000
|
||||
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||
client.focused #ffffff #ffffff #ffffff #ffffff #ffffff
|
||||
client.focused_inactive #555555 #555555 #ffffff #555555 #555555
|
||||
client.unfocused #000000 #222222 #888888 #000000 #000000
|
||||
client.urgent #900000 #900000 #ffffff #900000 #900000
|
||||
client.placeholder #0c0c0c #0c0c0c #ffffff #000000 #0c0c0c
|
||||
|
||||
client.background #ffffff
|
||||
|
||||
|
|
Loading…
Reference in a new issue