Warning, /frameworks/syntax-highlighting/data/themes/ayu-mirage.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 Mirage",
0014         "revision": 4
0015     },
0016     "editor-colors": {
0017         "BackgroundColor": "#1f2430",
0018         "BracketMatching": "#383e4c",
0019         "CodeFolding": "#252c3e",
0020         "CurrentLine": "#191e2a",
0021         "CurrentLineNumber": "#606979",
0022         "IconBorder": "#222733",
0023         "IndentationLine": "#383f4c",
0024         "LineNumbers": "#444b59",
0025         "MarkBookmark": "#73d0ff",
0026         "MarkBreakpointActive": "#f28779",
0027         "MarkBreakpointDisabled": "#d4bfff",
0028         "MarkBreakpointReached": "#ffe6b3",
0029         "MarkError": "#ff3333",
0030         "MarkExecution": "#95e6cb",
0031         "MarkWarning": "#bae67e",
0032         "ModifiedLines": "#77a8d9",
0033         "ReplaceHighlight": "#7f553b",
0034         "SavedLines": "#a6cc70",
0035         "SearchHighlight": "#606979",
0036         "Separator": "#2c313d",
0037         "SpellChecking": "#f27983",
0038         "TabMarker": "#303642",
0039         "TemplateBackground": "#1d222e",
0040         "TemplateFocusedPlaceholder": "#596171",
0041         "TemplatePlaceholder": "#434957",
0042         "TemplateReadOnlyPlaceholder": "#232834",
0043         "TextSelection": "#33415e",
0044         "WordWrapMarker": "#303642"
0045     },
0046     "text-styles": {
0047         "Alert": {
0048             "background-color": "#332430",
0049             "bold": true,
0050             "selected-text-color": "#ff3333",
0051             "text-color": "#ff3333"
0052         },
0053         "Annotation": {
0054             "selected-text-color": "#ffe6b3",
0055             "text-color": "#ffe6b3"
0056         },
0057         "Attribute": {
0058             "selected-text-color": "#73d0ff",
0059             "text-color": "#73d0ff"
0060         },
0061         "BaseN": {
0062             "selected-text-color": "#ffcc66",
0063             "text-color": "#ffcc66"
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": "#5c6773",
0076             "text-color": "#5c6773"
0077         },
0078         "CommentVar": {
0079             "selected-text-color": "#d4bfff",
0080             "text-color": "#d4bfff"
0081         },
0082         "Constant": {
0083             "selected-text-color": "#d4bfff",
0084             "text-color": "#d4bfff"
0085         },
0086         "ControlFlow": {
0087             "bold": true,
0088             "selected-text-color": "#ffa759",
0089             "text-color": "#ffa759"
0090         },
0091         "DataType": {
0092             "selected-text-color": "#ffa759",
0093             "text-color": "#ffa759"
0094         },
0095         "DecVal": {
0096             "selected-text-color": "#ffcc66",
0097             "text-color": "#ffcc66"
0098         },
0099         "Documentation": {
0100             "selected-text-color": "#5c6773",
0101             "text-color": "#5c6773"
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": "#73d0ff",
0111             "text-color": "#73d0ff"
0112         },
0113         "Float": {
0114             "selected-text-color": "#ffcc66",
0115             "text-color": "#ffcc66"
0116         },
0117         "Function": {
0118             "selected-text-color": "#ffd580",
0119             "text-color": "#ffd580"
0120         },
0121         "Import": {
0122             "selected-text-color": "#bae67e",
0123             "text-color": "#bae67e"
0124         },
0125         "Information": {
0126             "selected-text-color": "#ffcc66",
0127             "text-color": "#ffcc66"
0128         },
0129         "Keyword": {
0130             "bold": true,
0131             "selected-text-color": "#ffa759",
0132             "text-color": "#ffa759"
0133         },
0134         "Normal": {
0135             "selected-text-color": "#cbccc6",
0136             "text-color": "#cbccc6"
0137         },
0138         "Operator": {
0139             "selected-text-color": "#f29e74",
0140             "text-color": "#f29e74"
0141         },
0142         "Others": {
0143             "selected-text-color": "#5ccfe6",
0144             "text-color": "#5ccfe6"
0145         },
0146         "Preprocessor": {
0147             "selected-text-color": "#f28779",
0148             "text-color": "#f28779"
0149         },
0150         "RegionMarker": {
0151             "background-color": "#2a4254",
0152             "selected-text-color": "#73d0ff",
0153             "text-color": "#73d0ff"
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": "#bae67e",
0165             "text-color": "#bae67e"
0166         },
0167         "Variable": {
0168             "selected-text-color": "#5ccfe6",
0169             "text-color": "#5ccfe6"
0170         },
0171         "VerbatimString": {
0172             "selected-text-color": "#82e26a",
0173             "text-color": "#82e26a"
0174         },
0175         "Warning": {
0176             "selected-text-color": "#f28779",
0177             "text-color": "#f28779"
0178         }
0179     },
0180     "custom-styles": {
0181         "XML": {
0182             "Attribute": {
0183                 "selected-text-color": "#ffd580",
0184                 "text-color": "#ffd580"
0185             },
0186             "Element": {
0187                 "selected-text-color": "#5ccfe6",
0188                 "text-color": "#5ccfe6",
0189                 "bold": false
0190             },
0191             "Element Symbols": {
0192                 "selected-text-color": "#4788a2",
0193                 "text-color": "#3d7a8b"
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 }