bundling theme now works and so are bundled style's palettes

This commit is contained in:
Henry Jameson 2024-11-19 03:18:52 +02:00
commit 42087a564f
8 changed files with 171 additions and 106 deletions

View file

@ -31,18 +31,18 @@
@palette.Vapor {
bg: #F0ADCD;
fg: #a177ee;
fg: #bca4ee;
text: #602040;
link: #086866;
link: #064745;
accent: #9DF7C8;
cRed: #ff0088;
cBlue: #20c8e9;
cGreen: #0fd27d;
cOrange: #ECE646;
cRed: #86004a;
cBlue: #0e5663;
cGreen: #0a8b51;
cOrange: #787424;
}
Root {
--gradientColor: color | $brightness(--fg, 20);
--gradientColor: color | --accent;
--inputColor: color | #FFFFFF;
--bevelLight: color | $brightness(--bg 50);
--bevelDark: color | $brightness(--bg -20);

View file

@ -1,3 +1,3 @@
{
"Redmond DX": "/static/styles/Redmond DX.json"
"RedmondDX": "/static/styles/Redmond DX.piss"
}