aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/ayu-mirage.theme
blob: 005d6a0ad2afd2286a78d5378c8d008e7f4b6884 (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 Mirage",
        "revision": 4
    },
    "editor-colors": {
        "BackgroundColor": "#1f2430",
        "BracketMatching": "#383e4c",
        "CodeFolding": "#252c3e",
        "CurrentLine": "#191e2a",
        "CurrentLineNumber": "#606979",
        "IconBorder": "#222733",
        "IndentationLine": "#383f4c",
        "LineNumbers": "#444b59",
        "MarkBookmark": "#73d0ff",
        "MarkBreakpointActive": "#f28779",
        "MarkBreakpointDisabled": "#d4bfff",
        "MarkBreakpointReached": "#ffe6b3",
        "MarkError": "#ff3333",
        "MarkExecution": "#95e6cb",
        "MarkWarning": "#bae67e",
        "ModifiedLines": "#77a8d9",
        "ReplaceHighlight": "#7f553b",
        "SavedLines": "#a6cc70",
        "SearchHighlight": "#606979",
        "Separator": "#2c313d",
        "SpellChecking": "#f27983",
        "TabMarker": "#303642",
        "TemplateBackground": "#1d222e",
        "TemplateFocusedPlaceholder": "#596171",
        "TemplatePlaceholder": "#434957",
        "TemplateReadOnlyPlaceholder": "#232834",
        "TextSelection": "#33415e",
        "WordWrapMarker": "#303642"
    },
    "text-styles": {
        "Alert": {
            "background-color": "#332430",
            "bold": true,
            "selected-text-color": "#ff3333",
            "text-color": "#ff3333"
        },
        "Annotation": {
            "selected-text-color": "#ffe6b3",
            "text-color": "#ffe6b3"
        },
        "Attribute": {
            "selected-text-color": "#73d0ff",
            "text-color": "#73d0ff"
        },
        "BaseN": {
            "selected-text-color": "#ffcc66",
            "text-color": "#ffcc66"
        },
        "BuiltIn": {
            "selected-text-color": "#95e6cb",
            "text-color": "#95e6cb"
        },
        "Char": {
            "selected-text-color": "#95e6cb",
            "text-color": "#95e6cb"
        },
        "Comment": {
            "italic": true,
            "selected-text-color": "#5c6773",
            "text-color": "#5c6773"
        },
        "CommentVar": {
            "selected-text-color": "#d4bfff",
            "text-color": "#d4bfff"
        },
        "Constant": {
            "selected-text-color": "#d4bfff",
            "text-color": "#d4bfff"
        },
        "ControlFlow": {
            "bold": true,
            "selected-text-color": "#ffa759",
            "text-color": "#ffa759"
        },
        "DataType": {
            "selected-text-color": "#ffa759",
            "text-color": "#ffa759"
        },
        "DecVal": {
            "selected-text-color": "#ffcc66",
            "text-color": "#ffcc66"
        },
        "Documentation": {
            "selected-text-color": "#5c6773",
            "text-color": "#5c6773"
        },
        "Error": {
            "selected-text-color": "#ff3333",
            "text-color": "#ff3333",
            "underline": true
        },
        "Extension": {
            "bold": true,
            "selected-text-color": "#73d0ff",
            "text-color": "#73d0ff"
        },
        "Float": {
            "selected-text-color": "#ffcc66",
            "text-color": "#ffcc66"
        },
        "Function": {
            "selected-text-color": "#ffd580",
            "text-color": "#ffd580"
        },
        "Import": {
            "selected-text-color": "#bae67e",
            "text-color": "#bae67e"
        },
        "Information": {
            "selected-text-color": "#ffcc66",
            "text-color": "#ffcc66"
        },
        "Keyword": {
            "bold": true,
            "selected-text-color": "#ffa759",
            "text-color": "#ffa759"
        },
        "Normal": {
            "selected-text-color": "#cbccc6",
            "text-color": "#cbccc6"
        },
        "Operator": {
            "selected-text-color": "#f29e74",
            "text-color": "#f29e74"
        },
        "Others": {
            "selected-text-color": "#5ccfe6",
            "text-color": "#5ccfe6"
        },
        "Preprocessor": {
            "selected-text-color": "#f28779",
            "text-color": "#f28779"
        },
        "RegionMarker": {
            "background-color": "#2a4254",
            "selected-text-color": "#73d0ff",
            "text-color": "#73d0ff"
        },
        "SpecialChar": {
            "selected-text-color": "#95e6cb",
            "text-color": "#95e6cb"
        },
        "SpecialString": {
            "selected-text-color": "#95e6cb",
            "text-color": "#95e6cb"
        },
        "String": {
            "selected-text-color": "#bae67e",
            "text-color": "#bae67e"
        },
        "Variable": {
            "selected-text-color": "#5ccfe6",
            "text-color": "#5ccfe6"
        },
        "VerbatimString": {
            "selected-text-color": "#82e26a",
            "text-color": "#82e26a"
        },
        "Warning": {
            "selected-text-color": "#f28779",
            "text-color": "#f28779"
        }
    },
    "custom-styles": {
        "XML": {
            "Attribute": {
                "selected-text-color": "#ffd580",
                "text-color": "#ffd580"
            },
            "Element": {
                "selected-text-color": "#5ccfe6",
                "text-color": "#5ccfe6",
                "bold": false
            },
            "Element Symbols": {
                "selected-text-color": "#4788a2",
                "text-color": "#3d7a8b"
            },
            "EntityRef": {
                "selected-text-color": "#95e6cb",
                "text-color": "#95e6cb"
            },
            "PEntityRef": {
                "selected-text-color": "#95e6cb",
                "text-color": "#95e6cb"
            }
        }
    }
}