aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/ayu-dark.theme
blob: fea8def01f35b706f1201c099c38a35b26fbd1c4 (plain)
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
    "_comments": [
        "Last update: Jul 28, 2021 (revision 4)",
        "This file has been converted from: https://github.com/dempfi/ayu",
        "Also see: https://github.com/ayu-theme"
    ],
    "metadata": {
        "copyright": [
            "SPDX-FileCopyrightText: 2016 Ike Ku",
            "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
        ],
        "license": "SPDX-License-Identifier: MIT",
        "name": "ayu Dark",
        "revision": 4
    },
    "editor-colors": {
        "BackgroundColor": "#0a0e14",
        "BracketMatching": "#1e232d",
        "CodeFolding": "#121a23",
        "CurrentLine": "#00010a",
        "CurrentLineNumber": "#414857",
        "IconBorder": "#0e1218",
        "IndentationLine": "#252b35",
        "LineNumbers": "#323844",
        "MarkBookmark": "#59c2ff",
        "MarkBreakpointActive": "#f07178",
        "MarkBreakpointDisabled": "#ffee99",
        "MarkBreakpointReached": "#e6b673",
        "MarkError": "#ff3333",
        "MarkExecution": "#95e6cb",
        "MarkWarning": "#c2d94c",
        "ModifiedLines": "#6994bf",
        "ReplaceHighlight": "#705728",
        "SavedLines": "#91b362",
        "SearchHighlight": "#414857",
        "Separator": "#151a1e",
        "SpellChecking": "#d96c75",
        "TabMarker": "#1d222b",
        "TemplateBackground": "#030810",
        "TemplateFocusedPlaceholder": "#3c4250",
        "TemplatePlaceholder": "#2b303a",
        "TemplateReadOnlyPlaceholder": "#0d1016",
        "TextSelection": "#273747",
        "WordWrapMarker": "#1e222b"
    },
    "text-styles": {
        "Alert": {
            "background-color": "#2a0f15",
            "bold": true,
            "selected-text-color": "#ff3333",
            "text-color": "#ff3333"
        },
        "Annotation": {
            "selected-text-color": "#e6b673",
            "text-color": "#e6b673"
        },
        "Attribute": {
            "selected-text-color": "#59c2ff",
            "text-color": "#59c2ff"
        },
        "BaseN": {
            "selected-text-color": "#e6b450",
            "text-color": "#e6b450"
        },
        "BuiltIn": {
            "selected-text-color": "#95e6cb",
            "text-color": "#95e6cb"
        },
        "Char": {
            "selected-text-color": "#95e6cb",
            "text-color": "#95e6cb"
        },
        "Comment": {
            "italic": true,
            "selected-text-color": "#626a73",
            "text-color": "#626a73"
        },
        "CommentVar": {
            "selected-text-color": "#ffee99",
            "text-color": "#ffee99"
        },
        "Constant": {
            "selected-text-color": "#ffee99",
            "text-color": "#ffee99"
        },
        "ControlFlow": {
            "bold": true,
            "selected-text-color": "#ff8f40",
            "text-color": "#ff8f40"
        },
        "DataType": {
            "selected-text-color": "#ff8f40",
            "text-color": "#ff8f40"
        },
        "DecVal": {
            "selected-text-color": "#e6b450",
            "text-color": "#e6b450"
        },
        "Documentation": {
            "selected-text-color": "#626a73",
            "text-color": "#626a73"
        },
        "Error": {
            "selected-text-color": "#ff3333",
            "text-color": "#ff3333",
            "underline": true
        },
        "Extension": {
            "bold": true,
            "selected-text-color": "#59c2ff",
            "text-color": "#59c2ff"
        },
        "Float": {
            "selected-text-color": "#e6b450",
            "text-color": "#e6b450"
        },
        "Function": {
            "selected-text-color": "#ffb454",
            "text-color": "#ffb454"
        },
        "Import": {
            "selected-text-color": "#c2d94c",
            "text-color": "#c2d94c"
        },
        "Information": {
            "selected-text-color": "#e6b450",
            "text-color": "#e6b450"
        },
        "Keyword": {
            "bold": true,
            "selected-text-color": "#ff8f40",
            "text-color": "#ff8f40"
        },
        "Normal": {
            "selected-text-color": "#b3b1ad",
            "text-color": "#b3b1ad"
        },
        "Operator": {
            "selected-text-color": "#f29668",
            "text-color": "#f29668"
        },
        "Others": {
            "selected-text-color": "#39bae6",
            "text-color": "#39bae6"
        },
        "Preprocessor": {
            "selected-text-color": "#f07178",
            "text-color": "#f07178"
        },
        "RegionMarker": {
            "background-color": "#173649",
            "selected-text-color": "#59c2ff",
            "text-color": "#59c2ff"
        },
        "SpecialChar": {
            "selected-text-color": "#95e6cb",
            "text-color": "#95e6cb"
        },
        "SpecialString": {
            "selected-text-color": "#95e6cb",
            "text-color": "#95e6cb"
        },
        "String": {
            "selected-text-color": "#c2d94c",
            "text-color": "#c2d94c"
        },
        "Variable": {
            "selected-text-color": "#39bae6",
            "text-color": "#39bae6"
        },
        "VerbatimString": {
            "selected-text-color": "#99ca44",
            "text-color": "#99ca44"
        },
        "Warning": {
            "selected-text-color": "#f07178",
            "text-color": "#f07178"
        }
    },
    "custom-styles": {
        "XML": {
            "Attribute": {
                "selected-text-color": "#ffb454",
                "text-color": "#ffb454"
            },
            "Element": {
                "selected-text-color": "#39bae6",
                "text-color": "#39bae6",
                "bold": false
            },
            "Element Symbols": {
                "selected-text-color": "#307896",
                "text-color": "#22647d"
            },
            "EntityRef": {
                "selected-text-color": "#95e6cb",
                "text-color": "#95e6cb"
            },
            "PEntityRef": {
                "selected-text-color": "#95e6cb",
                "text-color": "#95e6cb"
            }
        }
    }
}