template-processor: more hover adjustments

This commit is contained in:
Lysec
2026-01-18 23:27:38 +01:00
parent 3dd495c1df
commit bc494b7593
+1 -1
View File
@@ -1198,7 +1198,7 @@ class TemplateRenderer:
# Map from Matugen color names to theme keys
COLOR_MAP = {
"primary": "mPrimary",
"on_primary": "mOnPrimary",
"on_primary": "mPrimary", # Bright accent for visible decorations
"primary_container": "mPrimary", # Mapped to Accent (Bright)
"on_primary_container": "mPrimary", # Light text on container -> use bright accent
"secondary": "mSecondary",