19 lines
846 B
Plaintext
19 lines
846 B
Plaintext
set $primary #67e4e0
|
|
set $on_primary #182524
|
|
set $secondary #599ed9
|
|
set $tertiary #595ed9
|
|
set $error #7f2a41
|
|
set $surface #0b2d32
|
|
set $on_surface #f2f3f3
|
|
set $on_surface_variant #afb6b6
|
|
set $outline #657574
|
|
|
|
## 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
|