-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Capo-Dark.runestonetheme
77 lines (77 loc) · 2.25 KB
/
Capo-Dark.runestonetheme
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
66
67
68
69
70
71
72
73
74
75
76
77
{
"scopes" : [
{
"fontStyle" : "regular",
"name" : "comment, meta.tag",
"fontWeight" : "regular",
"color" : "#6a6a6a"
},
{
"fontStyle" : "regular",
"name" : "keyword, storage, constant, support.constant, meta.property-value, entity.name.tag, keyword.other.unit.css",
"fontWeight" : "regular",
"color" : "#7e6f94"
},
{
"fontStyle" : "regular",
"name" : "variable, entity.other.attribute-name, support.other.namespace, support.class, support.type.property-name, meta.property-name, meta.instance.constructor",
"fontWeight" : "regular",
"color" : "#7587a6"
},
{
"fontStyle" : "regular",
"name" : "variable.other.property, meta.property.object",
"fontWeight" : "regular",
"color" : "#7587a6"
},
{
"fontStyle" : "regular",
"name" : "keyword.operator, punctuation.separator, meta.group.braces.round.function.arguments",
"fontWeight" : "regular",
"color" : "#999e9f"
},
{
"fontStyle" : "regular",
"name" : "meta.separator, invalid",
"fontWeight" : "regular",
"color" : "#999e9f"
},
{
"fontStyle" : "regular",
"name" : "entity.other.attribute-name.class, entity.name.tag.css, keyword.other, string.quoted.double, string.quoted.single, punctuation.definition.string, entity.other.attribute-name.id",
"fontWeight" : "regular",
"color" : "#b0686f"
},
{
"fontStyle" : "regular",
"name" : "variable.function, entity.name.function, meta.function-call",
"fontWeight" : "regular",
"color" : "#869c78"
},
{
"fontStyle" : "regular",
"name" : "support.function",
"fontWeight" : "regular",
"color" : "#869c78"
}
],
"editor" : {
"invisibleCharacters" : "#4B4E55",
"gutter" : {
"lineNumber" : "#999e9f",
"selectedLinesBackground" : "#171717",
"hairline" : "#999e9f",
"selectedLinesLineNumber" : "#999e9f",
"background" : "#292d35"
},
"pageGuide" : {
"hairline" : "#999e9f",
"background" : "#292d35"
},
"text" : "#999e9f",
"selectedLineBackground" : "#171717",
"background" : "#292d35",
"scrollIndicatorStyle" : "white",
"caret" : "#925a62"
}
}