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

0001 {
0002     "custom-styles": {
0003         "INI Files": {
0004             "Section": {
0005                 "selected-text-color": "#b392f0",
0006                 "text-color": "#b392f0"
0007             }
0008         },
0009         "Python": {
0010             "Builtin Function": {
0011                 "selected-text-color": "#b392f0",
0012                 "text-color": "#b392f0"
0013             },
0014             "Import": {
0015                 "selected-text-color": "#f97583",
0016                 "text-color": "#f97583"
0017             },
0018             "Special Variable": {
0019                 "selected-text-color": "#79b8ff",
0020                 "text-color": "#79b8ff"
0021             }
0022         },
0023         "Rust": {
0024             "Attribute": {
0025                 "selected-text-color": "#e1e4e8",
0026                 "text-color": "#e1e4e8"
0027             },
0028             "Macro": {
0029                 "selected-text-color": "#79b8ff",
0030                 "text-color": "#79b8ff"
0031             },
0032             "Self": {
0033                 "selected-text-color": "#79b8ff",
0034                 "text-color": "#79b8ff"
0035             },
0036             "Trait": {
0037                 "selected-text-color": "#e1e4e8",
0038                 "text-color": "#e1e4e8"
0039             }
0040         },
0041         "XML": {
0042             "Element": {
0043                 "selected-text-color": "#85e89d",
0044                 "text-color": "#85e89d"
0045             }
0046         }
0047     },
0048     "editor-colors": {
0049         "BackgroundColor": "#24292e",
0050         "BracketMatching": "#65676a",
0051         "CodeFolding": "#253749",
0052         "CurrentLine": "#2b3036",
0053         "CurrentLineNumber": "#e1e4e8",
0054         "IconBorder": "#24292e",
0055         "IndentationLine": "#d7dbe0",
0056         "LineNumbers": "#444d56",
0057         "MarkBookmark": "#8be9fd",
0058         "MarkBreakpointActive": "#ff5555",
0059         "MarkBreakpointDisabled": "#bd93f9",
0060         "MarkBreakpointReached": "#f1fa8c",
0061         "MarkError": "#b31d28",
0062         "MarkExecution": "#44475a",
0063         "MarkWarning": "#ffab70",
0064         "ModifiedLines": "#f97583",
0065         "ReplaceHighlight": "#40c661",
0066         "SavedLines": "#28a745",
0067         "SearchHighlight": "#404030",
0068         "Separator": "#1b1f23",
0069         "SpellChecking": "#ff5555",
0070         "TabMarker": "#444d56",
0071         "TemplateBackground": "#23241e",
0072         "TemplateFocusedPlaceholder": "#22231d",
0073         "TemplatePlaceholder": "#22231d",
0074         "TemplateReadOnlyPlaceholder": "#262721",
0075         "TextSelection": "#253749",
0076         "WordWrapMarker": "#2f3031"
0077     },
0078     "metadata": {
0079         "copyright": [
0080             "SPDX-FileCopyrightText: 2020 GitHub Inc.",
0081             "SPDX-FileCopyrightText: 2020 Waqar Ahmed <waqar.17a@gmail.com>"
0082         ],
0083         "license": "SPDX-License-Identifier: MIT",
0084         "name": "GitHub Dark",
0085         "revision": 3
0086     },
0087     "text-styles": {
0088         "Alert": {
0089             "bold": true,
0090             "selected-text-color": "#ff5555",
0091             "text-color": "#ff5555"
0092         },
0093         "Annotation": {
0094             "selected-text-color": "#6a737d",
0095             "text-color": "#6a737d"
0096         },
0097         "Attribute": {
0098             "selected-text-color": "#f97583",
0099             "text-color": "#f97583"
0100         },
0101         "BaseN": {
0102             "selected-text-color": "#79b8ff",
0103             "text-color": "#79b8ff"
0104         },
0105         "BuiltIn": {
0106             "selected-text-color": "#f97583",
0107             "text-color": "#f97583"
0108         },
0109         "Char": {
0110             "selected-text-color": "#9ecbff",
0111             "text-color": "#9ecbff"
0112         },
0113         "Comment": {
0114             "selected-text-color": "#6a737d",
0115             "text-color": "#6a737d"
0116         },
0117         "CommentVar": {
0118             "selected-text-color": "#6a737d",
0119             "text-color": "#6a737d"
0120         },
0121         "Constant": {
0122             "selected-text-color": "#79b8ff",
0123             "text-color": "#79b8ff"
0124         },
0125         "ControlFlow": {
0126             "selected-text-color": "#f97583",
0127             "text-color": "#f97583"
0128         },
0129         "DataType": {
0130             "selected-text-color": "#f97583",
0131             "text-color": "#f97583"
0132         },
0133         "DecVal": {
0134             "selected-text-color": "#79b8ff",
0135             "text-color": "#79b8ff"
0136         },
0137         "Documentation": {
0138             "selected-text-color": "#6a737d",
0139             "text-color": "#6a737d"
0140         },
0141         "Error": {
0142             "selected-text-color": "#ff5555",
0143             "text-color": "#ff5555",
0144             "underline": true
0145         },
0146         "Extension": {
0147             "bold": true,
0148             "selected-text-color": "#f97583",
0149             "text-color": "#f97583"
0150         },
0151         "Float": {
0152             "selected-text-color": "#79b8ff",
0153             "text-color": "#79b8ff"
0154         },
0155         "Function": {
0156             "selected-text-color": "#b392f0",
0157             "text-color": "#b392f0"
0158         },
0159         "Import": {
0160             "selected-text-color": "#9ecbff",
0161             "text-color": "#9ecbff"
0162         },
0163         "Information": {
0164             "selected-text-color": "#6a737d",
0165             "text-color": "#6a737d"
0166         },
0167         "Keyword": {
0168             "selected-text-color": "#f97583",
0169             "text-color": "#f97583"
0170         },
0171         "Normal": {
0172             "selected-text-color": "#e1e4e8",
0173             "text-color": "#e1e4e8"
0174         },
0175         "Operator": {
0176             "selected-text-color": "#e1e4e8",
0177             "text-color": "#e1e4e8"
0178         },
0179         "Others": {
0180             "selected-text-color": "#b392f0",
0181             "text-color": "#b392f0"
0182         },
0183         "Preprocessor": {
0184             "selected-text-color": "#f97583",
0185             "text-color": "#f97583"
0186         },
0187         "RegionMarker": {
0188             "selected-text-color": "#6a737d",
0189             "text-color": "#6a737d"
0190         },
0191         "SpecialChar": {
0192             "selected-text-color": "#79b8ff",
0193             "text-color": "#79b8ff"
0194         },
0195         "SpecialString": {
0196             "selected-text-color": "#9ecbff",
0197             "text-color": "#9ecbff"
0198         },
0199         "String": {
0200             "selected-text-color": "#9ecbff",
0201             "text-color": "#9ecbff"
0202         },
0203         "Variable": {
0204             "selected-text-color": "#ffab70",
0205             "text-color": "#ffab70"
0206         },
0207         "VerbatimString": {
0208             "selected-text-color": "#41a0ff",
0209             "text-color": "#41a0ff"
0210         },
0211         "Warning": {
0212             "selected-text-color": "#ff5555",
0213             "text-color": "#ff5555"
0214         }
0215     }
0216 }