noctalia-shell/Assets/Matugen/templates/noctalia.json
quadbyte 7d3dc9c815 Colors cleanup
- removed mOutlineVariant, using mOutline everywhere
- reworked all predefined color schemes (dark mode only, light mode
incoming)
2025-08-18 14:08:58 -04:00

22 lines
No EOL
755 B
JSON

{
"mPrimary": "{{colors.primary.default.hex}}",
"mOnPrimary": "{{colors.on_primary.default.hex}}",
"mSecondary": "{{colors.secondary.default.hex}}",
"mOnSecondary": "{{colors.on_secondary.default.hex}}",
"mTertiary": "{{colors.tertiary.default.hex}}",
"mOnTertiary": "{{colors.on_tertiary.default.hex}}",
"mError": "{{colors.error.default.hex}}",
"mOnError": "{{colors.on_error.default.hex}}",
"mSurface": "{{colors.surface.default.hex}}",
"mOnSurface": "{{colors.on_surface.default.hex}}",
"mSurfaceVariant": "{{colors.surface_container.default.hex}}",
"mOnSurfaceVariant": "{{colors.on_surface_variant.default.hex}}",
"mOutline": "{{colors.outline_variant.default.hex}}",
"mShadow": "{{colors.shadow.default.hex}}"
}