re-separated sway config + exported noctalia config
This commit is contained in:
parent
5232518141
commit
f2f98d6fee
28 changed files with 641 additions and 7 deletions
18
.config/sway/noctalia
Normal file
18
.config/sway/noctalia
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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