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

0001 {
0002     "_comments": [
0003         "This theme has been adapted from: https://ethanschoonover.com/solarized/"
0004     ],
0005     "metadata" : {
0006         "copyright": [
0007             "SPDX-FileCopyrightText: 2011 Ethan Schoonover",
0008             "SPDX-FileCopyrightText: 2012 Dominik Haumann <dhaumann@kde.org>",
0009             "SPDX-FileCopyrightText: 2018 Andrew Crouthamel <andrew.crouthamel@kdemail.net>"
0010         ],
0011         "license": "SPDX-License-Identifier: MIT",
0012         "revision" : 5,
0013         "name" : "Solarized Light"
0014     },
0015     "text-styles": {
0016         "Normal" : {
0017             "text-color" : "#657b83",
0018             "selected-text-color" : "#839496",
0019             "bold" : false,
0020             "italic" : false,
0021             "underline" : false,
0022             "strike-through" : false
0023         },
0024         "Keyword" : {
0025             "text-color" : "#859900",
0026             "selected-text-color" : "#859900",
0027             "bold" : true
0028         },
0029         "Function" : {
0030             "text-color" : "#268bd2",
0031             "selected-text-color" : "#268bd2"
0032         },
0033         "Variable" : {
0034             "text-color" : "#268bd2",
0035             "selected-text-color" : "#268bd2"
0036         },
0037         "ControlFlow" : {
0038             "text-color" : "#859900",
0039             "selected-text-color" : "#859900",
0040             "bold" : true
0041         },
0042         "Operator" : {
0043             "text-color" : "#859900",
0044             "selected-text-color" : "#859900"
0045         },
0046         "BuiltIn" : {
0047             "text-color" : "#cb4b16",
0048             "selected-text-color" : "#cb4b16"
0049         },
0050         "Extension" : {
0051             "text-color" : "#268bd2",
0052             "selected-text-color" : "#268bd2",
0053             "bold" : true
0054         },
0055         "Preprocessor" : {
0056             "text-color" : "#cb4b16",
0057             "selected-text-color" : "#cb4b16"
0058         },
0059         "Attribute" : {
0060             "text-color" : "#268bd2",
0061             "selected-text-color" : "#268bd2"
0062         },
0063         "Char" : {
0064             "text-color" : "#2aa198",
0065             "selected-text-color" : "#2aa198"
0066         },
0067         "SpecialChar" : {
0068             "text-color" : "#dc322f",
0069             "selected-text-color" : "#dc322f"
0070         },
0071         "String" : {
0072             "text-color" : "#2aa198",
0073             "selected-text-color" : "#2aa198"
0074         },
0075         "VerbatimString" : {
0076             "text-color" : "#23837a",
0077             "selected-text-color" : "#23837a"
0078         },
0079         "SpecialString" : {
0080             "text-color" : "#dc322f",
0081             "selected-text-color" : "#dc322f"
0082         },
0083         "Import" : {
0084             "text-color" : "#2aa198",
0085             "selected-text-color" : "#2aa198"
0086         },
0087         "DataType" : {
0088             "text-color" : "#b58900",
0089             "selected-text-color" : "#b58900",
0090             "bold" : true
0091         },
0092         "DecVal" : {
0093             "text-color" : "#2aa198",
0094             "selected-text-color" : "#2aa198"
0095         },
0096         "BaseN" : {
0097             "text-color" : "#2aa198",
0098             "selected-text-color" : "#2aa198"
0099         },
0100         "Float" : {
0101             "text-color" : "#2aa198",
0102             "selected-text-color" : "#2aa198"
0103         },
0104         "Constant" : {
0105             "text-color" : "#2aa198",
0106             "selected-text-color" : "#2aa198",
0107             "bold" : true
0108         },
0109         "Comment" : {
0110             "text-color" : "#93a1a1",
0111             "selected-text-color" : "#586e75",
0112             "italic" : true
0113         },
0114         "Documentation" : {
0115             "text-color" : "#dc322f",
0116             "selected-text-color" : "#dc322f"
0117         },
0118         "Annotation" : {
0119             "text-color" : "#268bd2",
0120             "selected-text-color" : "#268bd2"
0121         },
0122         "CommentVar" : {
0123             "text-color" : "#2aa198",
0124             "selected-text-color" : "#2aa198"
0125         },
0126         "RegionMarker" : {
0127             "text-color" : "#268bd2",
0128             "selected-text-color" : "#268bd2",
0129             "background-color" : "#eee8d5"
0130         },
0131         "Information" : {
0132             "text-color" : "#b58900",
0133             "selected-text-color" : "#b58900"
0134         },
0135         "Warning" : {
0136             "text-color" : "#cb4b16",
0137             "selected-text-color" : "#cb4b16"
0138         },
0139         "Alert" : {
0140             "text-color" : "#d33682",
0141             "selected-text-color" : "#d33682",
0142             "bold" : true
0143         },
0144         "Error" : {
0145             "text-color" : "#dc322f",
0146             "selected-text-color" : "#dc322f",
0147             "underline" : true
0148         },
0149         "Others" : {
0150             "text-color" : "#859900",
0151             "selected-text-color" : "#859900"
0152         }
0153    },
0154     "editor-colors": {
0155         "BackgroundColor" : "#fdf6e3",
0156         "CodeFolding" : "#6c71c4",
0157         "BracketMatching" : "#eee8d5",
0158         "CurrentLine" : "#eee8d5",
0159         "IconBorder" : "#eee8d5",
0160         "IndentationLine" : "#eee8d5",
0161         "LineNumbers" : "#93a1a1",
0162         "CurrentLineNumber" : "#93a1a1",
0163         "MarkBookmark" : "#268bd2",
0164         "MarkBreakpointActive" : "#dc322f",
0165         "MarkBreakpointReached" : "#b58900",
0166         "MarkBreakpointDisabled" : "#d33682",
0167         "MarkExecution" : "#93a1a1",
0168         "MarkWarning" : "#cb4b16",
0169         "MarkError" : "#dc322f",
0170         "ModifiedLines" : "#cb4b16",
0171         "ReplaceHighlight" : "#859900",
0172         "SavedLines" : "#2aa198",
0173         "SearchHighlight" : "#b58900",
0174         "TextSelection" : "#073642",
0175         "Separator" : "#e0dccc",
0176         "SpellChecking" : "#dc322f",
0177         "TabMarker" : "#93a1a1",
0178         "TemplateBackground" : "#eee8d5",
0179         "TemplatePlaceholder" : "#eee8d5",
0180         "TemplateFocusedPlaceholder" : "#eee8d5",
0181         "TemplateReadOnlyPlaceholder" : "#eee8d5",
0182         "WordWrapMarker" : "#93a1a1"
0183     },
0184     "custom-styles": {
0185         "XML": {
0186             "Element": {
0187                 "selected-text-color": "#268bd2",
0188                 "text-color": "#268bd2"
0189             },
0190             "Element Symbols": {
0191                 "selected-text-color": "#93a1a1",
0192                 "text-color": "#839496"
0193             }
0194         }
0195     }
0196 }