-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ascetic-Night.runestonetheme
113 lines (113 loc) · 2.78 KB
/
Ascetic-Night.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"scopes" : [
{
"fontStyle" : "regular",
"name" : "comment",
"fontWeight" : "regular",
"color" : "#473b96"
},
{
"fontStyle" : "regular",
"name" : "string",
"fontWeight" : "regular",
"color" : "#cfcfcf"
},
{
"fontStyle" : "regular",
"name" : "number",
"fontWeight" : "regular",
"color" : "#cfcfcf"
},
{
"fontStyle" : "regular",
"name" : "constant.language",
"fontWeight" : "regular",
"color" : "#cfcfcf"
},
{
"fontStyle" : "regular",
"name" : "constant.character,constant.other",
"fontWeight" : "regular",
"color" : "#bfbfbf"
},
{
"fontStyle" : "regular",
"name" : "entity.name.tag,punctuation.definition.tag,entity.other.attribute-name,string.quoted.single.html,string.quoted.double.html,string.quoted.single.xml,string.quoted.double.xml,meta.tag",
"fontWeight" : "regular",
"color" : "#5b5c5e"
},
{
"fontStyle" : "regular",
"name" : "string.quoted.double.json,string.quoted.single.json",
"fontWeight" : "regular",
"color" : "#a0a0a1"
},
{
"fontStyle" : "regular",
"name" : "markup.deleted",
"fontWeight" : "regular",
"color" : "#47add8"
},
{
"fontStyle" : "regular",
"name" : "markup.inserted",
"fontWeight" : "regular",
"color" : "#6e5ae0"
},
{
"fontStyle" : "regular",
"name" : "markup.changed",
"fontWeight" : "regular",
"color" : "#d88147"
},
{
"fontStyle" : "regular",
"name" : "constant.numeric.line-number.find-in-files - match",
"fontWeight" : "regular",
"color" : "#5b5c5e"
},
{
"fontStyle" : "regular",
"name" : "entity.name.filename.find-in-files",
"fontWeight" : "regular",
"color" : "#cfcfcf"
},
{
"fontStyle" : "regular",
"name" : "sublimelinter.mark.warning",
"fontWeight" : "regular",
"color" : "#2248ff"
},
{
"fontStyle" : "regular",
"name" : "sublimelinter.gutter-mark",
"fontWeight" : "regular",
"color" : "#000000"
},
{
"fontStyle" : "regular",
"name" : "sublimelinter.mark.error",
"fontWeight" : "regular",
"color" : "#2fdfff"
}
],
"editor" : {
"invisibleCharacters" : "#1a1b1e",
"gutter" : {
"lineNumber" : "#a0a0a0",
"selectedLinesBackground" : "#171717",
"hairline" : "#a0a0a0",
"selectedLinesLineNumber" : "#a0a0a0",
"background" : "#111111"
},
"pageGuide" : {
"hairline" : "#a0a0a0",
"background" : "#111111"
},
"text" : "#a0a0a0",
"selectedLineBackground" : "#171717",
"background" : "#111111",
"scrollIndicatorStyle" : "black",
"caret" : "#f0f0f1"
}
}