1{
2    "_comments": [
3        "Last update: Sep 23, 2020 (revision 2)",
4        "This file has been converted from: https://github.com/dhedgecock/radical-vscode"
5    ],
6    "metadata": {
7        "copyright": [
8            "SPDX-FileCopyrightText: 2018 Dan Hedgecock",
9            "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
10        ],
11        "license": "SPDX-License-Identifier: MIT",
12        "name": "Radical",
13        "revision": 2
14    },
15    "editor-colors": {
16        "BackgroundColor": "#141322",
17        "BracketMatching": "#4f2e93",
18        "CodeFolding": "#1e1836",
19        "CurrentLine": "#231630",
20        "CurrentLineNumber": "#d0fff4",
21        "IconBorder": "#141322",
22        "IndentationLine": "#353541",
23        "LineNumbers": "#415e6c",
24        "MarkBookmark": "#391ab5",
25        "MarkBreakpointActive": "#fa61b8",
26        "MarkBreakpointDisabled": "#83fee8",
27        "MarkBreakpointReached": "#fffc7e",
28        "MarkError": "#fc0065",
29        "MarkExecution": "#c8ff00",
30        "MarkWarning": "#ffd000",
31        "ModifiedLines": "#a3ff57",
32        "ReplaceHighlight": "#ffb000",
33        "SavedLines": "#ffb000",
34        "SearchHighlight": "#642581",
35        "Separator": "#252531",
36        "SpellChecking": "#ff1767",
37        "TabMarker": "#2e2e3a",
38        "TemplateBackground": "#1c1a30",
39        "TemplateFocusedPlaceholder": "#ff428e",
40        "TemplatePlaceholder": "#242560",
41        "TemplateReadOnlyPlaceholder": "#1a1b46",
42        "TextSelection": "#4f2e93",
43        "WordWrapMarker": "#100f1a"
44    },
45    "text-styles": {
46        "Alert": {
47            "background-color": "#2f183b",
48            "bold": true,
49            "selected-text-color": "#ff427b",
50            "text-color": "#ff427b"
51        },
52        "Annotation": {
53            "selected-text-color": "#fda8bc",
54            "text-color": "#fda8bc"
55        },
56        "Attribute": {
57            "selected-text-color": "#5af5f0",
58            "text-color": "#5af5f0"
59        },
60        "BaseN": {
61            "selected-text-color": "#f834bb",
62            "text-color": "#f834bb"
63        },
64        "BuiltIn": {
65            "selected-text-color": "#999ee1",
66            "text-color": "#999ee1"
67        },
68        "Char": {
69            "selected-text-color": "#dff959",
70            "text-color": "#dff959"
71        },
72        "Comment": {
73            "italic": true,
74            "selected-text-color": "#45898c",
75            "text-color": "#45898c"
76        },
77        "CommentVar": {
78            "selected-text-color": "#a8c0c2",
79            "text-color": "#a8c0c2"
80        },
81        "Constant": {
82            "bold": true,
83            "selected-text-color": "#fa61b8",
84            "text-color": "#fa61b8"
85        },
86        "ControlFlow": {
87            "bold": true,
88            "selected-text-color": "#d5358f",
89            "text-color": "#d5358f"
90        },
91        "DataType": {
92            "selected-text-color": "#ff85a1",
93            "text-color": "#ff85a1"
94        },
95        "DecVal": {
96            "selected-text-color": "#fa61b8",
97            "text-color": "#fa61b8"
98        },
99        "Documentation": {
100            "selected-text-color": "#75b7bb",
101            "text-color": "#75b7bb"
102        },
103        "Error": {
104            "bold": true,
105            "italic": true,
106            "selected-text-color": "#ff427b",
107            "text-color": "#ff427b",
108            "underline": true
109        },
110        "Extension": {
111            "bold": true,
112            "selected-text-color": "#a8ffdb",
113            "text-color": "#a8ffdb"
114        },
115        "Float": {
116            "selected-text-color": "#f834bb",
117            "text-color": "#f834bb"
118        },
119        "Function": {
120            "selected-text-color": "#a9fef7",
121            "text-color": "#a9fef7"
122        },
123        "Import": {
124            "selected-text-color": "#a9fef7",
125            "text-color": "#a9fef7"
126        },
127        "Information": {
128            "selected-text-color": "#ffd000",
129            "text-color": "#ffd000"
130        },
131        "Keyword": {
132            "bold": true,
133            "selected-text-color": "#d5358f",
134            "text-color": "#d5358f"
135        },
136        "Normal": {
137            "selected-text-color": "#7c9c9e",
138            "text-color": "#7c9c9e"
139        },
140        "Operator": {
141            "selected-text-color": "#d5358f",
142            "text-color": "#d5358f"
143        },
144        "Others": {
145            "selected-text-color": "#5effbd",
146            "text-color": "#5effbd"
147        },
148        "Preprocessor": {
149            "selected-text-color": "#d5358f",
150            "text-color": "#d5358f"
151        },
152        "RegionMarker": {
153            "background-color": "#242560",
154            "selected-text-color": "#baf7fc",
155            "text-color": "#baf7fc"
156        },
157        "SpecialChar": {
158            "selected-text-color": "#c3f920",
159            "text-color": "#c3f920"
160        },
161        "SpecialString": {
162            "selected-text-color": "#ff96aa",
163            "text-color": "#ff96aa"
164        },
165        "String": {
166            "selected-text-color": "#a9fef7",
167            "text-color": "#a9fef7"
168        },
169        "Variable": {
170            "selected-text-color": "#c7e3ee",
171            "text-color": "#c7e3ee"
172        },
173        "VerbatimString": {
174            "selected-text-color": "#a8ffdb",
175            "text-color": "#a8ffdb"
176        },
177        "Warning": {
178            "selected-text-color": "#ff427b",
179            "text-color": "#ff427b"
180        }
181    }
182}
183