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