Avoid the word "Theme" in favor of "Colors"

This commit is contained in:
quadbyte 2025-08-14 19:22:52 -04:00
parent 2415768443
commit 9e51fdc932
5 changed files with 48 additions and 117 deletions

View file

@ -1,30 +1,20 @@
{
"colorPrimary": "{{colors.primary.default.hex}}",
"colorOnPrimary": "{{colors.on_primary.default.hex}}",
"colorPrimaryContainer": "{{colors.primary_container.default.hex}}",
"colorOnPrimaryContainer": "{{colors.on_primary_container.default.hex}}",
"colorSecondary": "{{colors.secondary.default.hex}}",
"colorOnSecondary": "{{colors.on_secondary.default.hex}}",
"colorSecondaryContainer": "{{colors.secondary_container.default.hex}}",
"colorOnSecondaryContainer": "{{colors.on_secondary_container.default.hex}}",
"colorTertiary": "{{colors.tertiary.default.hex}}",
"colorOnTertiary": "{{colors.on_tertiary.default.hex}}",
"colorTertiaryContainer": "{{colors.tertiary_container.default.hex}}",
"colorOnTertiaryContainer": "{{colors.on_tertiary_container.default.hex}}",
"colorError": "{{colors.error.default.hex}}",
"colorOnError": "{{colors.on_error.default.hex}}",
"colorErrorContainer": "{{colors.error_container.default.hex}}",
"colorOnErrorContainer": "{{colors.on_error_container.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}}",
"colorInversePrimary": "{{colors.inverse_primary.default.hex}}",
"colorOutline": "{{colors.outline.default.hex}}",
"colorOutlineVariant": "{{colors.outline_variant.default.hex}}",
"colorShadow": "{{colors.shadow.default.hex}}"