-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dimmed - Monokai - NoContrast.runestonetheme
53 lines (53 loc) · 1.28 KB
/
Dimmed - Monokai - NoContrast.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" : "#565c2f"
},
{
"fontStyle" : "regular",
"name" : "variable.language.js",
"fontWeight" : "regular",
"color" : "#8c4144"
},
{
"fontStyle" : "regular",
"name" : "punctuation.definition.string.end.php, punctuation.definition.string.begin.php",
"fontWeight" : "regular",
"color" : "#565c2f"
},
{
"fontStyle" : "regular",
"name" : "source.php.embedded.line.html",
"fontWeight" : "regular",
"color" : "#3c3c3c"
},
{
"fontStyle" : "regular",
"name" : "source.ruby.embedded.source",
"fontWeight" : "regular",
"color" : "#885b35"
}
],
"editor" : {
"invisibleCharacters" : "#4B4E55",
"gutter" : {
"lineNumber" : "#959996",
"selectedLinesBackground" : "#282A2E",
"hairline" : "#959996",
"selectedLinesLineNumber" : "#959996",
"background" : "#1e1e1e"
},
"pageGuide" : {
"hairline" : "#959996",
"background" : "#1e1e1e"
},
"text" : "#959996",
"selectedLineBackground" : "#282A2E",
"background" : "#1e1e1e",
"scrollIndicatorStyle" : "white",
"caret" : "#fc5604"
}
}