File tree 1 file changed +12
-20
lines changed
1 file changed +12
-20
lines changed Original file line number Diff line number Diff line change 1
1
const COLORS_LIGHT = {
2
- appBackground : "#EEECEC" ,
3
- primary900 : "#00146D" ,
4
- primary300 : "#6d78bd" ,
5
- primary200 : "#969ecf" ,
6
- primary100 : "#B0B7E5" ,
7
- secondary800 : "#6d0014" ,
8
- grey600 : "#757575" ,
9
- grey300 : "#BDBDBD" ,
10
- fontMain : "#000000" ,
11
- fontInverse : "#FFFFFF" ,
2
+ APP_BACKGROUND : "#fae8c0" ,
3
+ PRIMARY : "#660014" ,
4
+ SECONDARY : "#665959" ,
5
+ GREY : "#BDBDBD" ,
6
+ FONT_MAIN : "#292827" ,
7
+ FONT_INVERSE : "#FFFFFF" ,
12
8
} as const ;
13
9
14
10
const COLORS_DARK = {
15
- appBackground : "#262626" ,
16
- primary900 : "#BA68C8" ,
17
- primary300 : "#e1bee7" ,
18
- primary200 : "#514951" ,
19
- primary100 : "#351401" ,
20
- secondary800 : "#c86876" ,
21
- grey300 : "#757575" ,
22
- grey600 : "#BDBDBD" ,
23
- fontMain : "#FFFFFF" ,
24
- fontInverse : "#000000" ,
11
+ APP_BACKGROUND : "#292827" ,
12
+ PRIMARY : "#c86822" ,
13
+ SECONDARY : "#e8caa2" ,
14
+ GREY : "#BDBDBD" ,
15
+ FONT_MAIN : "#000000" ,
16
+ FONT_INVERSE : "#FFFFFF" ,
25
17
} as const ;
26
18
27
19
export { COLORS_DARK , COLORS_LIGHT } ;
You can’t perform that action at this time.
0 commit comments