mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
template-processor: even more hover adjustments
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user