Warning, /frameworks/syntax-highlighting/data/themes/breeze-light.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" : 9,
0009         "name" : "Breeze Light"
0010     },
0011     "text-styles": {
0012         "Normal" : {
0013             "text-color" : "#1f1c1b",
0014             "selected-text-color" : "#ffffff",
0015             "bold" : false,
0016             "italic" : false,
0017             "underline" : false,
0018             "strike-through" : false
0019         },
0020         "Keyword" : {
0021             "text-color" : "#1f1c1b",
0022             "selected-text-color" : "#ffffff",
0023             "bold" : true
0024         },
0025         "Function" : {
0026             "text-color" : "#644a9b",
0027             "selected-text-color" : "#452886"
0028         },
0029         "Variable" : {
0030             "text-color" : "#0057ae",
0031             "selected-text-color" : "#00316e"
0032         },
0033         "ControlFlow" : {
0034             "text-color" : "#1f1c1b",
0035             "selected-text-color" : "#ffffff",
0036             "bold" : true
0037         },
0038         "Operator" : {
0039             "text-color" : "#ca60ca",
0040             "selected-text-color" : "#a44ea4"
0041         },
0042         "BuiltIn" : {
0043             "text-color" : "#644a9b",
0044             "selected-text-color" : "#452886",
0045             "bold" : true
0046         },
0047         "Extension" : {
0048             "text-color" : "#0095ff",
0049             "selected-text-color" : "#ffffff",
0050             "bold" : true
0051         },
0052         "Preprocessor" : {
0053             "text-color" : "#006e28",
0054             "selected-text-color" : "#006e28"
0055         },
0056         "Attribute" : {
0057             "text-color" : "#0057ae",
0058             "selected-text-color" : "#00316e"
0059         },
0060         "Char" : {
0061             "text-color" : "#924c9d",
0062             "selected-text-color" : "#6c2477"
0063         },
0064         "SpecialChar" : {
0065             "text-color" : "#3daee9",
0066             "selected-text-color" : "#fcfcfc"
0067         },
0068         "String" : {
0069             "text-color" : "#bf0303",
0070             "selected-text-color" : "#9c0e0e"
0071         },
0072         "VerbatimString" : {
0073             "text-color" : "#e31616",
0074             "selected-text-color" : "#9c0e0e"
0075         },
0076         "SpecialString" : {
0077             "text-color" : "#ff5500",
0078             "selected-text-color" : "#ff5500"
0079         },
0080         "Import" : {
0081             "text-color" : "#ff5500",
0082             "selected-text-color" : "#ff5500"
0083         },
0084         "DataType" : {
0085             "text-color" : "#0057ae",
0086             "selected-text-color" : "#00316e"
0087         },
0088         "DecVal" : {
0089             "text-color" : "#b08000",
0090             "selected-text-color" : "#805c00"
0091         },
0092         "BaseN" : {
0093             "text-color" : "#b08000",
0094             "selected-text-color" : "#805c00"
0095         },
0096         "Float" : {
0097             "text-color" : "#b08000",
0098             "selected-text-color" : "#805c00"
0099         },
0100         "Constant" : {
0101             "text-color" : "#aa5500",
0102             "selected-text-color" : "#5e2f00"
0103         },
0104         "Comment" : {
0105             "text-color" : "#898887",
0106             "selected-text-color" : "#5e5d5d"
0107         },
0108         "Documentation" : {
0109             "text-color" : "#607880",
0110             "selected-text-color" : "#46585e"
0111         },
0112         "Annotation" : {
0113             "text-color" : "#ca60ca",
0114             "selected-text-color" : "#a44ea4"
0115         },
0116         "CommentVar" : {
0117             "text-color" : "#0095ff",
0118             "selected-text-color" : "#ffffff"
0119         },
0120         "RegionMarker" : {
0121             "text-color" : "#0057ae",
0122             "selected-text-color" : "#00316e",
0123             "background-color" : "#e0e9f8"
0124         },
0125         "Information" : {
0126             "text-color" : "#b08000",
0127             "selected-text-color" : "#805c00"
0128         },
0129         "Warning" : {
0130             "text-color" : "#bf0303",
0131             "selected-text-color" : "#9c0e0e"
0132         },
0133         "Alert" : {
0134             "text-color" : "#bf0303",
0135             "selected-text-color" : "#9c0e0e",
0136             "background-color" : "#f7e6e6",
0137             "bold" : true
0138         },
0139         "Error" : {
0140             "text-color" : "#bf0303",
0141             "selected-text-color" : "#9c0e0e",
0142             "underline" : true
0143         },
0144         "Others" : {
0145             "text-color" : "#006e28",
0146             "selected-text-color" : "#006e28"
0147         }
0148    },
0149     "editor-colors": {
0150         "BackgroundColor" : "#ffffff",
0151         "CodeFolding" : "#94caef",
0152         "BracketMatching" : "#ffff00",
0153         "CurrentLine" : "#f8f7f6",
0154         "IconBorder" : "#f0f0f0",
0155         "IndentationLine" : "#d2d2d2",
0156         "LineNumbers" : "#a0a0a0",
0157         "CurrentLineNumber" : "#1e1e1e",
0158         "MarkBookmark" : "#0000ff",
0159         "MarkBreakpointActive" : "#ff0000",
0160         "MarkBreakpointReached" : "#ffff00",
0161         "MarkBreakpointDisabled" : "#ff00ff",
0162         "MarkExecution" : "#a0a0a4",
0163         "MarkWarning" : "#00ff00",
0164         "MarkError" : "#ff0000",
0165         "ModifiedLines" : "#fdbc4b",
0166         "ReplaceHighlight" : "#00ff00",
0167         "SavedLines" : "#2ecc71",
0168         "SearchHighlight" : "#ffff00",
0169         "TextSelection" : "#94caef",
0170         "Separator" : "#d5d5d5",
0171         "SpellChecking" : "#bf0303",
0172         "TabMarker" : "#d2d2d2",
0173         "TemplateBackground" : "#d6d2d0",
0174         "TemplatePlaceholder" : "#baf8ce",
0175         "TemplateFocusedPlaceholder" : "#76da98",
0176         "TemplateReadOnlyPlaceholder" : "#f6e6e6",
0177         "WordWrapMarker" : "#ededed"
0178     }
0179 }