mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
25 lines
855 B
JSON
25 lines
855 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}}",
|
|
|
|
"mHover": "{{colors.tertiary.default.hex}}",
|
|
"mOnHover": "{{colors.on_tertiary.default.hex}}"
|
|
} |