added 'warningAlt' accent color config

This commit is contained in:
Zacharias-Brohn
2025-11-18 22:57:54 +01:00
parent a40299ed41
commit 36cf913830
6 changed files with 65 additions and 68 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ JsonObject {
component Accents: JsonObject {
property string primary: "#4080ff"
property string warning: "#ff6b6b"
property string primaryAlt: "#60a0ff"
property string warning: "#ff6b6b"
property string warningAlt: "#ff8787"
}
}