forked from foxora/nix
added wip mangowc config
This commit is contained in:
parent
68cf02e366
commit
fb2e2ee66b
11 changed files with 262 additions and 51 deletions
11
homes/modules/themeing/wallust/templates/mango-template.conf
Normal file
11
homes/modules/themeing/wallust/templates/mango-template.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# background color of the root window
|
||||
rootcolor=0x{ color12 | strip }ff
|
||||
|
||||
# inactive window border
|
||||
bordercolor=0x{ color14 | strip }ff
|
||||
|
||||
# active window border
|
||||
focuscolor=0x{ color0 | strip }ff
|
||||
|
||||
# urgent / alerted window border
|
||||
urgentcolor=0x{ color10 | strip }ff
|
||||
|
|
@ -16,6 +16,9 @@ equicord.target = "~/.config/Equicord/themes/base16-colors.css"
|
|||
hyprland.template = "hyprland-template.conf"
|
||||
hyprland.target = "~/.config/hypr/colors.conf"
|
||||
|
||||
mango.template = "mango-template.conf"
|
||||
mango.target = "~/.config/mango/colors.conf"
|
||||
|
||||
foot.template = "foot-template.ini"
|
||||
foot.target = "~/.config/foot/theme.ini"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue