-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom-one-light-theme.json
62 lines (62 loc) · 1.12 KB
/
atom-one-light-theme.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"plain": {
"backgroundColor": "#fafafa"
},
"styles": [
{
"types": ["comment"],
"style": {
"color": "rgb(160, 161, 167)",
"fontStyle": "italic"
}
},
{
"types": ["keyword", "selector", "changed"],
"style": {
"color": "rgb(166, 38, 164)"
}
},
{
"types": ["operator", "punctuation"],
"style": {
"color": "rgb(56, 58, 66)"
}
},
{
"types": ["constant", "number", "builtin", "attr-name", "property"],
"style": {
"color": "rgb(152, 104, 1)"
}
},
{
"types": ["char", "symbol"],
"style": {
"color": "rgb(1, 132, 188)"
}
},
{
"types": ["variable", "tag", "deleted"],
"style": {
"color": "rgb(228, 86, 73)"
}
},
{
"types": ["string", "inserted"],
"style": {
"color": "rgb(80, 161, 79)"
}
},
{
"types": ["function"],
"style": {
"color": "rgb(64, 120, 242)"
}
},
{
"types": ["class-name"],
"style": {
"color": "rgb(193, 132, 1)"
}
}
]
}