init
This commit is contained in:
commit
29987d67a2
29 changed files with 30601 additions and 0 deletions
108
cache/DankMaterialShell/dms-colors.json
vendored
Normal file
108
cache/DankMaterialShell/dms-colors.json
vendored
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"colors": {
|
||||
"dark": {
|
||||
"background": "#111318",
|
||||
"error": "#ffb4ab",
|
||||
"error_container": "#93000a",
|
||||
"inverse_on_surface": "#2e3035",
|
||||
"inverse_primary": "#3c6090",
|
||||
"inverse_surface": "#e1e2e9",
|
||||
"on_background": "#e1e2e9",
|
||||
"on_error": "#690005",
|
||||
"on_error_container": "#ffdad6",
|
||||
"on_primary": "#00315e",
|
||||
"on_primary_container": "#d4e3ff",
|
||||
"on_primary_fixed": "#001c3a",
|
||||
"on_primary_fixed_variant": "#224876",
|
||||
"on_secondary": "#273141",
|
||||
"on_secondary_container": "#d8e3f8",
|
||||
"on_secondary_fixed": "#111c2b",
|
||||
"on_secondary_fixed_variant": "#3d4758",
|
||||
"on_surface": "#e1e2e9",
|
||||
"on_surface_variant": "#c3c6cf",
|
||||
"on_tertiary": "#3d2946",
|
||||
"on_tertiary_container": "#f7d8ff",
|
||||
"on_tertiary_fixed": "#271430",
|
||||
"on_tertiary_fixed_variant": "#553f5d",
|
||||
"outline": "#8d9199",
|
||||
"outline_variant": "#43474e",
|
||||
"primary": "#a6c8ff",
|
||||
"primary_container": "#224876",
|
||||
"primary_fixed": "#d4e3ff",
|
||||
"primary_fixed_dim": "#a6c8ff",
|
||||
"scrim": "#000000",
|
||||
"secondary": "#bcc7dc",
|
||||
"secondary_container": "#3d4758",
|
||||
"secondary_fixed": "#d8e3f8",
|
||||
"secondary_fixed_dim": "#bcc7dc",
|
||||
"shadow": "#000000",
|
||||
"source_color": "#2c578d",
|
||||
"surface": "#111318",
|
||||
"surface_bright": "#37393e",
|
||||
"surface_container": "#1d2024",
|
||||
"surface_container_high": "#282a2f",
|
||||
"surface_container_highest": "#32353a",
|
||||
"surface_container_low": "#191c20",
|
||||
"surface_container_lowest": "#0c0e13",
|
||||
"surface_dim": "#111318",
|
||||
"surface_tint": "#a6c8ff",
|
||||
"surface_variant": "#43474e",
|
||||
"tertiary": "#dabde2",
|
||||
"tertiary_container": "#553f5d",
|
||||
"tertiary_fixed": "#f7d8ff",
|
||||
"tertiary_fixed_dim": "#dabde2"
|
||||
},
|
||||
"light": {
|
||||
"background": "#f9f9ff",
|
||||
"error": "#ba1a1a",
|
||||
"error_container": "#ffdad6",
|
||||
"inverse_on_surface": "#f0f0f7",
|
||||
"inverse_primary": "#a6c8ff",
|
||||
"inverse_surface": "#2e3035",
|
||||
"on_background": "#191c20",
|
||||
"on_error": "#ffffff",
|
||||
"on_error_container": "#410002",
|
||||
"on_primary": "#ffffff",
|
||||
"on_primary_container": "#001c3a",
|
||||
"on_primary_fixed": "#001c3a",
|
||||
"on_primary_fixed_variant": "#224876",
|
||||
"on_secondary": "#ffffff",
|
||||
"on_secondary_container": "#111c2b",
|
||||
"on_secondary_fixed": "#111c2b",
|
||||
"on_secondary_fixed_variant": "#3d4758",
|
||||
"on_surface": "#191c20",
|
||||
"on_surface_variant": "#43474e",
|
||||
"on_tertiary": "#ffffff",
|
||||
"on_tertiary_container": "#271430",
|
||||
"on_tertiary_fixed": "#271430",
|
||||
"on_tertiary_fixed_variant": "#553f5d",
|
||||
"outline": "#74777f",
|
||||
"outline_variant": "#c3c6cf",
|
||||
"primary": "#3c6090",
|
||||
"primary_container": "#d4e3ff",
|
||||
"primary_fixed": "#d4e3ff",
|
||||
"primary_fixed_dim": "#a6c8ff",
|
||||
"scrim": "#000000",
|
||||
"secondary": "#545f71",
|
||||
"secondary_container": "#d8e3f8",
|
||||
"secondary_fixed": "#d8e3f8",
|
||||
"secondary_fixed_dim": "#bcc7dc",
|
||||
"shadow": "#000000",
|
||||
"source_color": "#2c578d",
|
||||
"surface": "#f9f9ff",
|
||||
"surface_bright": "#f9f9ff",
|
||||
"surface_container": "#ededf4",
|
||||
"surface_container_high": "#e7e8ee",
|
||||
"surface_container_highest": "#e1e2e9",
|
||||
"surface_container_low": "#f3f3fa",
|
||||
"surface_container_lowest": "#ffffff",
|
||||
"surface_dim": "#d9dae0",
|
||||
"surface_tint": "#3c6090",
|
||||
"surface_variant": "#e0e2ec",
|
||||
"tertiary": "#6e5676",
|
||||
"tertiary_container": "#f7d8ff",
|
||||
"tertiary_fixed": "#f7d8ff",
|
||||
"tertiary_fixed_dim": "#dabde2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue