Warning, /frameworks/syntax-highlighting/data/themes/ayu-dark.theme is written in an unsupported language. File is not indexed.

0001 {
0002     "_comments": [
0003         "Last update: Jul 28, 2021 (revision 4)",
0004         "This file has been converted from: https://github.com/dempfi/ayu",
0005         "Also see: https://github.com/ayu-theme"
0006     ],
0007     "metadata": {
0008         "copyright": [
0009             "SPDX-FileCopyrightText: 2016 Ike Ku",
0010             "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
0011         ],
0012         "license": "SPDX-License-Identifier: MIT",
0013         "name": "ayu Dark",
0014         "revision": 4
0015     },
0016     "editor-colors": {
0017         "BackgroundColor": "#0a0e14",
0018         "BracketMatching": "#1e232d",
0019         "CodeFolding": "#121a23",
0020         "CurrentLine": "#00010a",
0021         "CurrentLineNumber": "#414857",
0022         "IconBorder": "#0e1218",
0023         "IndentationLine": "#252b35",
0024         "LineNumbers": "#323844",
0025         "MarkBookmark": "#59c2ff",
0026         "MarkBreakpointActive": "#f07178",
0027         "MarkBreakpointDisabled": "#ffee99",
0028         "MarkBreakpointReached": "#e6b673",
0029         "MarkError": "#ff3333",
0030         "MarkExecution": "#95e6cb",
0031         "MarkWarning": "#c2d94c",
0032         "ModifiedLines": "#6994bf",
0033         "ReplaceHighlight": "#705728",
0034         "SavedLines": "#91b362",
0035         "SearchHighlight": "#414857",
0036         "Separator": "#151a1e",
0037         "SpellChecking": "#d96c75",
0038         "TabMarker": "#1d222b",
0039         "TemplateBackground": "#030810",
0040         "TemplateFocusedPlaceholder": "#3c4250",
0041         "TemplatePlaceholder": "#2b303a",
0042         "TemplateReadOnlyPlaceholder": "#0d1016",
0043         "TextSelection": "#273747",
0044         "WordWrapMarker": "#1e222b"
0045     },
0046     "text-styles": {
0047         "Alert": {
0048             "background-color": "#2a0f15",
0049             "bold": true,
0050             "selected-text-color": "#ff3333",
0051             "text-color": "#ff3333"
0052         },
0053         "Annotation": {
0054             "selected-text-color": "#e6b673",
0055             "text-color": "#e6b673"
0056         },
0057         "Attribute": {
0058             "selected-text-color": "#59c2ff",
0059             "text-color": "#59c2ff"
0060         },
0061         "BaseN": {
0062             "selected-text-color": "#e6b450",
0063             "text-color": "#e6b450"
0064         },
0065         "BuiltIn": {
0066             "selected-text-color": "#95e6cb",
0067             "text-color": "#95e6cb"
0068         },
0069         "Char": {
0070             "selected-text-color": "#95e6cb",
0071             "text-color": "#95e6cb"
0072         },
0073         "Comment": {
0074             "italic": true,
0075             "selected-text-color": "#626a73",
0076             "text-color": "#626a73"
0077         },
0078         "CommentVar": {
0079             "selected-text-color": "#ffee99",
0080             "text-color": "#ffee99"
0081         },
0082         "Constant": {
0083             "selected-text-color": "#ffee99",
0084             "text-color": "#ffee99"
0085         },
0086         "ControlFlow": {
0087             "bold": true,
0088             "selected-text-color": "#ff8f40",
0089             "text-color": "#ff8f40"
0090         },
0091         "DataType": {
0092             "selected-text-color": "#ff8f40",
0093             "text-color": "#ff8f40"
0094         },
0095         "DecVal": {
0096             "selected-text-color": "#e6b450",
0097             "text-color": "#e6b450"
0098         },
0099         "Documentation": {
0100             "selected-text-color": "#626a73",
0101             "text-color": "#626a73"
0102         },
0103         "Error": {
0104             "selected-text-color": "#ff3333",
0105             "text-color": "#ff3333",
0106             "underline": true
0107         },
0108         "Extension": {
0109             "bold": true,
0110             "selected-text-color": "#59c2ff",
0111             "text-color": "#59c2ff"
0112         },
0113         "Float": {
0114             "selected-text-color": "#e6b450",
0115             "text-color": "#e6b450"
0116         },
0117         "Function": {
0118             "selected-text-color": "#ffb454",
0119             "text-color": "#ffb454"
0120         },
0121         "Import": {
0122             "selected-text-color": "#c2d94c",
0123             "text-color": "#c2d94c"
0124         },
0125         "Information": {
0126             "selected-text-color": "#e6b450",
0127             "text-color": "#e6b450"
0128         },
0129         "Keyword": {
0130             "bold": true,
0131             "selected-text-color": "#ff8f40",
0132             "text-color": "#ff8f40"
0133         },
0134         "Normal": {
0135             "selected-text-color": "#b3b1ad",
0136             "text-color": "#b3b1ad"
0137         },
0138         "Operator": {
0139             "selected-text-color": "#f29668",
0140             "text-color": "#f29668"
0141         },
0142         "Others": {
0143             "selected-text-color": "#39bae6",
0144             "text-color": "#39bae6"
0145         },
0146         "Preprocessor": {
0147             "selected-text-color": "#f07178",
0148             "text-color": "#f07178"
0149         },
0150         "RegionMarker": {
0151             "background-color": "#173649",
0152             "selected-text-color": "#59c2ff",
0153             "text-color": "#59c2ff"
0154         },
0155         "SpecialChar": {
0156             "selected-text-color": "#95e6cb",
0157             "text-color": "#95e6cb"
0158         },
0159         "SpecialString": {
0160             "selected-text-color": "#95e6cb",
0161             "text-color": "#95e6cb"
0162         },
0163         "String": {
0164             "selected-text-color": "#c2d94c",
0165             "text-color": "#c2d94c"
0166         },
0167         "Variable": {
0168             "selected-text-color": "#39bae6",
0169             "text-color": "#39bae6"
0170         },
0171         "VerbatimString": {
0172             "selected-text-color": "#99ca44",
0173             "text-color": "#99ca44"
0174         },
0175         "Warning": {
0176             "selected-text-color": "#f07178",
0177             "text-color": "#f07178"
0178         }
0179     },
0180     "custom-styles": {
0181         "XML": {
0182             "Attribute": {
0183                 "selected-text-color": "#ffb454",
0184                 "text-color": "#ffb454"
0185             },
0186             "Element": {
0187                 "selected-text-color": "#39bae6",
0188                 "text-color": "#39bae6",
0189                 "bold": false
0190             },
0191             "Element Symbols": {
0192                 "selected-text-color": "#307896",
0193                 "text-color": "#22647d"
0194             },
0195             "EntityRef": {
0196                 "selected-text-color": "#95e6cb",
0197                 "text-color": "#95e6cb"
0198             },
0199             "PEntityRef": {
0200                 "selected-text-color": "#95e6cb",
0201                 "text-color": "#95e6cb"
0202             }
0203         }
0204     }
0205 }