aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/ayu-light.theme
blob: 30e119ed1b05e1cdd0c1db257286aa90a3bc4c93 (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
{
    "_comments": [
        "Last update: Jul 28, 2021 (revision 3)",
        "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 Light",
        "revision": 3
    },
    "editor-colors": {
        "BackgroundColor": "#fafafa",
        "BracketMatching": "#d9dbdd",
        "CodeFolding": "#ffe6dc",
        "CurrentLine": "#eff0f2",
        "CurrentLineNumber": "#767676",
        "IconBorder": "#f3f3f3",
        "IndentationLine": "#dcdee1",
        "LineNumbers": "#9f9f9f",
        "MarkBookmark": "#399ee6",
        "MarkBreakpointActive": "#f07171",
        "MarkBreakpointDisabled": "#a37acc",
        "MarkBreakpointReached": "#e6ba7e",
        "MarkError": "#f51818",
        "MarkExecution": "#4cbf99",
        "MarkWarning": "#86b300",
        "ModifiedLines": "#709ecc",
        "ReplaceHighlight": "#b0d4e4",
        "SavedLines": "#99bf4d",
        "SearchHighlight": "#fdd1bc",
        "Separator": "#e0dfdf",
        "SpellChecking": "#f27983",
        "TabMarker": "#dcdee1",
        "TemplateBackground": "#f7f7f7",
        "TemplateFocusedPlaceholder": "#bec1c6",
        "TemplatePlaceholder": "#dddfe1",
        "TemplateReadOnlyPlaceholder": "#ffffff",
        "TextSelection": "#d1e4f4",
        "WordWrapMarker": "#e9eaeb"
    },
    "text-styles": {
        "Alert": {
            "background-color": "#faefef",
            "bold": true,
            "selected-text-color": "#f51818",
            "text-color": "#f51818"
        },
        "Annotation": {
            "selected-text-color": "#e6ba7e",
            "text-color": "#e6ba7e"
        },
        "Attribute": {
            "selected-text-color": "#399ee6",
            "text-color": "#399ee6"
        },
        "BaseN": {
            "selected-text-color": "#ff9940",
            "text-color": "#ff9940"
        },
        "BuiltIn": {
            "selected-text-color": "#4cbf99",
            "text-color": "#4cbf99"
        },
        "Char": {
            "selected-text-color": "#4cbf99",
            "text-color": "#4cbf99"
        },
        "Comment": {
            "italic": true,
            "selected-text-color": "#607880",
            "text-color": "#607880"
        },
        "CommentVar": {
            "selected-text-color": "#a37acc",
            "text-color": "#a37acc"
        },
        "Constant": {
            "selected-text-color": "#a37acc",
            "text-color": "#a37acc"
        },
        "ControlFlow": {
            "bold": true,
            "selected-text-color": "#fa8d3e",
            "text-color": "#fa8d3e"
        },
        "DataType": {
            "selected-text-color": "#fa8d3e",
            "text-color": "#fa8d3e"
        },
        "DecVal": {
            "selected-text-color": "#ff9940",
            "text-color": "#ff9940"
        },
        "Documentation": {
            "selected-text-color": "#607880",
            "text-color": "#607880"
        },
        "Error": {
            "selected-text-color": "#f51818",
            "text-color": "#f51818",
            "underline": true
        },
        "Extension": {
            "bold": true,
            "selected-text-color": "#399ee6",
            "text-color": "#399ee6"
        },
        "Float": {
            "selected-text-color": "#ff9940",
            "text-color": "#ff9940"
        },
        "Function": {
            "selected-text-color": "#f2ae49",
            "text-color": "#f2ae49"
        },
        "Import": {
            "selected-text-color": "#86b300",
            "text-color": "#86b300"
        },
        "Information": {
            "selected-text-color": "#ff9940",
            "text-color": "#ff9940"
        },
        "Keyword": {
            "bold": true,
            "selected-text-color": "#fa8d3e",
            "text-color": "#fa8d3e"
        },
        "Normal": {
            "selected-text-color": "#575f66",
            "text-color": "#575f66"
        },
        "Operator": {
            "selected-text-color": "#ed9366",
            "text-color": "#ed9366"
        },
        "Others": {
            "selected-text-color": "#55b4d4",
            "text-color": "#55b4d4"
        },
        "Preprocessor": {
            "selected-text-color": "#f07171",
            "text-color": "#f07171"
        },
        "RegionMarker": {
            "background-color": "#ddecf3",
            "selected-text-color": "#399ee6",
            "text-color": "#399ee6"
        },
        "SpecialChar": {
            "selected-text-color": "#4cbf99",
            "text-color": "#4cbf99"
        },
        "SpecialString": {
            "selected-text-color": "#4cbf99",
            "text-color": "#4cbf99"
        },
        "String": {
            "selected-text-color": "#86b300",
            "text-color": "#86b300"
        },
        "Variable": {
            "selected-text-color": "#55b4d4",
            "text-color": "#55b4d4"
        },
        "VerbatimString": {
            "selected-text-color": "#729800",
            "text-color": "#729800"
        },
        "Warning": {
            "selected-text-color": "#f07171",
            "text-color": "#f07171"
        }
    }
}