5th commit : remodeling of file structure, adding noctalia config files
This commit is contained in:
parent
ab8162d69d
commit
ad72a517d9
71 changed files with 9931 additions and 0 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