Newton_Editor/user_config/usr/share/newton/context_path/resources/js/libs/monaco-editor/themes/Tomorrow-Night-Eighties.json

240 lines
4.7 KiB
JSON

{
"base": "vs-dark",
"inherit": true,
"rules": [
{
"background": "2D2D2D",
"token": ""
},
{
"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": "f2777a",
"token": "markup.deleted.git_gutter"
},
{
"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": "99cc99",
"token": "markup.inserted.git_gutter"
},
{
"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": "6699cc",
"token": "markup.changed.git_gutter"
},
{
"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"
},
{
"foreground": "ffffff",
"token": "markup.inserted.diff"
},
{
"foreground": "ffffff",
"token": "markup.deleted.diff"
},
{
"foreground": "ffffff",
"token": "meta.diff.header.to-file"
},
{
"foreground": "ffffff",
"token": "meta.diff.header.from-file"
},
{
"foreground": "718c00",
"token": "markup.inserted.diff"
},
{
"foreground": "718c00",
"token": "meta.diff.header.to-file"
},
{
"foreground": "c82829",
"token": "markup.deleted.diff"
},
{
"foreground": "c82829",
"token": "meta.diff.header.from-file"
},
{
"foreground": "ffffff",
"background": "4271ae",
"token": "meta.diff.header.from-file"
},
{
"foreground": "ffffff",
"background": "4271ae",
"token": "meta.diff.header.to-file"
},
{
"foreground": "3e999f",
"fontStyle": "italic",
"token": "meta.diff.range"
}
],
"colors": {
"editor.foreground": "#CCCCCC",
"editor.background": "#2D2D2D",
"editor.selectionBackground": "#515151",
"editor.lineHighlightBackground": "#393939",
"editorCursor.foreground": "#CCCCCC",
"editorWhitespace.foreground": "#6A6A6A"
}
}