Changed i3 colors a bit, and added 1px borders for clarity
This commit is contained in:
parent
9f5d4942ce
commit
c78faf8d76
20
i3config
20
i3config
|
@ -208,17 +208,27 @@ bar {
|
||||||
bindsym button4 nop
|
bindsym button4 nop
|
||||||
bindsym button5 nop
|
bindsym button5 nop
|
||||||
mode hide
|
mode hide
|
||||||
|
colors {
|
||||||
|
background #000000
|
||||||
|
statusline #ffffff
|
||||||
|
separator #666666
|
||||||
|
|
||||||
|
focused_workspace #ffffff #ffffff #000000
|
||||||
|
active_workspace #ffffff #000000 #ffffff
|
||||||
|
inactive_workspace #000000 #000000 #ffffff
|
||||||
|
urgent_workspace #2f343a #900000 #ffffff
|
||||||
|
binding_mode #2f343a #900000 #ffffff
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hide_edge_borders both
|
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused #4c7899 #285577 #ffffff #2e9ef4 #ffffff
|
client.focused #4c7899 #285577 #ffffff #2e9ef4 #ffffff
|
||||||
client.focused_inactive #333333 #5f676a #ffffff #484e50 #ffffff
|
client.focused_inactive #333333 #5f676a #ffffff #484e50 #555555
|
||||||
client.unfocused #333333 #222222 #888888 #292d2e #ffffff
|
client.unfocused #333333 #222222 #888888 #292d2e #000000
|
||||||
client.urgent #2f343a #900000 #ffffff #900000 #ffffff
|
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||||
client.placeholder #000000 #0c0c0c #ffffff #000000 #ffffff
|
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||||
|
|
||||||
client.background #ffffff
|
client.background #ffffff
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue