Renamed all color names so they are shorter
This commit is contained in:
parent
9e51fdc932
commit
06f8f93f83
51 changed files with 423 additions and 440 deletions
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"colorPrimary": "{{colors.primary.default.hex}}",
|
||||
"colorOnPrimary": "{{colors.on_primary.default.hex}}",
|
||||
"mPrimary": "{{colors.primary.default.hex}}",
|
||||
"mOnPrimary": "{{colors.on_primary.default.hex}}",
|
||||
|
||||
"colorSecondary": "{{colors.secondary.default.hex}}",
|
||||
"colorOnSecondary": "{{colors.on_secondary.default.hex}}",
|
||||
"mSecondary": "{{colors.secondary.default.hex}}",
|
||||
"mOnSecondary": "{{colors.on_secondary.default.hex}}",
|
||||
|
||||
"colorTertiary": "{{colors.tertiary.default.hex}}",
|
||||
"colorOnTertiary": "{{colors.on_tertiary.default.hex}}",
|
||||
"mTertiary": "{{colors.tertiary.default.hex}}",
|
||||
"mOnTertiary": "{{colors.on_tertiary.default.hex}}",
|
||||
|
||||
"colorError": "{{colors.error.default.hex}}",
|
||||
"colorOnError": "{{colors.on_error.default.hex}}",
|
||||
"mError": "{{colors.error.default.hex}}",
|
||||
"mOnError": "{{colors.on_error.default.hex}}",
|
||||
|
||||
"colorSurface": "{{colors.surface.default.hex}}",
|
||||
"colorOnSurface": "{{colors.on_surface.default.hex}}",
|
||||
"colorSurfaceVariant": "{{colors.surface_variant.default.hex}}",
|
||||
"colorOnSurfaceVariant": "{{colors.on_surface_variant.default.hex}}",
|
||||
"colorOutline": "{{colors.outline.default.hex}}",
|
||||
"colorOutlineVariant": "{{colors.outline_variant.default.hex}}",
|
||||
"colorShadow": "{{colors.shadow.default.hex}}"
|
||||
"mSurface": "{{colors.surface.default.hex}}",
|
||||
"mOnSurface": "{{colors.on_surface.default.hex}}",
|
||||
"mSurfaceVariant": "{{colors.surface_variant.default.hex}}",
|
||||
"mOnSurfaceVariant": "{{colors.on_surface_variant.default.hex}}",
|
||||
"mOutline": "{{colors.outline.default.hex}}",
|
||||
"mOutlineVariant": "{{colors.outline_variant.default.hex}}",
|
||||
"mShadow": "{{colors.shadow.default.hex}}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue