-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstainless-fit-dark-color-theme.json
65 lines (65 loc) · 1.24 KB
/
stainless-fit-dark-color-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
63
64
65
{
"name": "Stainless Fit Dark",
"type": "dark-plus",
"tokenColors": [
{
"name": "Type Annotations",
"scope": [
"entity.name.type.sf"
],
"settings": {
"foreground": "#42c8c2"
}
}, {
"name": "Strings",
"scope": [
"string.quoted.double.sf"
],
"settings": {
"foreground": "#ce9178"
}
}, {
"name": "Comments",
"scope": [
"comment.line.double-slash.sf"
],
"settings": {
"foreground": "#608b4e"
}
}, {
"name": "Control keywords",
"scope": [
"keyword.control"
],
"settings": {
"foreground": "#7c4b88"
}
}, {
"name": "Symbols",
"scope": [
"punctuation.sf"
],
"settings": {
"foreground": "#cf8a8e"
}
}, {
"name": "Type Constructors",
"scope": [
"keyword.other.type-constructors.sf"
],
"settings": {
"fontStyle": "bold",
"foreground": "#42c8c2"
}
}, {
"name": "Type Annotation Keywords",
"scope": [
"keyword.other.annotations.sf"
],
"settings": {
"fontStyle": "bold",
"foreground": "#42c8c2"
}
}
]
}