wallust

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit a5ba9f5bc678a283a7712e9332cde3e7e90fa694
parent 7bf736847a3b6f94fc12b442dff8500b2ea9e94b
Author: mrgrouse <bdmfegys@duck.com>
Date:   Mon, 11 Nov 2024 19:36:43 -0500

templates/spicetify.ini: add spicetify colors.ini template file

Diffstat:
Atemplates/spicetify.ini | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/templates/spicetify.ini b/templates/spicetify.ini @@ -0,0 +1,13 @@ +accent = {{color0 | strip }} +accent-active = {{color2 | strip }} +accent-inactive = {{color3 | strip }} +banner = {{color4 | strip }} +border-active = {{foreground | strip }} +border-inactive = {{foreground | strip }} +header = {{foreground | strip }} +highlight = {{color6 | strip }} +main = {{background | strip }} +notification = {{color7 | strip }} +notification-error = {{color8 | strip }} +subtext = {{cursor | strip }} +text = {{cursor | strip }}