-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolors.json
More file actions
106 lines (106 loc) · 3.52 KB
/
Copy pathcolors.json
File metadata and controls
106 lines (106 loc) · 3.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"colors": {
"dark": {
"background": "#101418",
"error": "#ffb4ab",
"error_container": "#93000a",
"inverse_on_surface": "#2d3135",
"inverse_primary": "#2e628c",
"inverse_surface": "#e0e2e8",
"on_background": "#e0e2e8",
"on_error": "#690005",
"on_error_container": "#ffdad6",
"on_primary": "#003352",
"on_primary_container": "#cde5ff",
"on_primary_fixed": "#001d32",
"on_primary_fixed_variant": "#0b4a72",
"on_secondary": "#233240",
"on_secondary_container": "#d5e4f6",
"on_secondary_fixed": "#0e1d2a",
"on_secondary_fixed_variant": "#3a4857",
"on_surface": "#e0e2e8",
"on_surface_variant": "#c2c7cf",
"on_tertiary": "#382a49",
"on_tertiary_container": "#eedcff",
"on_tertiary_fixed": "#221533",
"on_tertiary_fixed_variant": "#4f4061",
"outline": "#8c9198",
"outline_variant": "#42474e",
"primary": "#9acbfa",
"primary_container": "#0b4a72",
"primary_fixed": "#cde5ff",
"primary_fixed_dim": "#9acbfa",
"scrim": "#000000",
"secondary": "#b9c8da",
"secondary_container": "#3a4857",
"secondary_fixed": "#d5e4f6",
"secondary_fixed_dim": "#b9c8da",
"shadow": "#000000",
"surface": "#101418",
"surface_bright": "#36393e",
"surface_container": "#1c2024",
"surface_container_high": "#272a2f",
"surface_container_highest": "#313539",
"surface_container_low": "#181c20",
"surface_container_lowest": "#0b0f12",
"surface_dim": "#101418",
"surface_tint": "#9acbfa",
"surface_variant": "#42474e",
"tertiary": "#d2bfe7",
"tertiary_container": "#4f4061",
"tertiary_fixed": "#eedcff",
"tertiary_fixed_dim": "#d2bfe7"
},
"light": {
"background": "#f7f9ff",
"error": "#ba1a1a",
"error_container": "#ffdad6",
"inverse_on_surface": "#eef1f6",
"inverse_primary": "#9acbfa",
"inverse_surface": "#2d3135",
"on_background": "#181c20",
"on_error": "#ffffff",
"on_error_container": "#410002",
"on_primary": "#ffffff",
"on_primary_container": "#001d32",
"on_primary_fixed": "#001d32",
"on_primary_fixed_variant": "#0b4a72",
"on_secondary": "#ffffff",
"on_secondary_container": "#0e1d2a",
"on_secondary_fixed": "#0e1d2a",
"on_secondary_fixed_variant": "#3a4857",
"on_surface": "#181c20",
"on_surface_variant": "#42474e",
"on_tertiary": "#ffffff",
"on_tertiary_container": "#221533",
"on_tertiary_fixed": "#221533",
"on_tertiary_fixed_variant": "#4f4061",
"outline": "#72777f",
"outline_variant": "#c2c7cf",
"primary": "#2e628c",
"primary_container": "#cde5ff",
"primary_fixed": "#cde5ff",
"primary_fixed_dim": "#9acbfa",
"scrim": "#000000",
"secondary": "#51606f",
"secondary_container": "#d5e4f6",
"secondary_fixed": "#d5e4f6",
"secondary_fixed_dim": "#b9c8da",
"shadow": "#000000",
"surface": "#f7f9ff",
"surface_bright": "#f7f9ff",
"surface_container": "#eceef3",
"surface_container_high": "#e6e8ee",
"surface_container_highest": "#e0e2e8",
"surface_container_low": "#f1f4f9",
"surface_container_lowest": "#ffffff",
"surface_dim": "#d8dadf",
"surface_tint": "#2e628c",
"surface_variant": "#dee3eb",
"tertiary": "#67587a",
"tertiary_container": "#eedcff",
"tertiary_fixed": "#eedcff",
"tertiary_fixed_dim": "#d2bfe7"
}
}
}