|
- {
- "base": "vs",
- "inherit": true,
- "rules": [
- {
- "foreground": "919191",
- "token": "comment"
- },
- {
- "foreground": "00a33f",
- "token": "string"
- },
- {
- "foreground": "a535ae",
- "token": "constant.language"
- },
- {
- "foreground": "ff5600",
- "token": "keyword"
- },
- {
- "foreground": "ff5600",
- "token": "storage"
- },
- {
- "foreground": "21439c",
- "token": "entity.name.type"
- },
- {
- "foreground": "21439c",
- "token": "entity.name.function"
- },
- {
- "foreground": "a535ae",
- "token": "support.function"
- },
- {
- "foreground": "a535ae",
- "token": "support.constant"
- },
- {
- "foreground": "a535ae",
- "token": "support.type"
- },
- {
- "foreground": "a535ae",
- "token": "support.class"
- },
- {
- "foreground": "a535ae",
- "token": "support.variable"
- },
- {
- "foreground": "ffffff",
- "background": "990000",
- "token": "invalid"
- },
- {
- "foreground": "990000",
- "token": "constant.other.placeholder.py"
- }
- ],
- "colors": {
- "editor.foreground": "#000000",
- "editor.background": "#FFFFFF",
- "editor.selectionBackground": "#BAD6FD",
- "editor.lineHighlightBackground": "#000000",
- "editorCursor.foreground": "#000000",
- "editorWhitespace.foreground": "#BFBFBF"
- }
- }
|