separated sway config files into sub config files
This commit is contained in:
parent
eda7906264
commit
5232518141
16 changed files with 186 additions and 3735 deletions
|
|
@ -1,18 +0,0 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue