1{
2    "metadata" : {
3        "copyright": [
4            "SPDX-FileCopyrightText: 2016 Volker Krause <vkrause@kde.org>",
5            "SPDX-FileCopyrightText: 2016 Dominik Haumann <dhaumann@kde.org>"
6        ],
7        "license": "SPDX-License-Identifier: MIT",
8        "revision" : 7,
9        "name" : "Breeze Dark"
10    },
11    "text-styles": {
12        "Normal" : {
13            "text-color" : "#cfcfc2",
14            "selected-text-color" : "#cfcfc2",
15            "bold" : false,
16            "italic" : false,
17            "underline" : false,
18            "strike-through" : false
19        },
20        "Keyword" : {
21            "text-color" : "#cfcfc2",
22            "selected-text-color" : "#cfcfc2",
23            "bold" : true
24        },
25        "Function" : {
26            "text-color" : "#8e44ad",
27            "selected-text-color" : "#af81ff"
28        },
29        "Variable" : {
30            "text-color" : "#27aeae",
31            "selected-text-color" : "#27aeae"
32        },
33        "ControlFlow" : {
34            "text-color" : "#fdbc4b",
35            "selected-text-color" : "#fdbc4b",
36            "bold" : true
37        },
38        "Operator" : {
39            "text-color" : "#3f8058",
40            "selected-text-color" : "#54aa75"
41        },
42        "BuiltIn" : {
43            "text-color" : "#7f8c8d",
44            "selected-text-color" : "#bdc3c7"
45        },
46        "Extension" : {
47            "text-color" : "#0099ff",
48            "selected-text-color" : "#bdc3c7",
49            "bold" : true
50        },
51        "Preprocessor" : {
52            "text-color" : "#27ae60",
53            "selected-text-color" : "#27ae60"
54        },
55        "Attribute" : {
56            "text-color" : "#2980b9",
57            "selected-text-color" : "#fdbc4b"
58        },
59        "Char" : {
60            "text-color" : "#3daee9",
61            "selected-text-color" : "#3daee9"
62        },
63        "SpecialChar" : {
64            "text-color" : "#3daee9",
65            "selected-text-color" : "#3daee9"
66        },
67        "String" : {
68            "text-color" : "#f44f4f",
69            "selected-text-color" : "#f44f4f"
70        },
71        "VerbatimString" : {
72            "text-color" : "#da4453",
73            "selected-text-color" : "#da4453"
74        },
75        "SpecialString" : {
76            "text-color" : "#da4453",
77            "selected-text-color" : "#da4453"
78        },
79        "Import" : {
80            "text-color" : "#27ae60",
81            "selected-text-color" : "#27ae60"
82        },
83        "DataType" : {
84            "text-color" : "#2980b9",
85            "selected-text-color" : "#fdbc4b"
86        },
87        "DecVal" : {
88            "text-color" : "#f67400",
89            "selected-text-color" : "#f67400"
90        },
91        "BaseN" : {
92            "text-color" : "#f67400",
93            "selected-text-color" : "#f67400"
94        },
95        "Float" : {
96            "text-color" : "#f67400",
97            "selected-text-color" : "#f67400"
98        },
99        "Constant" : {
100            "text-color" : "#27aeae",
101            "selected-text-color" : "#27aeae",
102            "bold" : true
103        },
104        "Comment" : {
105            "text-color" : "#7a7c7d",
106            "selected-text-color" : "#808080"
107        },
108        "Documentation" : {
109            "text-color" : "#a43340",
110            "selected-text-color" : "#da4453"
111        },
112        "Annotation" : {
113            "text-color" : "#3f8058",
114            "selected-text-color" : "#54aa75"
115        },
116        "CommentVar" : {
117            "text-color" : "#7f8c8d",
118            "selected-text-color" : "#94a3a4"
119        },
120        "RegionMarker" : {
121            "text-color" : "#2980b9",
122            "selected-text-color" : "#3daee9",
123            "background-color" : "#153042"
124        },
125        "Information" : {
126            "text-color" : "#c45b00",
127            "selected-text-color" : "#e46700"
128        },
129        "Warning" : {
130            "text-color" : "#da4453",
131            "selected-text-color" : "#da4453"
132        },
133        "Alert" : {
134            "text-color" : "#95da4c",
135            "selected-text-color" : "#95da4c",
136            "background-color" : "#4d1f24",
137            "bold" : true
138        },
139        "Error" : {
140            "text-color" : "#da4453",
141            "selected-text-color" : "#da4453",
142            "underline" : true
143        },
144        "Others" : {
145            "text-color" : "#27ae60",
146            "selected-text-color" : "#27ae60"
147        }
148   },
149    "editor-colors": {
150        "BackgroundColor" : "#232629",
151        "CodeFolding" : "#224e65",
152        "BracketMatching" : "#8e44ad",
153        "CurrentLine" : "#2A2E32",
154        "IconBorder" : "#31363b",
155        "IndentationLine" : "#3a3f44",
156        "LineNumbers" : "#7a7c7d",
157        "CurrentLineNumber" : "#a5a6a8",
158        "MarkBookmark" : "#0404bf",
159        "MarkBreakpointActive" : "#8b0607",
160        "MarkBreakpointReached" : "#6d6e07",
161        "MarkBreakpointDisabled" : "#820683",
162        "MarkExecution" : "#4d4e50",
163        "MarkWarning" : "#f67400",
164        "MarkError" : "#da4453",
165        "ModifiedLines" : "#c04900",
166        "ReplaceHighlight" : "#808021",
167        "SavedLines" : "#1c8042",
168        "SearchHighlight" : "#218058",
169        "TextSelection" : "#2d5c76",
170        "Separator" : "#3f4347",
171        "SpellChecking" : "#c0392b",
172        "TabMarker" : "#4d4d4d",
173        "TemplateBackground" : "#31363b",
174        "TemplatePlaceholder" : "#123723",
175        "TemplateFocusedPlaceholder" : "#123723",
176        "TemplateReadOnlyPlaceholder" : "#4d1f24",
177        "WordWrapMarker" : "#3a3f44"
178    }
179}
180