-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chrome DevTools.runestonetheme
125 lines (125 loc) · 2.73 KB
/
Chrome DevTools.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
114
115
116
117
118
119
120
121
122
123
124
125
{
"scopes" : [
{
"fontStyle" : "regular",
"name" : "string",
"fontWeight" : "regular",
"color" : "#C41A16"
},
{
"fontStyle" : "regular",
"name" : "number",
"fontWeight" : "regular",
"color" : "#1C00CF"
},
{
"fontStyle" : "regular",
"name" : "keyword",
"fontWeight" : "regular",
"color" : "#AA0D91"
},
{
"fontStyle" : "regular",
"name" : "keyword.operator",
"fontWeight" : "regular",
"color" : "#000000"
},
{
"fontStyle" : "regular",
"name" : "constant.language",
"fontWeight" : "regular",
"color" : "#AA0D91"
},
{
"fontStyle" : "regular",
"name" : "support.class.exception",
"fontWeight" : "regular",
"color" : "#990000"
},
{
"fontStyle" : "regular",
"name" : "function",
"fontWeight" : "regular",
"color" : "#000000"
},
{
"fontStyle" : "regular",
"name" : "comment",
"fontWeight" : "regular",
"color" : "#007400"
},
{
"fontStyle" : "regular",
"name" : "invalid",
"fontWeight" : "regular",
"color" : "#FF0000"
},
{
"fontStyle" : "regular",
"name" : "text source",
"fontWeight" : "regular",
"color" : "#000000"
},
{
"fontStyle" : "regular",
"name" : "meta.tag, declaration.tag",
"fontWeight" : "regular",
"color" : "#AA0D91"
},
{
"fontStyle" : "regular",
"name" : "support",
"fontWeight" : "bold",
"color" : "#000000"
},
{
"fontStyle" : "regular",
"name" : "storage",
"fontWeight" : "regular",
"color" : "#AA0D91"
},
{
"fontStyle" : "regular",
"name" : "entity.name.function.frame",
"fontWeight" : "bold",
"color" : "#000000"
},
{
"fontStyle" : "regular",
"name" : "meta.tag.preprocessor.xml",
"fontWeight" : "regular",
"color" : "#333333"
},
{
"fontStyle" : "italic",
"name" : "attribute",
"fontWeight" : "regular",
"color" : "#994500"
},
{
"fontStyle" : "regular",
"name" : "tag",
"fontWeight" : "regular",
"color" : "#881280"
}
],
"editor" : {
"invisibleCharacters" : "#B3B3B3F4",
"gutter" : {
"lineNumber" : "#000000",
"selectedLinesBackground" : "#0000001A",
"hairline" : "#000000",
"selectedLinesLineNumber" : "#000000",
"background" : "#FFFFFF"
},
"pageGuide" : {
"hairline" : "#000000",
"background" : "#FFFFFF"
},
"text" : "#000000",
"selectedLineBackground" : "#0000001A",
"background" : "#FFFFFF",
"scrollIndicatorStyle" : "black",
"caret" : "#000000"
}
}