sway: Color más claro para cosas semi desenfocadas
This commit is contained in:
parent
ab8a5250ab
commit
3ddf1ab571
1 changed files with 2 additions and 2 deletions
|
@ -199,13 +199,13 @@ bar {
|
||||||
statusline #000000
|
statusline #000000
|
||||||
background #ffffff
|
background #ffffff
|
||||||
focused_workspace #cf1bff #cf1bff #ffffff
|
focused_workspace #cf1bff #cf1bff #ffffff
|
||||||
active_workspace #cf1bff #cf1bff #ffffff
|
active_workspace #eca6ff #eca6ff #ffffff
|
||||||
inactive_workspace #dfdfdf #dfdfdf #000000
|
inactive_workspace #dfdfdf #dfdfdf #000000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
client.focused #cf1bff #cf1bff #ffffff
|
client.focused #cf1bff #cf1bff #ffffff
|
||||||
client.focused_inactive #cccccc #cccccc #000000
|
client.focused_inactive #eca6ff #eca6ff #000000
|
||||||
client.unfocused #dfdfdf #dfdfdf #000000
|
client.unfocused #dfdfdf #dfdfdf #000000
|
||||||
|
|
||||||
bindsym $mod+z exec fnottctl dismiss
|
bindsym $mod+z exec fnottctl dismiss
|
||||||
|
|
Loading…
Reference in a new issue