1{
2    "_comments": [
3        "Last update: Jul 28, 2021 (revision 3)",
4        "This file has been converted from: https://github.com/dempfi/ayu",
5        "Also see: https://github.com/ayu-theme"
6    ],
7    "metadata": {
8        "copyright": [
9            "SPDX-FileCopyrightText: 2016 Ike Ku",
10            "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
11        ],
12        "license": "SPDX-License-Identifier: MIT",
13        "name": "ayu Light",
14        "revision": 3
15    },
16    "editor-colors": {
17        "BackgroundColor": "#fafafa",
18        "BracketMatching": "#d9dbdd",
19        "CodeFolding": "#ffe6dc",
20        "CurrentLine": "#eff0f2",
21        "CurrentLineNumber": "#767676",
22        "IconBorder": "#f3f3f3",
23        "IndentationLine": "#dcdee1",
24        "LineNumbers": "#9f9f9f",
25        "MarkBookmark": "#399ee6",
26        "MarkBreakpointActive": "#f07171",
27        "MarkBreakpointDisabled": "#a37acc",
28        "MarkBreakpointReached": "#e6ba7e",
29        "MarkError": "#f51818",
30        "MarkExecution": "#4cbf99",
31        "MarkWarning": "#86b300",
32        "ModifiedLines": "#709ecc",
33        "ReplaceHighlight": "#b0d4e4",
34        "SavedLines": "#99bf4d",
35        "SearchHighlight": "#fdd1bc",
36        "Separator": "#e0dfdf",
37        "SpellChecking": "#f27983",
38        "TabMarker": "#dcdee1",
39        "TemplateBackground": "#f7f7f7",
40        "TemplateFocusedPlaceholder": "#bec1c6",
41        "TemplatePlaceholder": "#dddfe1",
42        "TemplateReadOnlyPlaceholder": "#ffffff",
43        "TextSelection": "#d1e4f4",
44        "WordWrapMarker": "#e9eaeb"
45    },
46    "text-styles": {
47        "Alert": {
48            "background-color": "#faefef",
49            "bold": true,
50            "selected-text-color": "#f51818",
51            "text-color": "#f51818"
52        },
53        "Annotation": {
54            "selected-text-color": "#e6ba7e",
55            "text-color": "#e6ba7e"
56        },
57        "Attribute": {
58            "selected-text-color": "#399ee6",
59            "text-color": "#399ee6"
60        },
61        "BaseN": {
62            "selected-text-color": "#ff9940",
63            "text-color": "#ff9940"
64        },
65        "BuiltIn": {
66            "selected-text-color": "#4cbf99",
67            "text-color": "#4cbf99"
68        },
69        "Char": {
70            "selected-text-color": "#4cbf99",
71            "text-color": "#4cbf99"
72        },
73        "Comment": {
74            "italic": true,
75            "selected-text-color": "#607880",
76            "text-color": "#607880"
77        },
78        "CommentVar": {
79            "selected-text-color": "#a37acc",
80            "text-color": "#a37acc"
81        },
82        "Constant": {
83            "selected-text-color": "#a37acc",
84            "text-color": "#a37acc"
85        },
86        "ControlFlow": {
87            "bold": true,
88            "selected-text-color": "#fa8d3e",
89            "text-color": "#fa8d3e"
90        },
91        "DataType": {
92            "selected-text-color": "#fa8d3e",
93            "text-color": "#fa8d3e"
94        },
95        "DecVal": {
96            "selected-text-color": "#ff9940",
97            "text-color": "#ff9940"
98        },
99        "Documentation": {
100            "selected-text-color": "#607880",
101            "text-color": "#607880"
102        },
103        "Error": {
104            "selected-text-color": "#f51818",
105            "text-color": "#f51818",
106            "underline": true
107        },
108        "Extension": {
109            "bold": true,
110            "selected-text-color": "#399ee6",
111            "text-color": "#399ee6"
112        },
113        "Float": {
114            "selected-text-color": "#ff9940",
115            "text-color": "#ff9940"
116        },
117        "Function": {
118            "selected-text-color": "#f2ae49",
119            "text-color": "#f2ae49"
120        },
121        "Import": {
122            "selected-text-color": "#86b300",
123            "text-color": "#86b300"
124        },
125        "Information": {
126            "selected-text-color": "#ff9940",
127            "text-color": "#ff9940"
128        },
129        "Keyword": {
130            "bold": true,
131            "selected-text-color": "#fa8d3e",
132            "text-color": "#fa8d3e"
133        },
134        "Normal": {
135            "selected-text-color": "#575f66",
136            "text-color": "#575f66"
137        },
138        "Operator": {
139            "selected-text-color": "#ed9366",
140            "text-color": "#ed9366"
141        },
142        "Others": {
143            "selected-text-color": "#55b4d4",
144            "text-color": "#55b4d4"
145        },
146        "Preprocessor": {
147            "selected-text-color": "#f07171",
148            "text-color": "#f07171"
149        },
150        "RegionMarker": {
151            "background-color": "#ddecf3",
152            "selected-text-color": "#399ee6",
153            "text-color": "#399ee6"
154        },
155        "SpecialChar": {
156            "selected-text-color": "#4cbf99",
157            "text-color": "#4cbf99"
158        },
159        "SpecialString": {
160            "selected-text-color": "#4cbf99",
161            "text-color": "#4cbf99"
162        },
163        "String": {
164            "selected-text-color": "#86b300",
165            "text-color": "#86b300"
166        },
167        "Variable": {
168            "selected-text-color": "#55b4d4",
169            "text-color": "#55b4d4"
170        },
171        "VerbatimString": {
172            "selected-text-color": "#729800",
173            "text-color": "#729800"
174        },
175        "Warning": {
176            "selected-text-color": "#f07171",
177            "text-color": "#f07171"
178        }
179    }
180}
181