File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ export type Colors = typeof colors
2
2
3
3
const colors = {
4
4
gray : {
5
- 100 : "#f7f7f7" ,
6
- 200 : "#e7e7e7" ,
7
- 300 : "#d4d4d4" ,
8
- 400 : "#b0b0b0" ,
9
- 500 : "#646464" ,
5
+ 100 : "#F7F7F7" ,
6
+ 150 : "#F2F2F2" ,
7
+ 200 : "#E7E7E7" ,
8
+ 300 : "#C8C8C8" ,
9
+ 400 : "#8C8C8C" ,
10
+ 500 : "#616161" ,
10
11
600 : "#333333" ,
11
12
700 : "#222222" ,
12
13
800 : "#1B1B1B" ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const semanticTokens = {
51
51
} ,
52
52
body : {
53
53
base : { _light : "gray.800" , _dark : "gray.100" } ,
54
- medium : { _light : "gray.500" , _dark : "gray.300 " } ,
54
+ medium : { _light : "gray.500" , _dark : "gray.400 " } ,
55
55
light : { _light : "gray.200" , _dark : "gray.600" } ,
56
56
// ! Deprecating body.inverted
57
57
inverted : { _light : "gray.100" , _dark : "gray.800" } ,
You can’t perform that action at this time.
0 commit comments