Files
dotfiles/colors.json
2024-12-25 03:23:57 +00:00

105 lines
4.1 KiB
JSON

{
"colors": {
"dark": {
"background": "#1a120d",
"error": "#ffb4ab",
"error_container": "#93000a",
"inverse_on_surface": "#382e29",
"inverse_primary": "#8c4e29",
"inverse_surface": "#f0dfd7",
"on_background": "#f0dfd7",
"on_error": "#690005",
"on_error_container": "#ffdad6",
"on_primary": "#532201",
"on_primary_container": "#ffdbca",
"on_primary_fixed": "#331200",
"on_primary_fixed_variant": "#6f3714",
"on_secondary": "#432b1d",
"on_secondary_container": "#ffdbca",
"on_secondary_fixed": "#2b160a",
"on_secondary_fixed_variant": "#5c4132",
"on_surface": "#f0dfd7",
"on_surface_variant": "#d7c2b9",
"on_tertiary": "#343208",
"on_tertiary_container": "#eae5ab",
"on_tertiary_fixed": "#1e1c00",
"on_tertiary_fixed_variant": "#4b481d",
"outline": "#9f8d84",
"outline_variant": "#52443c",
"primary": "#ffb68e",
"primary_container": "#6f3714",
"primary_fixed": "#ffdbca",
"primary_fixed_dim": "#ffb68e",
"scrim": "#000000",
"secondary": "#e6beab",
"secondary_container": "#5f4334",
"secondary_fixed": "#ffdbca",
"secondary_fixed_dim": "#e6beab",
"shadow": "#000000",
"surface": "#1a120d",
"surface_bright": "#413732",
"surface_container": "#271e19",
"surface_container_high": "#322823",
"surface_container_highest": "#3d332e",
"surface_container_low": "#221a15",
"surface_container_lowest": "#140c09",
"surface_dim": "#1a120d",
"surface_variant": "#52443c",
"tertiary": "#cec991",
"tertiary_container": "#4b481d",
"tertiary_fixed": "#eae5ab",
"tertiary_fixed_dim": "#cec991"
},
"light": {
"background": "#fff8f6",
"error": "#ba1a1a",
"error_container": "#ffdad6",
"inverse_on_surface": "#ffede5",
"inverse_primary": "#ffb68e",
"inverse_surface": "#382e29",
"on_background": "#221a15",
"on_error": "#ffffff",
"on_error_container": "#410002",
"on_primary": "#ffffff",
"on_primary_container": "#331200",
"on_primary_fixed": "#331200",
"on_primary_fixed_variant": "#6f3714",
"on_secondary": "#ffffff",
"on_secondary_container": "#2b160a",
"on_secondary_fixed": "#2b160a",
"on_secondary_fixed_variant": "#5c4132",
"on_surface": "#221a15",
"on_surface_variant": "#52443c",
"on_tertiary": "#ffffff",
"on_tertiary_container": "#1e1c00",
"on_tertiary_fixed": "#1e1c00",
"on_tertiary_fixed_variant": "#4b481d",
"outline": "#85746b",
"outline_variant": "#d7c2b9",
"primary": "#8c4e29",
"primary_container": "#ffdbca",
"primary_fixed": "#ffdbca",
"primary_fixed_dim": "#ffb68e",
"scrim": "#000000",
"secondary": "#765848",
"secondary_container": "#fdd4c0",
"secondary_fixed": "#ffdbca",
"secondary_fixed_dim": "#e6beab",
"shadow": "#000000",
"source_color": "#c06021",
"surface": "#fff8f6",
"surface_bright": "#fff8f6",
"surface_container": "#fceae3",
"surface_container_high": "#f6e5dd",
"surface_container_highest": "#f0dfd7",
"surface_container_low": "#fff1eb",
"surface_container_lowest": "#ffffff",
"surface_dim": "#e8d7cf",
"surface_variant": "#f4ded4",
"tertiary": "#636032",
"tertiary_container": "#eae5ab",
"tertiary_fixed": "#eae5ab",
"tertiary_fixed_dim": "#cec991"
}
}
}