19 lines
846 B
Plaintext
19 lines
846 B
Plaintext
set $primary #b8bb26
|
|
set $on_primary #282828
|
|
set $secondary #fabd2f
|
|
set $tertiary #83a598
|
|
set $error #fb4934
|
|
set $surface #282828
|
|
set $on_surface #fbf1c7
|
|
set $on_surface_variant #ebdbb2
|
|
set $outline #786f6b
|
|
|
|
## 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
|