-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
colors.json
40 lines (40 loc) · 898 Bytes
/
colors.json
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
{
"dark": {
"bg": "#282c34",
"fg": "#abb2bf",
"caret": "#ffcc00",
"caretrow": "#363b43",
"keyword": "#10b1fe",
"comment": "#545862",
"operator": "#7a82da",
"function": "#3fc56b",
"class": "#ff6480",
"string": "#f9c859",
"number": "#ff78f8",
"constant": "#9f7efe",
"attribute": "#ff936a",
"tag": "#3691ff",
"property": "#ce9887",
"selection": "#3e4451",
"invalid": "#fc2f52"
},
"light": {
"bg": "#f9f9f9",
"fg": "#383a42",
"caret": "#f31459",
"caretrow": "#f1f1f1",
"keyword": "#0098dd",
"comment": "#a0a1a7",
"operator": "#7a82da",
"function": "#23974a",
"class": "#d52753",
"string": "#c5a332",
"number": "#ce33c0",
"constant": "#823ff1",
"attribute": "#df631c",
"tag": "#275fe4",
"property": "#a05a48",
"selection": "#d2ecff",
"invalid": "#ff0000"
}
}