forked from nacos-group/nacos-group.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththemeColor.json
More file actions
36 lines (36 loc) · 793 Bytes
/
themeColor.json
File metadata and controls
36 lines (36 loc) · 793 Bytes
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
{
"blue": {
"01": "#EDF2FC",
"02": "#E0E9FB",
"03": "#C6D6F7",
"04": "#A6BFF2",
"05": "#8BABE9",
"06": "#7097E6",
"07": "#567BE1",
"08": "#3D57DA",
"09": "#2C46C9",
"10": "#1F36AD",
"11": "#162B92",
"12": "#0D1A59",
"13": "#0B1337",
"14": "#070B22",
"15": "#030611"
},
"gray": {
"01": "#F4F4F6",
"02": "#EBECEF",
"03": "#DDDEE4",
"04": "#C7C9D1",
"05": "#B3B6C1",
"06": "#A3A6B3",
"07": "#9295A5",
"08": "#818598",
"09": "#6E7587",
"10": "#5C6170",
"11": "#4C505D",
"12": "#2E3038",
"13": "#1E1F24",
"14": "#121316",
"15": "#0A0A0A"
}
}