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

0001 {
0002     "metadata" : {
0003         "copyright": [
0004             "SPDX-FileCopyrightText: 2016 Volker Krause <vkrause@kde.org>",
0005             "SPDX-FileCopyrightText: 2016 Dominik Haumann <dhaumann@kde.org>"
0006         ],
0007         "license": "SPDX-License-Identifier: MIT",
0008         "revision" : 7,
0009         "name" : "Breeze Dark"
0010     },
0011     "text-styles": {
0012         "Normal" : {
0013             "text-color" : "#cfcfc2",
0014             "selected-text-color" : "#cfcfc2",
0015             "bold" : false,
0016             "italic" : false,
0017             "underline" : false,
0018             "strike-through" : false
0019         },
0020         "Keyword" : {
0021             "text-color" : "#cfcfc2",
0022             "selected-text-color" : "#cfcfc2",
0023             "bold" : true
0024         },
0025         "Function" : {
0026             "text-color" : "#8e44ad",
0027             "selected-text-color" : "#af81ff"
0028         },
0029         "Variable" : {
0030             "text-color" : "#27aeae",
0031             "selected-text-color" : "#27aeae"
0032         },
0033         "ControlFlow" : {
0034             "text-color" : "#fdbc4b",
0035             "selected-text-color" : "#fdbc4b",
0036             "bold" : true
0037         },
0038         "Operator" : {
0039             "text-color" : "#3f8058",
0040             "selected-text-color" : "#54aa75"
0041         },
0042         "BuiltIn" : {
0043             "text-color" : "#7f8c8d",
0044             "selected-text-color" : "#bdc3c7"
0045         },
0046         "Extension" : {
0047             "text-color" : "#0099ff",
0048             "selected-text-color" : "#bdc3c7",
0049             "bold" : true
0050         },
0051         "Preprocessor" : {
0052             "text-color" : "#27ae60",
0053             "selected-text-color" : "#27ae60"
0054         },
0055         "Attribute" : {
0056             "text-color" : "#2980b9",
0057             "selected-text-color" : "#fdbc4b"
0058         },
0059         "Char" : {
0060             "text-color" : "#3daee9",
0061             "selected-text-color" : "#3daee9"
0062         },
0063         "SpecialChar" : {
0064             "text-color" : "#3daee9",
0065             "selected-text-color" : "#3daee9"
0066         },
0067         "String" : {
0068             "text-color" : "#f44f4f",
0069             "selected-text-color" : "#f44f4f"
0070         },
0071         "VerbatimString" : {
0072             "text-color" : "#da4453",
0073             "selected-text-color" : "#da4453"
0074         },
0075         "SpecialString" : {
0076             "text-color" : "#da4453",
0077             "selected-text-color" : "#da4453"
0078         },
0079         "Import" : {
0080             "text-color" : "#27ae60",
0081             "selected-text-color" : "#27ae60"
0082         },
0083         "DataType" : {
0084             "text-color" : "#2980b9",
0085             "selected-text-color" : "#fdbc4b"
0086         },
0087         "DecVal" : {
0088             "text-color" : "#f67400",
0089             "selected-text-color" : "#f67400"
0090         },
0091         "BaseN" : {
0092             "text-color" : "#f67400",
0093             "selected-text-color" : "#f67400"
0094         },
0095         "Float" : {
0096             "text-color" : "#f67400",
0097             "selected-text-color" : "#f67400"
0098         },
0099         "Constant" : {
0100             "text-color" : "#27aeae",
0101             "selected-text-color" : "#27aeae",
0102             "bold" : true
0103         },
0104         "Comment" : {
0105             "text-color" : "#7a7c7d",
0106             "selected-text-color" : "#808080"
0107         },
0108         "Documentation" : {
0109             "text-color" : "#a43340",
0110             "selected-text-color" : "#da4453"
0111         },
0112         "Annotation" : {
0113             "text-color" : "#3f8058",
0114             "selected-text-color" : "#54aa75"
0115         },
0116         "CommentVar" : {
0117             "text-color" : "#7f8c8d",
0118             "selected-text-color" : "#94a3a4"
0119         },
0120         "RegionMarker" : {
0121             "text-color" : "#2980b9",
0122             "selected-text-color" : "#3daee9",
0123             "background-color" : "#153042"
0124         },
0125         "Information" : {
0126             "text-color" : "#c45b00",
0127             "selected-text-color" : "#e46700"
0128         },
0129         "Warning" : {
0130             "text-color" : "#da4453",
0131             "selected-text-color" : "#da4453"
0132         },
0133         "Alert" : {
0134             "text-color" : "#95da4c",
0135             "selected-text-color" : "#95da4c",
0136             "background-color" : "#4d1f24",
0137             "bold" : true
0138         },
0139         "Error" : {
0140             "text-color" : "#da4453",
0141             "selected-text-color" : "#da4453",
0142             "underline" : true
0143         },
0144         "Others" : {
0145             "text-color" : "#27ae60",
0146             "selected-text-color" : "#27ae60"
0147         }
0148    },
0149     "editor-colors": {
0150         "BackgroundColor" : "#232629",
0151         "CodeFolding" : "#224e65",
0152         "BracketMatching" : "#8e44ad",
0153         "CurrentLine" : "#2A2E32",
0154         "IconBorder" : "#31363b",
0155         "IndentationLine" : "#3a3f44",
0156         "LineNumbers" : "#7a7c7d",
0157         "CurrentLineNumber" : "#a5a6a8",
0158         "MarkBookmark" : "#0404bf",
0159         "MarkBreakpointActive" : "#8b0607",
0160         "MarkBreakpointReached" : "#6d6e07",
0161         "MarkBreakpointDisabled" : "#820683",
0162         "MarkExecution" : "#4d4e50",
0163         "MarkWarning" : "#f67400",
0164         "MarkError" : "#da4453",
0165         "ModifiedLines" : "#c04900",
0166         "ReplaceHighlight" : "#808021",
0167         "SavedLines" : "#1c8042",
0168         "SearchHighlight" : "#218058",
0169         "TextSelection" : "#2d5c76",
0170         "Separator" : "#3f4347",
0171         "SpellChecking" : "#c0392b",
0172         "TabMarker" : "#4d4d4d",
0173         "TemplateBackground" : "#31363b",
0174         "TemplatePlaceholder" : "#123723",
0175         "TemplateFocusedPlaceholder" : "#123723",
0176         "TemplateReadOnlyPlaceholder" : "#4d1f24",
0177         "WordWrapMarker" : "#3a3f44"
0178     }
0179 }