Update all dot files

This commit is contained in:
2026-03-11 13:27:54 -04:00
parent c041170257
commit 4796f893e5
33 changed files with 825 additions and 273 deletions

View File

@@ -0,0 +1,168 @@
#error {
color: {{ colors.error.default.hex }}
}
#on_error {
color: {{ colors.on_error.default.hex }}
}
#error_container {
color: {{ colors.error_container.default.hex }}
}
#on_error_container {
color: {{ colors.on_error_container.default.hex }}
}
#primary {
color: {{ colors.primary.default.hex }}
}
#on_primary {
color: {{ colors.on_primary.default.hex }}
}
#primary_container {
color: {{ colors.primary_container.default.hex }}
}
#on_primary_container {
color: {{ colors.on_primary_container.default.hex }}
}
#inverse_primary {
color: {{ colors.inverse_primary.default.hex }}
}
#primary_fixed {
color: {{ colors.primary_fixed.default.hex }}
}
#primary_fixed_dim {
color: {{ colors.primary_fixed_dim.default.hex }}
}
#on_primary_fixed {
color: {{ colors.on_primary_fixed.default.hex }}
}
#on_primary_fixed_variant {
color: {{ colors.on_primary_fixed_variant.default.hex }}
}
#secondary {
color: {{ colors.secondary.default.hex }}
}
#on_secondary {
color: {{ colors.on_secondary.default.hex }}
}
#secondary_container {
color: {{ colors.secondary_container.default.hex }}
}
#on_secondary_container {
color: {{ colors.on_secondary_container.default.hex }}
}
#secondary_fixed {
color: {{ colors.secondary_fixed.default.hex }}
}
#on_secondary_fixed {
color: {{ colors.on_secondary_fixed.default.hex }}
}
#on_secondary_fixed_variant {
color: {{ colors.on_secondary_fixed_variant.default.hex }}
}
#secondary_fixed_dim {
color: {{ colors.secondary_fixed_dim.default.hex }}
}
#tertiary {
color: {{ colors.tertiary.default.hex }}
}
#on_tertiary {
color: {{ colors.on_tertiary.default.hex }}
}
#tertiary_container {
color: {{ colors.tertiary_container.default.hex }}
}
#on_tertiary_container {
color: {{ colors.on_tertiary_container.default.hex }}
}
#tertiary_fixed {
color: {{ colors.tertiary_fixed.default.hex }}
}
#on_tertiary_fixed {
color: {{ colors.on_tertiary_fixed.default.hex }}
}
#on_tertiary_fixed_variant {
color: {{ colors.on_tertiary_fixed_variant.default.hex }}
}
#tertiary_fixed_dim {
color: {{ colors.tertiary_fixed_dim.default.hex }}
}
#surface {
color: {{ colors.surface.default.hex }}
}
#on_surface {
color: {{ colors.on_surface.default.hex }}
}
#surface_bright {
color: {{ colors.surface_bright.default.hex }}
}
#surface_dim {
color: {{ colors.surface_dim.default.hex }}
}
#surface_container_lowest {
color: {{ colors.surface_container_lowest.default.hex }}
}
#surface_container_low {
color: {{ colors.surface_container_low.default.hex }}
}
#surface_container {
color: {{ colors.surface_container.default.hex }}
}
#surface_container_high {
color: {{ colors.surface_container_high.default.hex }}
}
#surface_container_highest {
color: {{ colors.surface_container_highest.default.hex }}
}
#surface_variant {
color: {{ colors.surface_variant.default.hex }}
}
#on_surface_variant {
color: {{ colors.on_surface_variant.default.hex }}
}
#inverse_surface {
color: {{ colors.inverse_surface.default.hex }}
}
#inverse_on_surface {
color: {{ colors.inverse_on_surface.default.hex }}
}
#surface_tint {
color: {{ colors.surface_tint.default.hex }}
}
#background {
color: {{ colors.background.default.hex }}
}
#on_background {
color: {{ colors.on_background.default.hex }}
}
#shadow {
color: {{ colors.shadow.default.hex }}
}
#scrim {
color: {{ colors.scrim.default.hex }}
}
#source_color {
color: {{ colors.source_color.default.hex }}
}
#neutral {
color: {{ colors.neutral.default.hex }}
}
#neutral_variant {
color: {{ colors.neutral_variant.default.hex}}
}
#success {
color: {{ colors.success.default.hex }}
}
#on_success {
color: {{ colors.on_success.default.hex }}
}
#success_container {
color: {{ colors.success_container.default.hex }}
}
#on_success_container {
color: {{ colors.on_success_container.default.hex }}
}
#outline {
color: {{ colors.outline.default.hex }}
}
#outline_variant {
color: {{ colors.outline_variant.default.hex }}
}