Sway doesn't like user defined QT theming to system wide it is I guess
This commit is contained in:
parent
95e5895cae
commit
d74444bd2f
16 changed files with 19 additions and 23 deletions
12
home-manager/common/colors.nix
Normal file
12
home-manager/common/colors.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
# Global color palette
|
||||
prime = ''3823C4''; #3823C4
|
||||
accent = ''1B1F59''; #1B1F59
|
||||
split = ''555B9E''; #555B9E
|
||||
actSplit = ''5980B7''; #5980B7
|
||||
dark = ''101419''; #101419
|
||||
mid = ''171C23''; #171C23
|
||||
light = ''272b33''; #272B33
|
||||
urgent = ''C43823''; #C43823
|
||||
text = ''C7D3E3''; #C7D3E3
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue