template-processor: even more hover adjustments

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