scheme: add update static themes

Add primary, secondary and tertiary colours to static themes
Remove accent
This commit is contained in:
2 * r + 2 * t
2025-03-07 21:20:57 +11:00
parent d9196304ca
commit 172b7f30de
16 changed files with 48 additions and 19 deletions
-1
View File
@@ -102,7 +102,6 @@ colours = {
"base": colours["surface"],
"mantle": darken(colours["surface"], 0.03),
"crust": darken(colours["surface"], 0.05),
"accent": colours["primary"], # FIXME: for compatibility
}
for name, colour in colours.items():