-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDimmed - Monokai.runestonetheme
53 lines (53 loc) · 1.28 KB
/
Dimmed - Monokai.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" : "#D08442"
}
],
"editor" : {
"invisibleCharacters" : "#4B4E55",
"gutter" : {
"lineNumber" : "#C5C8C6",
"selectedLinesBackground" : "#282A2E",
"hairline" : "#C5C8C6",
"selectedLinesLineNumber" : "#C5C8C6",
"background" : "#1e1e1e"
},
"pageGuide" : {
"hairline" : "#C5C8C6",
"background" : "#1e1e1e"
},
"text" : "#C5C8C6",
"selectedLineBackground" : "#282A2E",
"background" : "#1e1e1e",
"scrollIndicatorStyle" : "white",
"caret" : "#fc5604"
}
}