18 lines
846 B
Text
18 lines
846 B
Text
set $primary #fff59b
|
|
set $on_primary #0e0e43
|
|
set $secondary #a9aefe
|
|
set $tertiary #9bfece
|
|
set $error #fd4663
|
|
set $surface #070722
|
|
set $on_surface #f3edf7
|
|
set $on_surface_variant #7c80b4
|
|
set $outline #51589b
|
|
|
|
## 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
|