19 lines
846 B
Plaintext
19 lines
846 B
Plaintext
set $primary #ffb690
|
|
set $on_primary #552100
|
|
set $secondary #ffb690
|
|
set $tertiary #ddc56e
|
|
set $error #ffb4ab
|
|
set $surface #171306
|
|
set $on_surface #ebe2cb
|
|
set $on_surface_variant #d2c6a1
|
|
set $outline #9b906f
|
|
|
|
## 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
|