Warning, /frameworks/syntax-highlighting/data/themes/solarized-dark.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" : 6,
0013         "name" : "Solarized Dark"
0014     },
0015     "text-styles": {
0016         "Normal" : {
0017             "text-color" : "#839496",
0018             "selected-text-color" : "#586e75",
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         },
0028         "Function" : {
0029             "text-color" : "#268bd2",
0030             "selected-text-color" : "#268bd2"
0031         },
0032         "Variable" : {
0033             "text-color" : "#268bd2",
0034             "selected-text-color" : "#268bd2"
0035         },
0036         "ControlFlow" : {
0037             "text-color" : "#859900",
0038             "selected-text-color" : "#859900"
0039         },
0040         "Operator" : {
0041             "text-color" : "#859900",
0042             "selected-text-color" : "#859900"
0043         },
0044         "BuiltIn" : {
0045             "text-color" : "#cb4b16",
0046             "selected-text-color" : "#cb4b16"
0047         },
0048         "Extension" : {
0049             "text-color" : "#268bd2",
0050             "selected-text-color" : "#268bd2"
0051         },
0052         "Preprocessor" : {
0053             "text-color" : "#cb4b16",
0054             "selected-text-color" : "#cb4b16"
0055         },
0056         "Attribute" : {
0057             "text-color" : "#268bd2",
0058             "selected-text-color" : "#268bd2"
0059         },
0060         "Char" : {
0061             "text-color" : "#2aa198",
0062             "selected-text-color" : "#2aa198"
0063         },
0064         "SpecialChar" : {
0065             "text-color" : "#dc322f",
0066             "selected-text-color" : "#dc322f"
0067         },
0068         "String" : {
0069             "text-color" : "#2aa198",
0070             "selected-text-color" : "#2aa198"
0071         },
0072         "VerbatimString" : {
0073             "text-color" : "#23877e",
0074             "selected-text-color" : "#23877e"
0075         },
0076         "SpecialString" : {
0077             "text-color" : "#dc322f",
0078             "selected-text-color" : "#dc322f"
0079         },
0080         "Import" : {
0081             "text-color" : "#2aa198",
0082             "selected-text-color" : "#2aa198"
0083         },
0084         "DataType" : {
0085             "text-color" : "#b58900",
0086             "selected-text-color" : "#b58900"
0087         },
0088         "DecVal" : {
0089             "text-color" : "#2aa198",
0090             "selected-text-color" : "#2aa198"
0091         },
0092         "BaseN" : {
0093             "text-color" : "#2aa198",
0094             "selected-text-color" : "#2aa198"
0095         },
0096         "Float" : {
0097             "text-color" : "#2aa198",
0098             "selected-text-color" : "#2aa198"
0099         },
0100         "Constant" : {
0101             "text-color" : "#2aa198",
0102             "selected-text-color" : "#2aa198",
0103             "bold" : true
0104         },
0105         "Comment" : {
0106             "text-color" : "#586e75",
0107             "selected-text-color" : "#93a1a1",
0108             "italic" : true
0109         },
0110         "Documentation" : {
0111             "text-color" : "#dc322f",
0112             "selected-text-color" : "#dc322f"
0113         },
0114         "Annotation" : {
0115             "text-color" : "#268bd2",
0116             "selected-text-color" : "#268bd2"
0117         },
0118         "CommentVar" : {
0119             "text-color" : "#2aa198",
0120             "selected-text-color" : "#2aa198"
0121         },
0122         "RegionMarker" : {
0123             "text-color" : "#268bd2",
0124             "selected-text-color" : "#268bd2",
0125             "background-color" : "#073642"
0126         },
0127         "Information" : {
0128             "text-color" : "#b58900",
0129             "selected-text-color" : "#b58900"
0130         },
0131         "Warning" : {
0132             "text-color" : "#cb4b16",
0133             "selected-text-color" : "#cb4b16"
0134         },
0135         "Alert" : {
0136             "text-color" : "#d33682",
0137             "selected-text-color" : "#d33682",
0138             "bold" : true
0139         },
0140         "Error" : {
0141             "text-color" : "#dc322f",
0142             "selected-text-color" : "#dc322f",
0143             "underline" : true
0144         },
0145         "Others" : {
0146             "text-color" : "#859900",
0147             "selected-text-color" : "#859900"
0148         }
0149    },
0150     "editor-colors": {
0151         "BackgroundColor" : "#002b36",
0152         "CodeFolding": "#083d4a",
0153         "BracketMatching" : "#083d4a",
0154         "CurrentLine" : "#073642",
0155         "IconBorder" : "#073642",
0156         "IndentationLine" : "#083d4a",
0157         "LineNumbers" : "#586e75",
0158         "CurrentLineNumber": "#93a1a1",
0159         "MarkBookmark" : "#268bd2",
0160         "MarkBreakpointActive" : "#dc322f",
0161         "MarkBreakpointReached" : "#b58900",
0162         "MarkBreakpointDisabled" : "#d33682",
0163         "MarkExecution" : "#586e75",
0164         "MarkWarning" : "#cb4b16",
0165         "MarkError" : "#dc322f",
0166         "ModifiedLines" : "#cb4b16",
0167         "ReplaceHighlight": "#3c4300",
0168         "SavedLines" : "#2aa198",
0169         "SearchHighlight": "#0a4d5e",
0170         "TextSelection": "#083d4a",
0171         "Separator" : "#1c3e49",
0172         "SpellChecking" : "#dc322f",
0173         "TabMarker" : "#586e75",
0174         "TemplateBackground" : "#073642",
0175         "TemplatePlaceholder" : "#073642",
0176         "TemplateFocusedPlaceholder" : "#073642",
0177         "TemplateReadOnlyPlaceholder" : "#073642",
0178         "WordWrapMarker" : "#586e75"
0179     },
0180     "custom-styles": {
0181         "XML": {
0182             "Element": {
0183                 "selected-text-color": "#839496",
0184                 "text-color": "#268bd2"
0185             },
0186             "Element Symbols": {
0187                 "selected-text-color": "#586e75",
0188                 "text-color": "#657b83"
0189             }
0190         }
0191     }
0192 }