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

0001 {
0002     "_comments": [
0003         "Last update: Jul 28, 2021 (revision 3)",
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 Light",
0014         "revision": 3
0015     },
0016     "editor-colors": {
0017         "BackgroundColor": "#fafafa",
0018         "BracketMatching": "#d9dbdd",
0019         "CodeFolding": "#ffe6dc",
0020         "CurrentLine": "#eff0f2",
0021         "CurrentLineNumber": "#767676",
0022         "IconBorder": "#f3f3f3",
0023         "IndentationLine": "#dcdee1",
0024         "LineNumbers": "#9f9f9f",
0025         "MarkBookmark": "#399ee6",
0026         "MarkBreakpointActive": "#f07171",
0027         "MarkBreakpointDisabled": "#a37acc",
0028         "MarkBreakpointReached": "#e6ba7e",
0029         "MarkError": "#f51818",
0030         "MarkExecution": "#4cbf99",
0031         "MarkWarning": "#86b300",
0032         "ModifiedLines": "#709ecc",
0033         "ReplaceHighlight": "#b0d4e4",
0034         "SavedLines": "#99bf4d",
0035         "SearchHighlight": "#fdd1bc",
0036         "Separator": "#e0dfdf",
0037         "SpellChecking": "#f27983",
0038         "TabMarker": "#dcdee1",
0039         "TemplateBackground": "#f7f7f7",
0040         "TemplateFocusedPlaceholder": "#bec1c6",
0041         "TemplatePlaceholder": "#dddfe1",
0042         "TemplateReadOnlyPlaceholder": "#ffffff",
0043         "TextSelection": "#d1e4f4",
0044         "WordWrapMarker": "#e9eaeb"
0045     },
0046     "text-styles": {
0047         "Alert": {
0048             "background-color": "#faefef",
0049             "bold": true,
0050             "selected-text-color": "#f51818",
0051             "text-color": "#f51818"
0052         },
0053         "Annotation": {
0054             "selected-text-color": "#e6ba7e",
0055             "text-color": "#e6ba7e"
0056         },
0057         "Attribute": {
0058             "selected-text-color": "#399ee6",
0059             "text-color": "#399ee6"
0060         },
0061         "BaseN": {
0062             "selected-text-color": "#ff9940",
0063             "text-color": "#ff9940"
0064         },
0065         "BuiltIn": {
0066             "selected-text-color": "#4cbf99",
0067             "text-color": "#4cbf99"
0068         },
0069         "Char": {
0070             "selected-text-color": "#4cbf99",
0071             "text-color": "#4cbf99"
0072         },
0073         "Comment": {
0074             "italic": true,
0075             "selected-text-color": "#607880",
0076             "text-color": "#607880"
0077         },
0078         "CommentVar": {
0079             "selected-text-color": "#a37acc",
0080             "text-color": "#a37acc"
0081         },
0082         "Constant": {
0083             "selected-text-color": "#a37acc",
0084             "text-color": "#a37acc"
0085         },
0086         "ControlFlow": {
0087             "bold": true,
0088             "selected-text-color": "#fa8d3e",
0089             "text-color": "#fa8d3e"
0090         },
0091         "DataType": {
0092             "selected-text-color": "#fa8d3e",
0093             "text-color": "#fa8d3e"
0094         },
0095         "DecVal": {
0096             "selected-text-color": "#ff9940",
0097             "text-color": "#ff9940"
0098         },
0099         "Documentation": {
0100             "selected-text-color": "#607880",
0101             "text-color": "#607880"
0102         },
0103         "Error": {
0104             "selected-text-color": "#f51818",
0105             "text-color": "#f51818",
0106             "underline": true
0107         },
0108         "Extension": {
0109             "bold": true,
0110             "selected-text-color": "#399ee6",
0111             "text-color": "#399ee6"
0112         },
0113         "Float": {
0114             "selected-text-color": "#ff9940",
0115             "text-color": "#ff9940"
0116         },
0117         "Function": {
0118             "selected-text-color": "#f2ae49",
0119             "text-color": "#f2ae49"
0120         },
0121         "Import": {
0122             "selected-text-color": "#86b300",
0123             "text-color": "#86b300"
0124         },
0125         "Information": {
0126             "selected-text-color": "#ff9940",
0127             "text-color": "#ff9940"
0128         },
0129         "Keyword": {
0130             "bold": true,
0131             "selected-text-color": "#fa8d3e",
0132             "text-color": "#fa8d3e"
0133         },
0134         "Normal": {
0135             "selected-text-color": "#575f66",
0136             "text-color": "#575f66"
0137         },
0138         "Operator": {
0139             "selected-text-color": "#ed9366",
0140             "text-color": "#ed9366"
0141         },
0142         "Others": {
0143             "selected-text-color": "#55b4d4",
0144             "text-color": "#55b4d4"
0145         },
0146         "Preprocessor": {
0147             "selected-text-color": "#f07171",
0148             "text-color": "#f07171"
0149         },
0150         "RegionMarker": {
0151             "background-color": "#ddecf3",
0152             "selected-text-color": "#399ee6",
0153             "text-color": "#399ee6"
0154         },
0155         "SpecialChar": {
0156             "selected-text-color": "#4cbf99",
0157             "text-color": "#4cbf99"
0158         },
0159         "SpecialString": {
0160             "selected-text-color": "#4cbf99",
0161             "text-color": "#4cbf99"
0162         },
0163         "String": {
0164             "selected-text-color": "#86b300",
0165             "text-color": "#86b300"
0166         },
0167         "Variable": {
0168             "selected-text-color": "#55b4d4",
0169             "text-color": "#55b4d4"
0170         },
0171         "VerbatimString": {
0172             "selected-text-color": "#729800",
0173             "text-color": "#729800"
0174         },
0175         "Warning": {
0176             "selected-text-color": "#f07171",
0177             "text-color": "#f07171"
0178         }
0179     }
0180 }