-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolors.css
More file actions
107 lines (56 loc) · 1.67 KB
/
colors.css
File metadata and controls
107 lines (56 loc) · 1.67 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
107
/*
* Css Colors
* Generated with Matugen
*/
:root {
--background: #1a110f;
--error: #ffb4ab;
--error_container: #93000a;
--inverse_on_surface: #392e2b;
--inverse_primary: #8f4b3a;
--inverse_surface: #f1dfda;
--on_background: #f1dfda;
--on_error: #690005;
--on_error_container: #ffdad6;
--on_primary: #561f11;
--on_primary_container: #ffdad2;
--on_primary_fixed: #3a0a02;
--on_primary_fixed_variant: #723425;
--on_secondary: #442a23;
--on_secondary_container: #ffdad2;
--on_secondary_fixed: #2c1510;
--on_secondary_fixed_variant: #5d4038;
--on_surface: #f1dfda;
--on_surface_variant: #d8c2bd;
--on_tertiary: #3c2f04;
--on_tertiary_container: #f7e1a6;
--on_tertiary_fixed: #241a00;
--on_tertiary_fixed_variant: #544519;
--outline: #a08c88;
--outline_variant: #534340;
--primary: #ffb4a2;
--primary_container: #723425;
--primary_fixed: #ffdad2;
--primary_fixed_dim: #ffb4a2;
--scrim: #000000;
--secondary: #e7bdb3;
--secondary_container: #5d4038;
--secondary_fixed: #ffdad2;
--secondary_fixed_dim: #e7bdb3;
--shadow: #000000;
--source_color: #af3617;
--surface: #1a110f;
--surface_bright: #423734;
--surface_container: #271d1b;
--surface_container_high: #322825;
--surface_container_highest: #3d3230;
--surface_container_low: #231917;
--surface_container_lowest: #140c0a;
--surface_dim: #1a110f;
--surface_tint: #ffb4a2;
--surface_variant: #534340;
--tertiary: #dac58d;
--tertiary_container: #544519;
--tertiary_fixed: #f7e1a6;
--tertiary_fixed_dim: #dac58d;
}