-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dimmed Storm.runestonetheme
53 lines (53 loc) · 1.28 KB
/
Dimmed Storm.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
{
"scopes" : [
{
"fontStyle" : "regular",
"name" : "meta.toc-list.id",
"fontWeight" : "regular",
"color" : "#9aa83a"
},
{
"fontStyle" : "regular",
"name" : "variable.language.js",
"fontWeight" : "regular",
"color" : "#CC555A"
},
{
"fontStyle" : "regular",
"name" : "punctuation.definition.string.end.php, punctuation.definition.string.begin.php",
"fontWeight" : "regular",
"color" : "#9aa83a"
},
{
"fontStyle" : "regular",
"name" : "source.php.embedded.line.html",
"fontWeight" : "regular",
"color" : "#676867"
},
{
"fontStyle" : "regular",
"name" : "source.ruby.embedded.source",
"fontWeight" : "regular",
"color" : "#cb602d"
}
],
"editor" : {
"invisibleCharacters" : "#5d5d5d",
"gutter" : {
"lineNumber" : "#5d5d5d",
"selectedLinesBackground" : "#323232",
"hairline" : "#5d5d5d",
"selectedLinesLineNumber" : "#5d5d5d",
"background" : "#2B2B2B"
},
"pageGuide" : {
"hairline" : "#5d5d5d",
"background" : "#2B2B2B"
},
"text" : "#5d5d5d",
"selectedLineBackground" : "#323232",
"background" : "#2B2B2B",
"scrollIndicatorStyle" : "white",
"caret" : "#ed0909"
}
}