1{
2    "_comments": [
3        "Last update: Sep 17, 2020 (revision 2)",
4        "This file has been converted from: https://github.com/morhetz/gruvbox"
5    ],
6    "metadata" : {
7        "copyright": [
8            "SPDX-FileCopyrightText: 2017 Pavel Pertsev <morhetz@gmail.com>",
9            "SPDX-FileCopyrightText: 2020 Frederik Banning <laubblaeser@live.com>"
10        ],
11        "license": "SPDX-License-Identifier: MIT",
12        "name" : "gruvbox Light",
13        "revision" : 2
14    },
15    "text-styles": {
16        "Normal" : {
17            "text-color" : "#3c3836",
18            "selected-text-color" : "#3c3836",
19            "bold" : false,
20            "italic" : false,
21            "underline" : false,
22            "strike-through" : false
23        },
24        "Keyword" : {
25            "text-color" : "#3c3836",
26            "selected-text-color" : "#3c3836",
27            "bold" : true
28        },
29        "Function" : {
30            "text-color" : "#689d6a",
31            "selected-text-color" : "#427b58"
32        },
33        "Variable" : {
34            "text-color" : "#458588",
35            "selected-text-color" : "#076678"
36        },
37        "ControlFlow" : {
38            "text-color" : "#cc241d",
39            "selected-text-color" : "#9d0006",
40            "bold" : true
41        },
42        "Operator" : {
43            "text-color" : "#3c3836",
44            "selected-text-color" : "#3c3836"
45        },
46        "BuiltIn" : {
47            "text-color" : "#d65d0e",
48            "selected-text-color" : "#af3a03"
49        },
50        "Extension" : {
51            "text-color" : "#689d6a",
52            "selected-text-color" : "#427b58",
53            "bold" : true
54        },
55        "Preprocessor" : {
56            "text-color" : "#d65d0e",
57            "selected-text-color" : "#af3a03"
58        },
59        "Attribute" : {
60            "text-color" : "#d79921",
61            "selected-text-color" : "#b57614"
62        },
63        "Char" : {
64            "text-color" : "#b16286",
65            "selected-text-color" : "#8f3f71"
66        },
67        "SpecialChar" : {
68            "text-color" : "#b16286",
69            "selected-text-color" : "#8f3f71"
70        },
71        "String" : {
72            "text-color" : "#98971a",
73            "selected-text-color" : "#79740e"
74        },
75        "VerbatimString" : {
76            "text-color" : "#98971a",
77            "selected-text-color" : "#79740e"
78        },
79        "SpecialString" : {
80            "text-color" : "#98971a",
81            "selected-text-color" : "#79740e"
82        },
83        "Import" : {
84            "text-color" : "#689d6a",
85            "selected-text-color" : "#427b58"
86        },
87        "DataType" : {
88            "text-color" : "#d79921",
89            "selected-text-color" : "#b57614"
90        },
91        "DecVal" : {
92            "text-color" : "#f67400",
93            "selected-text-color" : "#f67400"
94        },
95        "BaseN" : {
96            "text-color" : "#f67400",
97            "selected-text-color" : "#f67400"
98        },
99        "Float" : {
100            "text-color" : "#f67400",
101            "selected-text-color" : "#f67400"
102        },
103        "Constant" : {
104            "text-color" : "#b16286",
105            "selected-text-color" : "#8f3f71",
106            "bold" : true
107        },
108        "Comment" : {
109            "text-color" : "#928374",
110            "selected-text-color" : "#a89984"
111        },
112        "Documentation" : {
113            "text-color" : "#98971a",
114            "selected-text-color" : "#79740e"
115        },
116        "Annotation" : {
117            "text-color" : "#98971a",
118            "selected-text-color" : "#79740e"
119        },
120        "CommentVar" : {
121            "text-color" : "#928374",
122            "selected-text-color" : "#a89984"
123        },
124        "RegionMarker" : {
125            "text-color" : "#928374",
126            "selected-text-color" : "#a89984",
127            "background-color" : "#f9f5d7"
128        },
129        "Information" : {
130            "text-color" : "#282828",
131            "selected-text-color" : "#282828",
132            "background-color" : "#83a598"
133        },
134        "Warning" : {
135            "text-color" : "#282828",
136            "selected-text-color" : "#282828",
137            "background-color" : "#fabd2f"
138        },
139        "Alert" : {
140            "text-color" : "#282828",
141            "selected-text-color" : "#282828",
142            "background-color" : "#cc241d",
143            "bold" : true
144        },
145        "Error" : {
146            "text-color" : "#cc241d",
147            "selected-text-color" : "#9d0006",
148            "underline" : true
149        },
150        "Others" : {
151            "text-color" : "#689d6a",
152            "selected-text-color" : "#427b58"
153        }
154   },
155    "editor-colors": {
156        "BackgroundColor" : "#fbf1c7",
157        "CodeFolding" : "#f9f5d7",
158        "BracketMatching" : "#a89984",
159        "CurrentLine" : "#f2e5bc",
160        "IconBorder" : "#fbf1c7",
161        "IndentationLine" : "#d5c4a1",
162        "LineNumbers" : "#3c3836",
163        "CurrentLineNumber" : "#3c3836",
164        "MarkBookmark" : "#458588",
165        "MarkBreakpointActive" : "#cc241d",
166        "MarkBreakpointReached" : "#98971a",
167        "MarkBreakpointDisabled" : "#b16286",
168        "MarkExecution" : "#3c3836",
169        "MarkWarning" : "#d65d0e",
170        "MarkError" : "#cc241d",
171        "ModifiedLines" : "#af3a03",
172        "ReplaceHighlight" : "#79740e",
173        "SavedLines" : "#689d6a",
174        "SearchHighlight" : "#427b58",
175        "TextSelection" : "#d5c4a1",
176        "Separator" : "#d5c4a1",
177        "SpellChecking" : "#cc241d",
178        "TabMarker" : "#d5c4a1",
179        "TemplateBackground" : "#fbf1c7",
180        "TemplatePlaceholder" : "#98971a",
181        "TemplateFocusedPlaceholder" : "#79740e",
182        "TemplateReadOnlyPlaceholder" : "#9d0006",
183        "WordWrapMarker" : "#a89984"
184    }
185}
186