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

0001 {
0002     "_comments": [
0003         "Last update: Jul 28, 2020 (revision 3)",
0004         "This theme has been adapted from: https://www.nordtheme.com"
0005     ],
0006     "metadata": {
0007         "copyright": [
0008             "SPDX-FileCopyrightText: 2016 Arctic Ice Studio <development@arcticicestudio.com>",
0009             "SPDX-FileCopyrightText: 2016 Sven Greb <development@svengreb.de>",
0010             "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
0011         ],
0012         "license": "SPDX-License-Identifier: MIT",
0013         "name": "Nord",
0014         "revision": 3
0015     },
0016     "editor-colors": {
0017         "BackgroundColor": "#2e3440",
0018         "BracketMatching": "#4c566a",
0019         "CodeFolding": "#434c5e",
0020         "CurrentLine": "#3b4252",
0021         "CurrentLineNumber": "#616e88",
0022         "IconBorder": "#2e3440",
0023         "IndentationLine": "#434c5e",
0024         "LineNumbers": "#4c566a",
0025         "MarkBookmark": "#55749a",
0026         "MarkBreakpointActive": "#79aab9",
0027         "MarkBreakpointDisabled": "#b48ead",
0028         "MarkBreakpointReached": "#91a97e",
0029         "MarkError": "#a95862",
0030         "MarkExecution": "#4c566a",
0031         "MarkWarning": "#d0b47d",
0032         "ModifiedLines": "#ebcb8b",
0033         "ReplaceHighlight": "#8e6057",
0034         "SavedLines": "#a3be8c",
0035         "SearchHighlight": "#5f8491",
0036         "Separator": "#3b4252",
0037         "SpellChecking": "#bf616a",
0038         "TabMarker": "#3e4656",
0039         "TemplateBackground": "#3b4252",
0040         "TemplateFocusedPlaceholder": "#81a1c1",
0041         "TemplatePlaceholder": "#5e81ac",
0042         "TemplateReadOnlyPlaceholder": "#4c566a",
0043         "TextSelection": "#4c566a",
0044         "WordWrapMarker": "#3f4859"
0045     },
0046     "text-styles": {
0047         "Alert": {
0048             "background-color": "#3b4252",
0049             "bold": true,
0050             "selected-text-color": "#bf616a",
0051             "text-color": "#bf616a"
0052         },
0053         "Annotation": {
0054             "selected-text-color": "#d08770",
0055             "text-color": "#d08770"
0056         },
0057         "Attribute": {
0058             "selected-text-color": "#8fbcbb",
0059             "text-color": "#8fbcbb"
0060         },
0061         "BaseN": {
0062             "selected-text-color": "#b48ead",
0063             "text-color": "#b48ead"
0064         },
0065         "BuiltIn": {
0066             "italic": true,
0067             "selected-text-color": "#88c0d0",
0068             "text-color": "#88c0d0"
0069         },
0070         "Char": {
0071             "selected-text-color": "#ebcb8b",
0072             "text-color": "#ebcb8b"
0073         },
0074         "Comment": {
0075             "selected-text-color": "#616e88",
0076             "text-color": "#616e88"
0077         },
0078         "CommentVar": {
0079             "selected-text-color": "#e5e9f0",
0080             "text-color": "#e5e9f0"
0081         },
0082         "Constant": {
0083             "bold": true,
0084             "selected-text-color": "#eceff4",
0085             "text-color": "#eceff4"
0086         },
0087         "ControlFlow": {
0088             "bold": true,
0089             "selected-text-color": "#81a1c1",
0090             "text-color": "#81a1c1"
0091         },
0092         "DataType": {
0093             "selected-text-color": "#81a1c1",
0094             "text-color": "#81a1c1"
0095         },
0096         "DecVal": {
0097             "selected-text-color": "#b48ead",
0098             "text-color": "#b48ead"
0099         },
0100         "Documentation": {
0101             "selected-text-color": "#5e81ac",
0102             "text-color": "#5e81ac"
0103         },
0104         "Error": {
0105             "selected-text-color": "#bf616a",
0106             "text-color": "#bf616a",
0107             "underline": true
0108         },
0109         "Extension": {
0110             "bold": true,
0111             "selected-text-color": "#8fbcbb",
0112             "text-color": "#8fbcbb"
0113         },
0114         "Float": {
0115             "selected-text-color": "#b48ead",
0116             "text-color": "#b48ead"
0117         },
0118         "Function": {
0119             "selected-text-color": "#88c0d0",
0120             "text-color": "#88c0d0"
0121         },
0122         "Import": {
0123             "selected-text-color": "#a3be8c",
0124             "text-color": "#a3be8c"
0125         },
0126         "Information": {
0127             "selected-text-color": "#ebcb8b",
0128             "text-color": "#ebcb8b"
0129         },
0130         "Keyword": {
0131             "bold": true,
0132             "selected-text-color": "#81a1c1",
0133             "text-color": "#81a1c1"
0134         },
0135         "Normal": {
0136             "selected-text-color": "#d8dee9",
0137             "text-color": "#d8dee9"
0138         },
0139         "Operator": {
0140             "selected-text-color": "#81a1c1",
0141             "text-color": "#81a1c1"
0142         },
0143         "Others": {
0144             "selected-text-color": "#8fbcbb",
0145             "text-color": "#8fbcbb"
0146         },
0147         "Preprocessor": {
0148             "selected-text-color": "#5e81ac",
0149             "text-color": "#5e81ac"
0150         },
0151         "RegionMarker": {
0152             "background-color": "#3b4252",
0153             "selected-text-color": "#88c0d0",
0154             "text-color": "#88c0d0"
0155         },
0156         "SpecialChar": {
0157             "selected-text-color": "#ebcb8b",
0158             "text-color": "#ebcb8b"
0159         },
0160         "SpecialString": {
0161             "selected-text-color": "#d08770",
0162             "text-color": "#d08770"
0163         },
0164         "String": {
0165             "selected-text-color": "#a3be8c",
0166             "text-color": "#a3be8c"
0167         },
0168         "Variable": {
0169             "selected-text-color": "#5e81ac",
0170             "text-color": "#5e81ac"
0171         },
0172         "VerbatimString": {
0173             "selected-text-color": "#8dae70",
0174             "text-color": "#8dae70"
0175         },
0176         "Warning": {
0177             "selected-text-color": "#bf616a",
0178             "text-color": "#bf616a"
0179         }
0180     }
0181 }