colors
This commit is contained in:
parent
8fcd6bdec9
commit
0c60949d03
1 changed files with 15 additions and 0 deletions
|
@ -209,4 +209,19 @@ bar {
|
||||||
tray_output DisplayPort-0
|
tray_output DisplayPort-0
|
||||||
|
|
||||||
status_command i3blocks
|
status_command i3blocks
|
||||||
|
|
||||||
|
colors {
|
||||||
|
active_workspace #333333 #333333 #ffffff
|
||||||
|
background #222222
|
||||||
|
focused_workspace #0088CC #0088CC #ffffff
|
||||||
|
inactive_workspace #333333 #333333 #888888
|
||||||
|
separator #666666
|
||||||
|
statusline #dddddd
|
||||||
|
urgent_workspace #2f343a #900000 #ffffff
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
client.focused #0088CC #0088CC #ffffff #dddddd #0088CC
|
||||||
|
client.focused_inactive #333333 #333333 #888888 #292d2e #333333
|
||||||
|
client.unfocused #333333 #333333 #888888 #292d2e #333333
|
||||||
|
client.urgent #2f343a #900000 #ffffff #900000 #2f343a
|
Loading…
Reference in a new issue