|
- {
- "base": "vs-dark",
- "inherit": true,
- "rules": [
- {
- "foreground": "999999",
- "token": "comment"
- },
- {
- "foreground": "cccccc",
- "token": "keyword.operator.class"
- },
- {
- "foreground": "cccccc",
- "token": "constant.other"
- },
- {
- "foreground": "cccccc",
- "token": "source.php.embedded.line"
- },
- {
- "foreground": "f2777a",
- "token": "variable"
- },
- {
- "foreground": "f2777a",
- "token": "support.other.variable"
- },
- {
- "foreground": "f2777a",
- "token": "string.other.link"
- },
- {
- "foreground": "f2777a",
- "token": "entity.name.tag"
- },
- {
- "foreground": "f2777a",
- "token": "entity.other.attribute-name"
- },
- {
- "foreground": "f2777a",
- "token": "meta.tag"
- },
- {
- "foreground": "f2777a",
- "token": "declaration.tag"
- },
- {
- "foreground": "f99157",
- "token": "constant.numeric"
- },
- {
- "foreground": "f99157",
- "token": "constant.language"
- },
- {
- "foreground": "f99157",
- "token": "support.constant"
- },
- {
- "foreground": "f99157",
- "token": "constant.character"
- },
- {
- "foreground": "f99157",
- "token": "variable.parameter"
- },
- {
- "foreground": "f99157",
- "token": "punctuation.section.embedded"
- },
- {
- "foreground": "f99157",
- "token": "keyword.other.unit"
- },
- {
- "foreground": "ffcc66",
- "token": "entity.name.class"
- },
- {
- "foreground": "ffcc66",
- "token": "entity.name.type.class"
- },
- {
- "foreground": "ffcc66",
- "token": "support.type"
- },
- {
- "foreground": "ffcc66",
- "token": "support.class"
- },
- {
- "foreground": "99cc99",
- "token": "string"
- },
- {
- "foreground": "99cc99",
- "token": "constant.other.symbol"
- },
- {
- "foreground": "99cc99",
- "token": "entity.other.inherited-class"
- },
- {
- "foreground": "99cc99",
- "token": "markup.heading"
- },
- {
- "foreground": "66cccc",
- "token": "keyword.operator"
- },
- {
- "foreground": "66cccc",
- "token": "constant.other.color"
- },
- {
- "foreground": "6699cc",
- "token": "entity.name.function"
- },
- {
- "foreground": "6699cc",
- "token": "meta.function-call"
- },
- {
- "foreground": "6699cc",
- "token": "support.function"
- },
- {
- "foreground": "6699cc",
- "token": "keyword.other.special-method"
- },
- {
- "foreground": "6699cc",
- "token": "meta.block-level"
- },
- {
- "foreground": "cc99cc",
- "token": "keyword"
- },
- {
- "foreground": "cc99cc",
- "token": "storage"
- },
- {
- "foreground": "cc99cc",
- "token": "storage.type"
- },
- {
- "foreground": "cc99cc",
- "token": "entity.name.tag.css"
- },
- {
- "foreground": "cdcdcd",
- "background": "f2777a",
- "token": "invalid"
- },
- {
- "foreground": "cdcdcd",
- "background": "99cccc",
- "token": "meta.separator"
- },
- {
- "foreground": "cdcdcd",
- "background": "cc99cc",
- "token": "invalid.deprecated"
- }
- ],
- "colors": {
- "editor.foreground": "#CCCCCC",
- "editor.background": "#2D2D2D",
- "editor.selectionBackground": "#515151",
- "editor.lineHighlightBackground": "#393939",
- "editorCursor.foreground": "#CCCCCC",
- "editorWhitespace.foreground": "#6A6A6A"
- }
- }
|