19 lines
846 B
Plaintext
19 lines
846 B
Plaintext
set $primary #7ed0ff
|
|
set $on_primary #00344a
|
|
set $secondary #90cef4
|
|
set $tertiary #c2c1ff
|
|
set $error #ffb4ab
|
|
set $surface #13121c
|
|
set $on_surface #e4e1ef
|
|
set $on_surface_variant #c6c4dd
|
|
set $outline #908ea5
|
|
|
|
## Window Colours
|
|
# class border backgr. text indicator child_border
|
|
client.focused $primary $surface $on_surface $primary $primary
|
|
client.focused_inactive $outline $surface $on_surface_variant $outline $outline
|
|
client.unfocused $outline $surface $on_surface_variant $outline $outline
|
|
client.urgent $error $surface $on_surface $error $error
|
|
client.placeholder $surface $surface $on_surface_variant $surface $surface
|
|
client.background $surface
|