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

0001 {
0002     "metadata" : {
0003         "copyright": [
0004             "SPDX-FileCopyrightText: 2012 Dominik Haumann <dhaumann@kde.org>",
0005             "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
0006         ],
0007         "license": "SPDX-License-Identifier: MIT",
0008         "revision" : 4,
0009         "name" : "Vim Dark"
0010     },
0011     "text-styles": {
0012         "Normal" : {
0013             "text-color" : "#b2b2b2",
0014             "selected-text-color" : "#b2b2b2",
0015             "bold" : false,
0016             "italic" : false,
0017             "underline" : false,
0018             "strike-through" : false
0019         },
0020         "Keyword" : {
0021             "text-color" : "#5fd7ff",
0022             "selected-text-color" : "#e0ffff",
0023             "bold" : true
0024         },
0025         "Function" : {
0026             "text-color" : "#cd00cd",
0027             "selected-text-color" : "#cd00cd"
0028         },
0029         "Variable" : {
0030             "text-color" : "#06989a",
0031             "selected-text-color" : "#06989a"
0032         },
0033         "ControlFlow" : {
0034             "text-color" : "#ffff54",
0035             "selected-text-color" : "#ffff54",
0036             "bold" : true
0037         },
0038         "Operator" : {
0039             "text-color" : "#b2b2b2",
0040             "selected-text-color" : "#b2b2b2"
0041         },
0042         "BuiltIn" : {
0043             "text-color" : "#87ffaf",
0044             "selected-text-color" : "#87ffaf",
0045             "bold" : true
0046         },
0047         "Extension" : {
0048             "text-color" : "#0095ff",
0049             "selected-text-color" : "#0095ff",
0050             "bold" : true
0051         },
0052         "Preprocessor" : {
0053             "text-color" : "#87ffaf",
0054             "selected-text-color" : "#87ffaf"
0055         },
0056         "Attribute" : {
0057             "text-color" : "#ffffaf",
0058             "selected-text-color" : "#ffffaf"
0059         },
0060         "Char" : {
0061             "text-color" : "#ff5454",
0062             "selected-text-color" : "#ff5454"
0063         },
0064         "SpecialChar" : {
0065             "text-color" : "#0095ff",
0066             "selected-text-color" : "#0095ff"
0067         },
0068         "String" : {
0069             "text-color" : "#ff54ff",
0070             "selected-text-color" : "#ff54ff"
0071         },
0072         "VerbatimString" : {
0073             "text-color" : "#f000f0",
0074             "selected-text-color" : "#f000f0"
0075         },
0076         "SpecialString" : {
0077             "text-color" : "#ff5500",
0078             "selected-text-color" : "#ff5500"
0079         },
0080         "Import" : {
0081             "text-color" : "#ff54ff",
0082             "selected-text-color" : "#ff54ff"
0083         },
0084         "DataType" : {
0085             "text-color" : "#ffff54",
0086             "selected-text-color" : "#ffff54"
0087         },
0088         "DecVal" : {
0089             "text-color" : "#ff8b8b",
0090             "selected-text-color" : "#ff8b8b"
0091         },
0092         "BaseN" : {
0093             "text-color" : "#ff8b8b",
0094             "selected-text-color" : "#ff8b8b"
0095         },
0096         "Float" : {
0097             "text-color" : "#ff8b8b",
0098             "selected-text-color" : "#ff8b8b"
0099         },
0100         "Constant" : {
0101             "text-color" : "#af7f00",
0102             "selected-text-color" : "#af7f00",
0103             "bold" : true
0104         },
0105         "Comment" : {
0106             "text-color" : "#54ffff",
0107             "selected-text-color" : "#54ffff"
0108         },
0109         "Documentation" : {
0110             "text-color" : "#e0ffff",
0111             "selected-text-color" : "#e0ffff"
0112         },
0113         "Annotation" : {
0114             "text-color" : "#ff00ff",
0115             "selected-text-color" : "#ff00ff"
0116         },
0117         "CommentVar" : {
0118             "text-color" : "#0095ff",
0119             "selected-text-color" : "#0095ff"
0120         },
0121         "RegionMarker" : {
0122             "text-color" : "#0095ff",
0123             "selected-text-color" : "#0095ff",
0124             "background-color" : "#22226d"
0125         },
0126         "Information" : {
0127             "text-color" : "#ffaa00",
0128             "selected-text-color" : "#ffaa00"
0129         },
0130         "Warning" : {
0131             "text-color" : "#ff0000",
0132             "selected-text-color" : "#ed1515"
0133         },
0134         "Alert" : {
0135             "text-color" : "#ff0000",
0136             "selected-text-color" : "#bf0303",
0137             "background-color" : "#3f0000",
0138             "bold" : true
0139         },
0140         "Error" : {
0141             "text-color" : "#ff5500",
0142             "selected-text-color" : "#ff5500",
0143             "underline" : true
0144         },
0145         "Others" : {
0146             "text-color" : "#54ff54",
0147             "selected-text-color" : "#54ff54"
0148         }
0149    },
0150     "editor-colors": {
0151         "BackgroundColor" : "#000000",
0152         "CodeFolding" : "#002b26",
0153         "BracketMatching" : "#4400aa",
0154         "CurrentLine" : "#17003b",
0155         "IconBorder" : "#000000",
0156         "IndentationLine" : "#2a00d2",
0157         "LineNumbers" : "#005d7a",
0158         "CurrentLineNumber" : "#005d7a",
0159         "MarkBookmark" : "#0000ff",
0160         "MarkBreakpointActive" : "#ff0000",
0161         "MarkBreakpointReached" : "#ffff00",
0162         "MarkBreakpointDisabled" : "#ff00ff",
0163         "MarkExecution" : "#a0a0a4",
0164         "MarkWarning" : "#00ff00",
0165         "MarkError" : "#ff0000",
0166         "ModifiedLines" : "#54ff54",
0167         "ReplaceHighlight" : "#54ff54",
0168         "SavedLines" : "#5454ff",
0169         "SearchHighlight" : "#ffff00",
0170         "TextSelection" : "#232323",
0171         "Separator" : "#003344",
0172         "SpellChecking" : "#ff0000",
0173         "TabMarker" : "#414141",
0174         "TemplateBackground" : "#cccccc",
0175         "TemplatePlaceholder" : "#ccffcc",
0176         "TemplateFocusedPlaceholder" : "#66ff66",
0177         "TemplateReadOnlyPlaceholder" : "#ffcccc",
0178         "WordWrapMarker" : "#262626"
0179     }
0180 }