-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJuno.json
172 lines (172 loc) · 4.93 KB
/
Juno.json
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"custom-styles": {
},
"editor-colors": {
"BackgroundColor": "#131520",
"BracketMatching": "#7c60a3",
"CodeFolding": "#5e81ac",
"CurrentLine": "#141a21",
"CurrentLineNumber": "#a5a6a8",
"IconBorder": "#131520",
"IndentationLine": "#141a21",
"LineNumbers": "#7a7c7d",
"MarkBookmark": "#2980b9",
"MarkBreakpointActive": "#ff5555",
"MarkBreakpointDisabled": "#7c60a3",
"MarkBreakpointReached": "#ffb86c",
"MarkError": "#ff5555",
"MarkExecution": "#2f343f",
"MarkWarning": "#ffb86c",
"ModifiedLines": "#f78c6c",
"ReplaceHighlight": "#c3e88d",
"SavedLines": "#c3e88d",
"SearchHighlight": "#00a9a5",
"Separator": "#3f4347",
"SpellChecking": "#ff5370",
"TabMarker": "#141a21",
"TemplateBackground": "#131520",
"TemplateFocusedPlaceholder": "#c3e88d",
"TemplatePlaceholder": "#c3e88d",
"TemplateReadOnlyPlaceholder": "#ff5370",
"TextSelection": "#00a9a5",
"WordWrapMarker": "#3a3f44"
},
"metadata": {
"name": "Juno-Ocean",
"revision": 1
},
"text-styles": {
"Alert": {
"background-color": "#4d1f24",
"bold": true,
"selected-text-color": "#95da4c",
"text-color": "#95da4c"
},
"Annotation": {
"selected-text-color": "#54aa75",
"text-color": "#3f8058"
},
"Attribute": {
"selected-text-color": "#fdbc4b",
"text-color": "#2980b9"
},
"BaseN": {
"selected-text-color": "#f67400",
"text-color": "#f67400"
},
"BuiltIn": {
"selected-text-color": "#bdc3c7",
"text-color": "#7f8c8d"
},
"Char": {
"selected-text-color": "#3daee9",
"text-color": "#3daee9"
},
"Comment": {
"selected-text-color": "#808080",
"text-color": "#7a7c7d"
},
"CommentVar": {
"selected-text-color": "#94a3a4",
"text-color": "#7f8c8d"
},
"Constant": {
"bold": true,
"selected-text-color": "#27aeae",
"text-color": "#27aeae"
},
"ControlFlow": {
"bold": true,
"selected-text-color": "#fdbc4b",
"text-color": "#fdbc4b"
},
"DataType": {
"selected-text-color": "#fdbc4b",
"text-color": "#2980b9"
},
"DecVal": {
"selected-text-color": "#f67400",
"text-color": "#f67400"
},
"Documentation": {
"selected-text-color": "#da4453",
"text-color": "#a43340"
},
"Error": {
"selected-text-color": "#da4453",
"text-color": "#da4453",
"underline": true
},
"Extension": {
"bold": true,
"selected-text-color": "#bdc3c7",
"text-color": "#0099ff"
},
"Float": {
"selected-text-color": "#f67400",
"text-color": "#f67400"
},
"Function": {
"selected-text-color": "#af81ff",
"text-color": "#8e44ad"
},
"Import": {
"selected-text-color": "#27ae60",
"text-color": "#27ae60"
},
"Information": {
"selected-text-color": "#e46700",
"text-color": "#c45b00"
},
"Keyword": {
"bold": true,
"selected-text-color": "#cfcfc2",
"text-color": "#cfcfc2"
},
"Normal": {
"selected-text-color": "#cfcfc2",
"text-color": "#cfcfc2"
},
"Operator": {
"selected-text-color": "#54aa75",
"text-color": "#3f8058"
},
"Others": {
"selected-text-color": "#27ae60",
"text-color": "#27ae60"
},
"Preprocessor": {
"selected-text-color": "#27ae60",
"text-color": "#27ae60"
},
"RegionMarker": {
"background-color": "#153042",
"selected-text-color": "#3daee9",
"text-color": "#2980b9"
},
"SpecialChar": {
"selected-text-color": "#3daee9",
"text-color": "#3daee9"
},
"SpecialString": {
"selected-text-color": "#da4453",
"text-color": "#da4453"
},
"String": {
"selected-text-color": "#f44f4f",
"text-color": "#f44f4f"
},
"Variable": {
"selected-text-color": "#27aeae",
"text-color": "#27aeae"
},
"VerbatimString": {
"selected-text-color": "#da4453",
"text-color": "#da4453"
},
"Warning": {
"selected-text-color": "#da4453",
"text-color": "#da4453"
}
}
}