blob: 0a92187bda9b2dd8cff30e6d93e11f03821e39d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# vim: ft=swayconfig
client.background #242424
# class border backgr. text indicator
client.focused #81a1c1 #81a1c1 #ffffff #81a1c1
client.unfocused #2e3440 #1f222d #888888 #1f222d
client.focused_inactive #2e3440 #1f222d #888888 #1f222d
client.placeholder #2e3440 #1f222d #888888 #1f222d
client.urgent #900000 #900000 #ffffff #900000
seat seat0 {
xcursor_theme Nordzy-cursors
}
|