@@ -0,0 +1,150 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"background": "e2e9ff", | |||
"token": "text.html source.active4d" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "text.xml" | |||
}, | |||
{ | |||
"foreground": "af82d4", | |||
"token": "comment.line" | |||
}, | |||
{ | |||
"foreground": "af82d4", | |||
"token": "comment.block" | |||
}, | |||
{ | |||
"foreground": "666666", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "66ccff", | |||
"fontStyle": "bold", | |||
"token": "string.interpolated variable" | |||
}, | |||
{ | |||
"foreground": "a8017e", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "66ccff", | |||
"fontStyle": "bold", | |||
"token": "constant.other.date" | |||
}, | |||
{ | |||
"foreground": "66ccff", | |||
"fontStyle": "bold", | |||
"token": "constant.other.time" | |||
}, | |||
{ | |||
"foreground": "a535ae", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "6392ff", | |||
"fontStyle": "bold", | |||
"token": "variable.other.local" | |||
}, | |||
{ | |||
"foreground": "0053ff", | |||
"fontStyle": "bold", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "6988ae", | |||
"token": "variable.other.table-field" | |||
}, | |||
{ | |||
"foreground": "006699", | |||
"fontStyle": "bold", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "ff5600", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "21439c", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"foreground": "21439c", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "7a7a7a", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "016cff", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "963dff", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "45ae34", | |||
"fontStyle": "bold", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "b7734c", | |||
"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": "ffffff", | |||
"background": "656565", | |||
"token": "meta.diff" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "1b63ff", | |||
"token": "meta.diff.range" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "ff7880", | |||
"token": "markup.deleted.diff" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "98ff9a", | |||
"token": "markup.inserted.diff" | |||
}, | |||
{ | |||
"foreground": "5e5e5e", | |||
"token": "source.diff" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#3B3B3B", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#BAD6FD", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,90 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "ffffff", | |||
"background": "434242", | |||
"token": "text" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "000000", | |||
"token": "source" | |||
}, | |||
{ | |||
"foreground": "9933cc", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "3387cc", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "cc7833", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "d0d0ff", | |||
"token": "meta.preprocessor.c" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "9b9b9b", | |||
"token": "source comment.block" | |||
}, | |||
{ | |||
"foreground": "66cc33", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "aaaaaa", | |||
"token": "string constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "cccc33", | |||
"token": "string.interpolated" | |||
}, | |||
{ | |||
"foreground": "cccc33", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "cccc33", | |||
"token": "string.literal" | |||
}, | |||
{ | |||
"foreground": "555555", | |||
"token": "string.interpolated constant.character.escape" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"fontStyle": "italic underline", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "c83730", | |||
"token": "support.function" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#FFFFFF", | |||
"editor.background": "#000000", | |||
"editor.selectionBackground": "#73597E", | |||
"editor.lineHighlightBackground": "#333300", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#404040" | |||
} | |||
} |
@@ -0,0 +1,187 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "404080", | |||
"background": "200020", | |||
"fontStyle": "italic", | |||
"token": "comment.block" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "707090", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "7090b0", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "constant.numeric.integer.int32" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "constant.numeric.integer.int64" | |||
}, | |||
{ | |||
"fontStyle": "bold italic", | |||
"token": "constant.numeric.integer.nativeint" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "constant.numeric.floating-point.ocaml" | |||
}, | |||
{ | |||
"foreground": "666666", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "8080a0", | |||
"token": "constant.language.boolean" | |||
}, | |||
{ | |||
"foreground": "008080", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "008080", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "a080ff", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "a0a0ff", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "d0d0ff", | |||
"token": "keyword.other.decorator" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "keyword.operator.infix.floating-point.ocaml" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "keyword.operator.prefix.floating-point.ocaml" | |||
}, | |||
{ | |||
"foreground": "c080c0", | |||
"token": "keyword.other.directive" | |||
}, | |||
{ | |||
"foreground": "c080c0", | |||
"fontStyle": "underline", | |||
"token": "keyword.other.directive.line-number" | |||
}, | |||
{ | |||
"foreground": "80a0ff", | |||
"token": "keyword.control" | |||
}, | |||
{ | |||
"foreground": "b0fff0", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "60b0ff", | |||
"token": "entity.name.type.variant" | |||
}, | |||
{ | |||
"foreground": "60b0ff", | |||
"fontStyle": "italic", | |||
"token": "storage.type.variant.polymorphic" | |||
}, | |||
{ | |||
"foreground": "60b0ff", | |||
"fontStyle": "italic", | |||
"token": "entity.name.type.variant.polymorphic" | |||
}, | |||
{ | |||
"foreground": "b000b0", | |||
"token": "entity.name.type.module" | |||
}, | |||
{ | |||
"foreground": "b000b0", | |||
"fontStyle": "underline", | |||
"token": "entity.name.type.module-type.ocaml" | |||
}, | |||
{ | |||
"foreground": "a00050", | |||
"token": "support.other" | |||
}, | |||
{ | |||
"foreground": "70e080", | |||
"token": "entity.name.type.class" | |||
}, | |||
{ | |||
"foreground": "70e0a0", | |||
"token": "entity.name.type.class-type" | |||
}, | |||
{ | |||
"foreground": "50a0a0", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "80b0b0", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "3080a0", | |||
"token": "entity.name.type.token" | |||
}, | |||
{ | |||
"foreground": "3cb0d0", | |||
"token": "entity.name.type.token.reference" | |||
}, | |||
{ | |||
"foreground": "90e0e0", | |||
"token": "entity.name.function.non-terminal" | |||
}, | |||
{ | |||
"foreground": "c0f0f0", | |||
"token": "entity.name.function.non-terminal.reference" | |||
}, | |||
{ | |||
"foreground": "009090", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"background": "200020", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "400080", | |||
"background": "ffff00", | |||
"fontStyle": "bold", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"foreground": "200020", | |||
"background": "cc66ff", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"background": "400080", | |||
"token": "source.camlp4.embedded" | |||
}, | |||
{ | |||
"foreground": "805080", | |||
"token": "punctuation" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#D0D0FF", | |||
"editor.background": "#200020", | |||
"editor.selectionBackground": "#800000", | |||
"editor.lineHighlightBackground": "#800000", | |||
"editorCursor.foreground": "#7070FF", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,129 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "aeaeae", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "d8fa3c", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "ff6400", | |||
"token": "entity" | |||
}, | |||
{ | |||
"foreground": "fbde2d", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "fbde2d", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "61ce3c", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "61ce3c", | |||
"token": "meta.verbatim" | |||
}, | |||
{ | |||
"foreground": "8da6ce", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "ab2a1d", | |||
"fontStyle": "italic", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "9d1e15", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"foreground": "ff6400", | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "ff6400", | |||
"token": "string constant.other.placeholder" | |||
}, | |||
{ | |||
"foreground": "becde6", | |||
"token": "meta.function-call.py" | |||
}, | |||
{ | |||
"foreground": "7f90aa", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "7f90aa", | |||
"token": "meta.tag entity" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "entity.name.section" | |||
}, | |||
{ | |||
"foreground": "d5e0f3", | |||
"token": "keyword.type.variant" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"token": "source.ocaml keyword.operator.symbol" | |||
}, | |||
{ | |||
"foreground": "8da6ce", | |||
"token": "source.ocaml keyword.operator.symbol.infix" | |||
}, | |||
{ | |||
"foreground": "8da6ce", | |||
"token": "source.ocaml keyword.operator.symbol.prefix" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml keyword.operator.symbol.infix.floating-point" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml keyword.operator.symbol.prefix.floating-point" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml constant.numeric.floating-point" | |||
}, | |||
{ | |||
"background": "ffffff", | |||
"token": "text.tex.latex meta.function.environment" | |||
}, | |||
{ | |||
"background": "7a96fa", | |||
"token": "text.tex.latex meta.function.environment meta.function.environment" | |||
}, | |||
{ | |||
"foreground": "fbde2d", | |||
"token": "text.tex.latex support.function" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "source.plist string.unquoted" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "source.plist keyword.operator" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#F8F8F8", | |||
"editor.background": "#0C1021", | |||
"editor.selectionBackground": "#253B76", | |||
"editor.lineHighlightBackground": "#FFFFFF", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#FFFFFF" | |||
} | |||
} |
@@ -0,0 +1,106 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "c41a16", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "1c00cf", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "aa0d91", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "aa0d91", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "990000", | |||
"token": "support.class.exception" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"fontStyle": "bold underline", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "007400", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "ff0000", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"background": "e71a11", | |||
"token": "invalid.deprecated.trailing-whitespace" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "fafafa", | |||
"token": "text source" | |||
}, | |||
{ | |||
"foreground": "aa0d91", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "aa0d91", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"fontStyle": "bold", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "aa0d91", | |||
"token": "storage" | |||
}, | |||
{ | |||
"fontStyle": "bold underline", | |||
"token": "entity.name.section" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"fontStyle": "bold", | |||
"token": "entity.name.function.frame" | |||
}, | |||
{ | |||
"foreground": "333333", | |||
"token": "meta.tag.preprocessor.xml" | |||
}, | |||
{ | |||
"foreground": "994500", | |||
"fontStyle": "italic", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "881280", | |||
"token": "entity.name.tag" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#BAD6FD", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#B3B3B3" | |||
} | |||
} |
@@ -0,0 +1,123 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "3c403b", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "5d90cd", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "46a609", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "39946a", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "927c5d", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "927c5d", | |||
"token": "support.constant.property-value" | |||
}, | |||
{ | |||
"foreground": "927c5d", | |||
"token": "constant.other.color" | |||
}, | |||
{ | |||
"foreground": "366f1a", | |||
"token": "keyword.other.unit" | |||
}, | |||
{ | |||
"foreground": "a46763", | |||
"token": "entity.other.attribute-name.html" | |||
}, | |||
{ | |||
"foreground": "4b4b4b", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "e92e2e", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "858585", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "606060", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "a165ac", | |||
"token": "constant.character.entity" | |||
}, | |||
{ | |||
"foreground": "a165ac", | |||
"token": "support.class.js" | |||
}, | |||
{ | |||
"foreground": "606060", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "e92e2e", | |||
"token": "meta.selector.css" | |||
}, | |||
{ | |||
"foreground": "e92e2e", | |||
"token": "entity.name.tag.css" | |||
}, | |||
{ | |||
"foreground": "e92e2e", | |||
"token": "entity.other.attribute-name.id.css" | |||
}, | |||
{ | |||
"foreground": "e92e2e", | |||
"token": "entity.other.attribute-name.class.css" | |||
}, | |||
{ | |||
"foreground": "616161", | |||
"token": "meta.property-name.css" | |||
}, | |||
{ | |||
"foreground": "e92e2e", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "e92e2e", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "e92e2e", | |||
"token": "punctuation.section.embedded" | |||
}, | |||
{ | |||
"foreground": "606060", | |||
"token": "punctuation.definition.tag" | |||
}, | |||
{ | |||
"foreground": "a165ac", | |||
"token": "constant.other.color.rgb-value.css" | |||
}, | |||
{ | |||
"foreground": "a165ac", | |||
"token": "support.constant.property-value.css" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#929292", | |||
"editor.background": "#191919", | |||
"editor.selectionBackground": "#000000", | |||
"editor.lineHighlightBackground": "#D7D7D7", | |||
"editorCursor.foreground": "#7DA5DC", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,118 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "bcc8ba", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "5d90cd", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "46a609", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "39946a", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "af956f", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "af956f", | |||
"token": "support.constant.property-value" | |||
}, | |||
{ | |||
"foreground": "af956f", | |||
"token": "constant.other.color" | |||
}, | |||
{ | |||
"foreground": "96dc5f", | |||
"token": "keyword.other.unit" | |||
}, | |||
{ | |||
"foreground": "484848", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "c52727", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "858585", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "606060", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "bf78cc", | |||
"token": "constant.character.entity" | |||
}, | |||
{ | |||
"foreground": "bf78cc", | |||
"token": "support.class.js" | |||
}, | |||
{ | |||
"foreground": "606060", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "c52727", | |||
"token": "meta.selector.css" | |||
}, | |||
{ | |||
"foreground": "c52727", | |||
"token": "entity.name.tag.css" | |||
}, | |||
{ | |||
"foreground": "c52727", | |||
"token": "entity.other.attribute-name.id.css" | |||
}, | |||
{ | |||
"foreground": "c52727", | |||
"token": "entity.other.attribute-name.class.css" | |||
}, | |||
{ | |||
"foreground": "484848", | |||
"token": "meta.property-name.css" | |||
}, | |||
{ | |||
"foreground": "c52727", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"background": "ff002a", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "c52727", | |||
"token": "punctuation.section.embedded" | |||
}, | |||
{ | |||
"foreground": "606060", | |||
"token": "punctuation.definition.tag" | |||
}, | |||
{ | |||
"foreground": "bf78cc", | |||
"token": "constant.other.color.rgb-value.css" | |||
}, | |||
{ | |||
"foreground": "bf78cc", | |||
"token": "support.constant.property-value.css" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#BDD5FC", | |||
"editor.lineHighlightBackground": "#FFFBD1", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,249 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "e1efff", | |||
"token": "punctuation - (punctuation.definition.string | punctuation.definition.comment)" | |||
}, | |||
{ | |||
"foreground": "ff628c", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "ffdd00", | |||
"token": "entity" | |||
}, | |||
{ | |||
"foreground": "ff9d00", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "ffee80", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "3ad900", | |||
"token": "string -string.unquoted.old-plist -string.unquoted.heredoc" | |||
}, | |||
{ | |||
"foreground": "3ad900", | |||
"token": "string.unquoted.heredoc string" | |||
}, | |||
{ | |||
"foreground": "0088ff", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "80ffbb", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "cccccc", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "ff80e1", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "ffee80", | |||
"token": "meta.function-call" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "800f00", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "223545", | |||
"token": "text source" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "223545", | |||
"token": "string.unquoted.heredoc" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "223545", | |||
"token": "source source" | |||
}, | |||
{ | |||
"foreground": "80fcff", | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "9eff80", | |||
"token": "string.quoted source" | |||
}, | |||
{ | |||
"foreground": "80ff82", | |||
"token": "string constant" | |||
}, | |||
{ | |||
"foreground": "80ffc2", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "edef7d", | |||
"token": "string variable" | |||
}, | |||
{ | |||
"foreground": "ffb054", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "eb939a", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "ff1e00", | |||
"token": "support.type.exception" | |||
}, | |||
{ | |||
"foreground": "8996a8", | |||
"token": "meta.preprocessor.c" | |||
}, | |||
{ | |||
"foreground": "afc4db", | |||
"token": "meta.preprocessor.c keyword" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.sgml.html meta.doctype" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.sgml.html meta.doctype entity" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.sgml.html meta.doctype string" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.xml-processing" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.xml-processing entity" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.xml-processing string" | |||
}, | |||
{ | |||
"foreground": "9effff", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "9effff", | |||
"token": "meta.tag entity" | |||
}, | |||
{ | |||
"foreground": "9effff", | |||
"token": "meta.selector.css entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "ffb454", | |||
"token": "meta.selector.css entity.other.attribute-name.id" | |||
}, | |||
{ | |||
"foreground": "5fe461", | |||
"token": "meta.selector.css entity.other.attribute-name.class" | |||
}, | |||
{ | |||
"foreground": "9df39f", | |||
"token": "support.type.property-name.css" | |||
}, | |||
{ | |||
"foreground": "f6f080", | |||
"token": "meta.property-group support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "f6f080", | |||
"token": "meta.property-value support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "f6aa11", | |||
"token": "meta.preprocessor.at-rule keyword.control.at-rule" | |||
}, | |||
{ | |||
"foreground": "edf080", | |||
"token": "meta.property-value support.constant.named-color.css" | |||
}, | |||
{ | |||
"foreground": "edf080", | |||
"token": "meta.property-value constant" | |||
}, | |||
{ | |||
"foreground": "eb939a", | |||
"token": "meta.constructor.argument.css" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "000e1a", | |||
"token": "meta.diff" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "000e1a", | |||
"token": "meta.diff.header" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "4c0900", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "806f00", | |||
"token": "markup.changed" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "154f00", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"background": "8fddf6", | |||
"token": "markup.raw" | |||
}, | |||
{ | |||
"background": "004480", | |||
"token": "markup.quote" | |||
}, | |||
{ | |||
"background": "130d26", | |||
"token": "markup.list" | |||
}, | |||
{ | |||
"foreground": "c1afff", | |||
"fontStyle": "bold", | |||
"token": "markup.bold" | |||
}, | |||
{ | |||
"foreground": "b8ffd9", | |||
"fontStyle": "italic", | |||
"token": "markup.italic" | |||
}, | |||
{ | |||
"foreground": "c8e4fd", | |||
"background": "001221", | |||
"fontStyle": "bold", | |||
"token": "markup.heading" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#FFFFFF", | |||
"editor.background": "#002240", | |||
"editor.selectionBackground": "#B36539", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#FFFFFF" | |||
} | |||
} |
@@ -0,0 +1,173 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "5a525f", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "811f24", | |||
"fontStyle": "bold", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "bf4f24", | |||
"token": "entity" | |||
}, | |||
{ | |||
"foreground": "794938", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "a71d5d", | |||
"fontStyle": "italic", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "0b6125", | |||
"token": "string | punctuation.definition.string" | |||
}, | |||
{ | |||
"foreground": "691c97", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "234a97", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "794938", | |||
"token": "punctuation.separator" | |||
}, | |||
{ | |||
"foreground": "b52a1d", | |||
"fontStyle": "bold italic underline", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "b52a1d", | |||
"fontStyle": "italic underline", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"foreground": "080808", | |||
"background": "6f8bba", | |||
"token": "string source" | |||
}, | |||
{ | |||
"foreground": "696969", | |||
"fontStyle": "bold", | |||
"token": "string constant" | |||
}, | |||
{ | |||
"foreground": "234a97", | |||
"token": "string variable" | |||
}, | |||
{ | |||
"foreground": "cf5628", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "cf5628", | |||
"fontStyle": "bold italic", | |||
"token": "string.regexp.character-class" | |||
}, | |||
{ | |||
"foreground": "cf5628", | |||
"fontStyle": "bold italic", | |||
"token": "string.regexp constant.character.escaped" | |||
}, | |||
{ | |||
"foreground": "cf5628", | |||
"fontStyle": "bold italic", | |||
"token": "string.regexp source.ruby.embedded" | |||
}, | |||
{ | |||
"foreground": "cf5628", | |||
"fontStyle": "bold italic", | |||
"token": "string.regexp string.regexp.arbitrary-repitition" | |||
}, | |||
{ | |||
"foreground": "811f24", | |||
"fontStyle": "bold", | |||
"token": "string.regexp constant.character.escape" | |||
}, | |||
{ | |||
"background": "6f8bba", | |||
"token": "text source" | |||
}, | |||
{ | |||
"foreground": "693a17", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "b4371f", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "234a97", | |||
"token": "support.variable" | |||
}, | |||
{ | |||
"foreground": "693a17", | |||
"token": "markup.list" | |||
}, | |||
{ | |||
"foreground": "19356d", | |||
"fontStyle": "bold", | |||
"token": "markup.heading | markup.heading entity.name" | |||
}, | |||
{ | |||
"foreground": "0b6125", | |||
"background": "bbbbbb", | |||
"fontStyle": "italic", | |||
"token": "markup.quote" | |||
}, | |||
{ | |||
"foreground": "080808", | |||
"fontStyle": "italic", | |||
"token": "markup.italic" | |||
}, | |||
{ | |||
"foreground": "080808", | |||
"fontStyle": "bold", | |||
"token": "markup.bold" | |||
}, | |||
{ | |||
"foreground": "080808", | |||
"fontStyle": "underline", | |||
"token": "markup.underline" | |||
}, | |||
{ | |||
"foreground": "234a97", | |||
"fontStyle": "italic underline", | |||
"token": "markup.link" | |||
}, | |||
{ | |||
"foreground": "234a97", | |||
"background": "bbbbbb", | |||
"token": "markup.raw" | |||
}, | |||
{ | |||
"foreground": "59140e", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"foreground": "19356d", | |||
"background": "dcdcdc", | |||
"fontStyle": "bold", | |||
"token": "meta.separator" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#080808", | |||
"editor.background": "#F9F9F9", | |||
"editor.selectionBackground": "#275FFF", | |||
"editor.lineHighlightBackground": "#2463B4", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#4B4B7E" | |||
} | |||
} |
@@ -0,0 +1,304 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "000000", | |||
"token": "text" | |||
}, | |||
{ | |||
"foreground": "ee000b", | |||
"token": "constant.numeric - source.css" | |||
}, | |||
{ | |||
"foreground": "9a9a9a", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "00359e", | |||
"token": "text.html meta.tag" | |||
}, | |||
{ | |||
"foreground": "001eff", | |||
"token": "text.html.basic meta.tag string.quoted - source" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"fontStyle": "bold", | |||
"token": "text.html.basic constant.character.entity.html" | |||
}, | |||
{ | |||
"foreground": "106800", | |||
"token": "text.html meta.tag.a - string" | |||
}, | |||
{ | |||
"foreground": "6d232e", | |||
"token": "text.html meta.tag.img - string" | |||
}, | |||
{ | |||
"foreground": "ff9700", | |||
"token": "text.html meta.tag.form - string" | |||
}, | |||
{ | |||
"foreground": "009079", | |||
"token": "text.html meta.tag.table - string" | |||
}, | |||
{ | |||
"foreground": "842b44", | |||
"token": "source.js.embedded.html punctuation.definition.tag - source.php" | |||
}, | |||
{ | |||
"foreground": "842b44", | |||
"token": "source.js.embedded.html entity.name.tag.script" | |||
}, | |||
{ | |||
"foreground": "842b44", | |||
"token": "source.js.embedded entity.other.attribute-name - source.js string" | |||
}, | |||
{ | |||
"foreground": "9a9a9a", | |||
"token": "source.js comment - source.php" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "source.js meta.function - source.php" | |||
}, | |||
{ | |||
"foreground": "24c696", | |||
"token": "source.js meta.class - source.php" | |||
}, | |||
{ | |||
"foreground": "24c696", | |||
"token": "source.js support.function - source.php" | |||
}, | |||
{ | |||
"foreground": "0035ff", | |||
"token": "source.js string - source.php" | |||
}, | |||
{ | |||
"foreground": "0035ff", | |||
"token": "source.js keyword.operator" | |||
}, | |||
{ | |||
"foreground": "7e00b7", | |||
"token": "source.js support.class" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"fontStyle": "bold", | |||
"token": "source.js storage" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"fontStyle": "bold", | |||
"token": "source.js storage - storage.type.function - source.php" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"fontStyle": "bold", | |||
"token": "source.js constant - source.php" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"fontStyle": "bold", | |||
"token": "source.js keyword - source.php" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"fontStyle": "bold", | |||
"token": "source.js variable.language" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"fontStyle": "bold", | |||
"token": "source.js meta.brace" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"fontStyle": "bold", | |||
"token": "source.js punctuation.definition.parameters.begin" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"fontStyle": "bold", | |||
"token": "source.js punctuation.definition.parameters.end" | |||
}, | |||
{ | |||
"foreground": "106800", | |||
"token": "source.js string.regexp" | |||
}, | |||
{ | |||
"foreground": "106800", | |||
"token": "source.js string.regexp constant" | |||
}, | |||
{ | |||
"foreground": "8d00b7", | |||
"token": "source.css.embedded.html punctuation.definition.tag" | |||
}, | |||
{ | |||
"foreground": "8d00b7", | |||
"token": "source.css.embedded.html entity.name.tag.style" | |||
}, | |||
{ | |||
"foreground": "8d00b7", | |||
"token": "source.css.embedded entity.other.attribute-name - meta.selector" | |||
}, | |||
{ | |||
"foreground": "009c7f", | |||
"fontStyle": "bold", | |||
"token": "source.css meta.at-rule.import.css" | |||
}, | |||
{ | |||
"foreground": "ee000b", | |||
"fontStyle": "bold", | |||
"token": "source.css keyword.other.important" | |||
}, | |||
{ | |||
"foreground": "430303", | |||
"fontStyle": "bold", | |||
"token": "source.css meta.at-rule.media" | |||
}, | |||
{ | |||
"foreground": "106800", | |||
"token": "source.css string" | |||
}, | |||
{ | |||
"foreground": "da29ff", | |||
"token": "source.css meta.selector" | |||
}, | |||
{ | |||
"foreground": "da29ff", | |||
"token": "source.css meta.property-list" | |||
}, | |||
{ | |||
"foreground": "da29ff", | |||
"token": "source.css meta.at-rule" | |||
}, | |||
{ | |||
"foreground": "da29ff", | |||
"fontStyle": "bold", | |||
"token": "source.css punctuation.separator - source.php" | |||
}, | |||
{ | |||
"foreground": "da29ff", | |||
"fontStyle": "bold", | |||
"token": "source.css punctuation.terminator - source.php" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"token": "source.css meta.property-name" | |||
}, | |||
{ | |||
"foreground": "0035ff", | |||
"token": "source.css meta.property-value" | |||
}, | |||
{ | |||
"foreground": "ee000b", | |||
"fontStyle": "bold", | |||
"token": "source.php punctuation.section.embedded.begin" | |||
}, | |||
{ | |||
"foreground": "ee000b", | |||
"fontStyle": "bold", | |||
"token": "source.php punctuation.section.embedded.end" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "source.php - punctuation.section" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "source.php variable" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "source.php meta.function.arguments" | |||
}, | |||
{ | |||
"foreground": "05208c", | |||
"token": "source.php punctuation - string - variable - meta.function" | |||
}, | |||
{ | |||
"foreground": "24bf96", | |||
"token": "source.php storage.type" | |||
}, | |||
{ | |||
"foreground": "009714", | |||
"token": "source.php keyword - comment" | |||
}, | |||
{ | |||
"foreground": "009714", | |||
"token": "source.php storage.type.class" | |||
}, | |||
{ | |||
"foreground": "009714", | |||
"token": "source.php storage.type.interface" | |||
}, | |||
{ | |||
"foreground": "009714", | |||
"token": "source.php storage.modifier" | |||
}, | |||
{ | |||
"foreground": "009714", | |||
"token": "source.php constant.language" | |||
}, | |||
{ | |||
"foreground": "0035ff", | |||
"token": "source.php support" | |||
}, | |||
{ | |||
"foreground": "0035ff", | |||
"token": "source.php storage" | |||
}, | |||
{ | |||
"foreground": "0035ff", | |||
"token": "source.php keyword.operator" | |||
}, | |||
{ | |||
"foreground": "0035ff", | |||
"token": "source.php storage.type.function" | |||
}, | |||
{ | |||
"foreground": "0092f2", | |||
"token": "source.php variable.other.global" | |||
}, | |||
{ | |||
"foreground": "551d02", | |||
"token": "source.php support.constant" | |||
}, | |||
{ | |||
"foreground": "551d02", | |||
"token": "source.php constant.language.php" | |||
}, | |||
{ | |||
"foreground": "e20000", | |||
"token": "source.php string" | |||
}, | |||
{ | |||
"foreground": "e20000", | |||
"token": "source.php string keyword.operator" | |||
}, | |||
{ | |||
"foreground": "ff6200", | |||
"token": "source.php string.quoted.double variable" | |||
}, | |||
{ | |||
"foreground": "ff9404", | |||
"token": "source.php comment" | |||
}, | |||
{ | |||
"foreground": "ee000b", | |||
"background": "efff8a", | |||
"fontStyle": "bold", | |||
"token": "invalid" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#5EA0FF", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,198 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "00b418", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "0206ff", | |||
"fontStyle": "italic", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "0100b6", | |||
"fontStyle": "bold", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "cd0000", | |||
"fontStyle": "italic", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "c5060b", | |||
"fontStyle": "italic", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "585cf6", | |||
"fontStyle": "italic", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "d80800", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "26b31a", | |||
"token": "constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "26b31a", | |||
"token": "string source" | |||
}, | |||
{ | |||
"foreground": "1a921c", | |||
"token": "meta.preprocessor" | |||
}, | |||
{ | |||
"foreground": "0c450d", | |||
"fontStyle": "bold", | |||
"token": "keyword.control.import" | |||
}, | |||
{ | |||
"foreground": "0000a2", | |||
"fontStyle": "bold", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "0000a2", | |||
"fontStyle": "bold", | |||
"token": "keyword.other.name-of-parameter.objc" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "70727e", | |||
"token": "storage.type.method" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "meta.section entity.name.section" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "declaration.section entity.name.section" | |||
}, | |||
{ | |||
"foreground": "3c4c72", | |||
"fontStyle": "bold", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "6d79de", | |||
"fontStyle": "bold", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "6d79de", | |||
"fontStyle": "bold", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "06960e", | |||
"fontStyle": "bold", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "21439c", | |||
"fontStyle": "bold", | |||
"token": "support.variable" | |||
}, | |||
{ | |||
"foreground": "687687", | |||
"token": "keyword.operator.js" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "990000", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"background": "ffd0d0", | |||
"token": "invalid.deprecated.trailing-whitespace" | |||
}, | |||
{ | |||
"background": "427ff5", | |||
"token": "text source" | |||
}, | |||
{ | |||
"background": "427ff5", | |||
"token": "string.unquoted" | |||
}, | |||
{ | |||
"foreground": "68685b", | |||
"token": "meta.xml-processing" | |||
}, | |||
{ | |||
"foreground": "68685b", | |||
"token": "declaration.xml-processing" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "meta.doctype" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "declaration.doctype" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "meta.doctype.DTD" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "declaration.doctype.DTD" | |||
}, | |||
{ | |||
"foreground": "1c02ff", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "1c02ff", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "0c07ff", | |||
"fontStyle": "bold", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"fontStyle": "italic", | |||
"token": "markup.quote" | |||
}, | |||
{ | |||
"foreground": "b90690", | |||
"token": "markup.list" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#C3DCFF", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,180 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "0066ff", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "43a8ed", | |||
"fontStyle": "bold", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "43a8ed", | |||
"fontStyle": "bold", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "44aa43", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "c5656b", | |||
"fontStyle": "bold", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "585cf6", | |||
"fontStyle": "bold", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "318495", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "318495", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "049b0a", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "2fe420", | |||
"token": "constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "2fe420", | |||
"token": "string source" | |||
}, | |||
{ | |||
"foreground": "1a921c", | |||
"token": "meta.preprocessor" | |||
}, | |||
{ | |||
"foreground": "9aff87", | |||
"fontStyle": "bold", | |||
"token": "keyword.control.import" | |||
}, | |||
{ | |||
"foreground": "ff9358", | |||
"fontStyle": "bold", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "ff9358", | |||
"fontStyle": "bold", | |||
"token": "keyword.other.name-of-parameter.objc" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "8b8e9c", | |||
"token": "storage.type.method" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "meta.section entity.name.section" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "declaration.section entity.name.section" | |||
}, | |||
{ | |||
"foreground": "7290d9", | |||
"fontStyle": "bold", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "6d79de", | |||
"fontStyle": "bold", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "6d79de", | |||
"fontStyle": "bold", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "00af0e", | |||
"fontStyle": "bold", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "2f5fe0", | |||
"fontStyle": "bold", | |||
"token": "support.variable" | |||
}, | |||
{ | |||
"foreground": "687687", | |||
"token": "keyword.operator.js" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "990000", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"background": "ffd0d0", | |||
"token": "invalid.deprecated.trailing-whitespace" | |||
}, | |||
{ | |||
"background": "f5aa77", | |||
"token": "text source" | |||
}, | |||
{ | |||
"background": "f5aa77", | |||
"token": "string.unquoted" | |||
}, | |||
{ | |||
"foreground": "8f7e65", | |||
"token": "meta.tag.preprocessor.xml" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "meta.tag.sgml.doctype" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "string.quoted.docinfo.doctype.DTD" | |||
}, | |||
{ | |||
"foreground": "43a8ed", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "43a8ed", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.other.attribute-name" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#BDAE9D", | |||
"editor.background": "#2A211C", | |||
"editor.selectionBackground": "#C3DCFF", | |||
"editor.lineHighlightBackground": "#3A312C", | |||
"editorCursor.foreground": "#889AFF", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,243 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "999988", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"fontStyle": "bold", | |||
"token": "comment.block.preprocessor" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"fontStyle": "bold italic", | |||
"token": "comment.documentation" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"fontStyle": "bold italic", | |||
"token": "comment.block.documentation" | |||
}, | |||
{ | |||
"foreground": "a61717", | |||
"background": "e3d2d2", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "storage" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "445588", | |||
"fontStyle": "bold", | |||
"token": "storage.type" | |||
}, | |||
{ | |||
"foreground": "445588", | |||
"fontStyle": "bold", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "008080", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "0086b3", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "445588", | |||
"fontStyle": "bold", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"foreground": "445588", | |||
"fontStyle": "bold", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "445588", | |||
"fontStyle": "bold", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "008080", | |||
"token": "variable.other.constant" | |||
}, | |||
{ | |||
"foreground": "800080", | |||
"token": "constant.character.entity" | |||
}, | |||
{ | |||
"foreground": "990000", | |||
"token": "entity.name.exception" | |||
}, | |||
{ | |||
"foreground": "990000", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "990000", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "990000", | |||
"token": "keyword.other.name-of-parameter" | |||
}, | |||
{ | |||
"foreground": "555555", | |||
"token": "entity.name.section" | |||
}, | |||
{ | |||
"foreground": "000080", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "008080", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "008080", | |||
"token": "support.variable" | |||
}, | |||
{ | |||
"foreground": "009999", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "009999", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "dd1144", | |||
"token": "string - string source" | |||
}, | |||
{ | |||
"foreground": "dd1144", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "009926", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "990073", | |||
"token": "constant.other.symbol" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "punctuation" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "ffdddd", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "markup.italic" | |||
}, | |||
{ | |||
"foreground": "aa0000", | |||
"token": "markup.error" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"token": "markup.heading.1" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "ddffdd", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "markup.output" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "markup.raw" | |||
}, | |||
{ | |||
"foreground": "555555", | |||
"token": "markup.prompt" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "markup.bold" | |||
}, | |||
{ | |||
"foreground": "aaaaaa", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "aa0000", | |||
"token": "markup.traceback" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "markup.underline" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"background": "eaf2f5", | |||
"token": "meta.diff.range" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"background": "eaf2f5", | |||
"token": "meta.diff.index" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"background": "eaf2f5", | |||
"token": "meta.separator" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"background": "ffdddd", | |||
"token": "meta.diff.header.from-file" | |||
}, | |||
{ | |||
"foreground": "999999", | |||
"background": "ddffdd", | |||
"token": "meta.diff.header.to-file" | |||
}, | |||
{ | |||
"foreground": "4183c4", | |||
"token": "meta.link" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#F8F8FF", | |||
"editor.selectionBackground": "#B4D5FE", | |||
"editor.lineHighlightBackground": "#FFFEEB", | |||
"editorCursor.foreground": "#666666", | |||
"editorWhitespace.foreground": "#BBBBBB" | |||
} | |||
} |
@@ -0,0 +1,71 @@ | |||
{ | |||
"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" | |||
} | |||
} |
@@ -0,0 +1,166 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "940494", | |||
"background": "444494", | |||
"token": "punctuation.definition.list" | |||
}, | |||
{ | |||
"foreground": "404f50", | |||
"background": "5f0fff", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "5a5f9b", | |||
"background": "aaafdb", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "4f827b", | |||
"background": "77c2bb", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "025f69", | |||
"background": "7f2299", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "025f69", | |||
"background": "7f2299", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "7d7e52", | |||
"background": "bdbe82", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "7b5d8f", | |||
"background": "9b9ffd", | |||
"fontStyle": "bold", | |||
"token": "storage.modifier" | |||
}, | |||
{ | |||
"foreground": "7b5cbf", | |||
"background": "8b5ddf", | |||
"fontStyle": "bold", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "025f49", | |||
"background": "22ff49", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "9d7e62", | |||
"background": "bdbe82", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "939469", | |||
"background": "e3e4a9", | |||
"token": "entity.name.function.misc" | |||
}, | |||
{ | |||
"foreground": "856f63", | |||
"background": "a5df93", | |||
"token": "entity.name.function.predicate" | |||
}, | |||
{ | |||
"foreground": "af938c", | |||
"background": "dfb3ac", | |||
"token": "entity.name.function.io" | |||
}, | |||
{ | |||
"foreground": "7bafad", | |||
"background": "bbdfdd", | |||
"token": "variable.other.external-symbol" | |||
}, | |||
{ | |||
"foreground": "316fcf", | |||
"background": "3aafff", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "316fcf", | |||
"background": "3aafff", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "33969f", | |||
"background": "05d6f9", | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "674aa8", | |||
"background": "a3aad8", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "b9986f", | |||
"background": "b998df", | |||
"fontStyle": "bold", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "22af9d", | |||
"background": "b998df", | |||
"token": "entity.name.structure" | |||
}, | |||
{ | |||
"foreground": "af47a9", | |||
"background": "af77a9", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"foreground": "cc4357", | |||
"background": "ffddff", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "cc4357", | |||
"background": "ffddff", | |||
"token": "entity.name.type.class" | |||
}, | |||
{ | |||
"foreground": "ef6aa7", | |||
"background": "ef6aa7", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "dfdfd5", | |||
"background": "cc1b27", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "13499f", | |||
"background": "0099ff", | |||
"fontStyle": "italic", | |||
"token": "string source" | |||
}, | |||
{ | |||
"foreground": "3976a2", | |||
"background": "49a6d2", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "4946c2", | |||
"background": "4986c2", | |||
"token": "entity.other.attribute-name" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#0f0009", | |||
"editor.background": "#f3f2f3", | |||
"editor.selectionBackground": "#6405D0", | |||
"editor.lineHighlightBackground": "#ffffff", | |||
"editorCursor.foreground": "#100011", | |||
"editorWhitespace.foreground": "#000000", | |||
"editor.selectionHighlightBorder": "#8425f0" | |||
} | |||
} |
@@ -0,0 +1,415 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "949494", | |||
"background": "dcdcdc", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "a54776", | |||
"background": "e9d6dc", | |||
"token": "comment.line.region" | |||
}, | |||
{ | |||
"foreground": "668d68", | |||
"background": "e9e4be", | |||
"token": "comment.line.marker.php" | |||
}, | |||
{ | |||
"foreground": "456e48", | |||
"background": "d9eab8", | |||
"token": "comment.line.todo.php" | |||
}, | |||
{ | |||
"foreground": "880006", | |||
"background": "e1d0ca", | |||
"token": "comment.line.fixme.php" | |||
}, | |||
{ | |||
"foreground": "cd6839", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "8b4726", | |||
"background": "e8e9e8", | |||
"token": "entity" | |||
}, | |||
{ | |||
"foreground": "a52a2a", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "cd3700", | |||
"token": "keyword.control" | |||
}, | |||
{ | |||
"foreground": "b03060", | |||
"token": "support.function - variable" | |||
}, | |||
{ | |||
"foreground": "b03060", | |||
"token": "keyword.other.special-method.ruby" | |||
}, | |||
{ | |||
"foreground": "b83126", | |||
"token": "keyword.operator.comparison" | |||
}, | |||
{ | |||
"foreground": "b83126", | |||
"token": "keyword.operator.logical" | |||
}, | |||
{ | |||
"foreground": "639300", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "007e69", | |||
"token": "string.quoted.double.ruby source.ruby.embedded.source" | |||
}, | |||
{ | |||
"foreground": "104e8b", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "009acd", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "fd1732", | |||
"background": "e8e9e8", | |||
"fontStyle": "italic underline", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "fd1224", | |||
"background": "ff0600", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"foreground": "7b211a", | |||
"background": "77ade9", | |||
"token": "text source" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "417e00", | |||
"background": "c9d4be", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "cf6a4c", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"foreground": "676767", | |||
"fontStyle": "italic", | |||
"token": "meta.cast" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.sgml.html meta.doctype" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.sgml.html meta.doctype entity" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.sgml.html meta.doctype string" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.xml-processing" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.xml-processing entity" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.xml-processing string" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "meta.tag entity" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "source entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "source entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "meta.tag.inline" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "meta.tag.inline entity" | |||
}, | |||
{ | |||
"foreground": "b85423", | |||
"token": "entity.name.tag.namespace" | |||
}, | |||
{ | |||
"foreground": "b85423", | |||
"token": "entity.other.attribute-name.namespace" | |||
}, | |||
{ | |||
"foreground": "b83126", | |||
"token": "entity.name.tag.css" | |||
}, | |||
{ | |||
"foreground": "b12e25", | |||
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class" | |||
}, | |||
{ | |||
"foreground": "b8002d", | |||
"token": "meta.selector.css entity.other.attribute-name.id" | |||
}, | |||
{ | |||
"foreground": "b8002d", | |||
"token": "entity.other.attribute-name.id.css" | |||
}, | |||
{ | |||
"foreground": "b8012d", | |||
"token": "meta.selector.css entity.other.attribute-name.class" | |||
}, | |||
{ | |||
"foreground": "b8012d", | |||
"token": "entity.other.attribute-name.class.css" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "support.type.property-name.css" | |||
}, | |||
{ | |||
"foreground": "005273", | |||
"token": "meta.property-name" | |||
}, | |||
{ | |||
"foreground": "8693a5", | |||
"token": "meta.preprocessor.at-rule keyword.control.at-rule" | |||
}, | |||
{ | |||
"foreground": "417e00", | |||
"token": "meta.property-value" | |||
}, | |||
{ | |||
"foreground": "b8860b", | |||
"token": "constant.other.color" | |||
}, | |||
{ | |||
"foreground": "ee3a8c", | |||
"token": "keyword.other.important" | |||
}, | |||
{ | |||
"foreground": "ee3a8c", | |||
"token": "keyword.other.default" | |||
}, | |||
{ | |||
"foreground": "417e00", | |||
"token": "meta.property-value support.constant.named-color.css" | |||
}, | |||
{ | |||
"foreground": "417e00", | |||
"token": "meta.property-value constant" | |||
}, | |||
{ | |||
"foreground": "417e00", | |||
"token": "meta.constructor.argument.css" | |||
}, | |||
{ | |||
"foreground": "9a5925", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "9f5e3d", | |||
"token": "keyword.other" | |||
}, | |||
{ | |||
"foreground": "1b76b0", | |||
"token": "source.scss support.function.misc" | |||
}, | |||
{ | |||
"foreground": "f8bebe", | |||
"background": "82000e", | |||
"fontStyle": "italic", | |||
"token": "meta.diff" | |||
}, | |||
{ | |||
"foreground": "f8bebe", | |||
"background": "82000e", | |||
"fontStyle": "italic", | |||
"token": "meta.diff.header" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "420e09", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "4a410d", | |||
"token": "markup.changed" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "253b22", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"foreground": "cd2626", | |||
"fontStyle": "italic", | |||
"token": "markup.italic" | |||
}, | |||
{ | |||
"foreground": "8b1a1a", | |||
"fontStyle": "bold", | |||
"token": "markup.bold" | |||
}, | |||
{ | |||
"foreground": "e18964", | |||
"fontStyle": "underline", | |||
"token": "markup.underline" | |||
}, | |||
{ | |||
"foreground": "8b7765", | |||
"background": "fee09c", | |||
"fontStyle": "italic", | |||
"token": "markup.quote" | |||
}, | |||
{ | |||
"foreground": "b8012d", | |||
"background": "bf6133", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "b8012d", | |||
"background": "bf6133", | |||
"token": "markup.heading entity" | |||
}, | |||
{ | |||
"foreground": "8f5b26", | |||
"token": "markup.list" | |||
}, | |||
{ | |||
"foreground": "578bb3", | |||
"background": "b1b3ba", | |||
"token": "markup.raw" | |||
}, | |||
{ | |||
"foreground": "f67b37", | |||
"fontStyle": "italic", | |||
"token": "markup comment" | |||
}, | |||
{ | |||
"foreground": "60a633", | |||
"background": "242424", | |||
"token": "meta.separator" | |||
}, | |||
{ | |||
"foreground": "578bb3", | |||
"background": "b1b3ba", | |||
"token": "markup.other" | |||
}, | |||
{ | |||
"background": "eeeeee", | |||
"token": "meta.line.entry.logfile" | |||
}, | |||
{ | |||
"background": "eeeeee", | |||
"token": "meta.line.exit.logfile" | |||
}, | |||
{ | |||
"background": "751012", | |||
"token": "meta.line.error.logfile" | |||
}, | |||
{ | |||
"background": "dcdcdc", | |||
"token": "punctuation.definition.end" | |||
}, | |||
{ | |||
"foreground": "629f9e", | |||
"token": "entity.other.attribute-name.html" | |||
}, | |||
{ | |||
"foreground": "79a316", | |||
"token": "string.quoted.double.js" | |||
}, | |||
{ | |||
"foreground": "79a316", | |||
"token": "string.quoted.single.js" | |||
}, | |||
{ | |||
"foreground": "488c45", | |||
"fontStyle": "italic", | |||
"token": "entity.name.function.js" | |||
}, | |||
{ | |||
"foreground": "666666", | |||
"token": "source.js.embedded.html" | |||
}, | |||
{ | |||
"foreground": "bb3182", | |||
"token": "storage.type.js" | |||
}, | |||
{ | |||
"foreground": "338fd5", | |||
"token": "support.class.js" | |||
}, | |||
{ | |||
"foreground": "a99904", | |||
"fontStyle": "italic", | |||
"token": "keyword.control.js" | |||
}, | |||
{ | |||
"foreground": "a99904", | |||
"fontStyle": "italic", | |||
"token": "keyword.operator.js" | |||
}, | |||
{ | |||
"foreground": "616838", | |||
"background": "d7d7a7", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"background": "968f96", | |||
"token": "active_guide" | |||
}, | |||
{ | |||
"background": "cbdc2f", | |||
"token": "highlight_matching_word" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#363636", | |||
"editor.background": "#E8E9E8", | |||
"editor.selectionBackground": "#F5AA00", | |||
"editor.lineHighlightBackground": "#CBDC2F", | |||
"editorCursor.foreground": "#202020", | |||
"editorWhitespace.foreground": "#000000", | |||
"editorIndentGuide.background": "#8F8F8F", | |||
"editorIndentGuide.activeBackground": "#FA2828" | |||
} | |||
} |
@@ -0,0 +1,109 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "8c868f", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "3b5bb5", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "3b5bb5", | |||
"token": "entity" | |||
}, | |||
{ | |||
"foreground": "d62a28", | |||
"token": "text.tex.latex entity" | |||
}, | |||
{ | |||
"foreground": "ff7800", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "ff7800", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "409b1c", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "409b1c", | |||
"token": "meta.verbatim" | |||
}, | |||
{ | |||
"foreground": "3b5bb5", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "990000", | |||
"fontStyle": "italic", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "9d1e15", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"foreground": "3b5bb5", | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "671ebb", | |||
"token": "string constant.other.placeholder" | |||
}, | |||
{ | |||
"foreground": "3e4558", | |||
"token": "meta.function-call.py" | |||
}, | |||
{ | |||
"foreground": "3a4a64", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "3a4a64", | |||
"token": "meta.tag entity" | |||
}, | |||
{ | |||
"foreground": "7f90aa", | |||
"token": "keyword.type.variant" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "source.ocaml keyword.operator" | |||
}, | |||
{ | |||
"foreground": "3b5bb5", | |||
"token": "source.ocaml keyword.operator.symbol.infix" | |||
}, | |||
{ | |||
"foreground": "3b5bb5", | |||
"token": "source.ocaml keyword.operator.symbol.prefix" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml keyword.operator.symbol.infix.floating-point" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml keyword.operator.symbol.prefix.floating-point" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml constant.numeric.floating-point" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#E3FC8D", | |||
"editor.lineHighlightBackground": "#EFFCA6", | |||
"editorCursor.foreground": "#7C7C7C", | |||
"editorWhitespace.foreground": "#B6B6B6" | |||
} | |||
} |
@@ -0,0 +1,151 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "8d2e75", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "ff0000", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"fontStyle": "bold", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"background": "0000ff", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"background": "0000ff", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "3a68a3", | |||
"fontStyle": "bold", | |||
"token": "storage" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "0000ff", | |||
"fontStyle": "bold", | |||
"token": "entity.name" | |||
}, | |||
{ | |||
"foreground": "3a68a3", | |||
"fontStyle": "italic", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "e5b3ff", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"token": "support.function.any-method" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "support.function.any-method - punctuation" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "3a68a3", | |||
"token": "support.variable" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "797979", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"background": "969696", | |||
"fontStyle": "italic", | |||
"token": "string.quoted.other.lt-gt.include" | |||
}, | |||
{ | |||
"foreground": "ffa995", | |||
"background": "969696", | |||
"token": "string.quoted.double.include" | |||
}, | |||
{ | |||
"foreground": "4d4e60", | |||
"token": "markup.list" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "0000ff", | |||
"token": "markup.raw" | |||
}, | |||
{ | |||
"foreground": "00f0c9", | |||
"token": "markup.quote" | |||
}, | |||
{ | |||
"foreground": "4c457e", | |||
"token": "markup.quote markup.quote" | |||
}, | |||
{ | |||
"background": "8a9ecb", | |||
"token": "text.html source" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#969696", | |||
"editor.selectionBackground": "#B1B1B1", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#FF38FF" | |||
} | |||
} |
@@ -0,0 +1,132 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "ac4bb8", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "fe3838", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "fc803a", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "fc803a", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "c984cd", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "7fc578", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "68c1d8", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "e1c582", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "8ec65f", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "8ec65f", | |||
"token": "constant.library" | |||
}, | |||
{ | |||
"foreground": "68c1d8", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "8ec65f", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "fc803a", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "fc803a", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "fc803a", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "ac4bb8", | |||
"fontStyle": "italic", | |||
"token": "meta" | |||
}, | |||
{ | |||
"foreground": "eaf1a3", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "fe3838", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "b3e5b4", | |||
"token": "constant.character.escaped" | |||
}, | |||
{ | |||
"foreground": "b3e5b4", | |||
"token": "constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "b3e5b4", | |||
"token": "string source" | |||
}, | |||
{ | |||
"foreground": "b3e5b4", | |||
"token": "string source.ruby" | |||
}, | |||
{ | |||
"foreground": "e6e1dc", | |||
"background": "6fc58b", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"foreground": "e6e1dc", | |||
"background": "ac3735", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"background": "5a9ee1", | |||
"token": "meta.diff.header" | |||
}, | |||
{ | |||
"background": "5a9ee1", | |||
"token": "meta.separator.diff" | |||
}, | |||
{ | |||
"background": "5a9ee1", | |||
"token": "meta.diff.index" | |||
}, | |||
{ | |||
"background": "5a9ee1", | |||
"token": "meta.diff.range" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#E6E1DC", | |||
"editor.background": "#1C1C1C", | |||
"editor.selectionBackground": "#494949", | |||
"editor.lineHighlightBackground": "#333435", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#404040" | |||
} | |||
} |
@@ -0,0 +1,126 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "ad2ea4", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "fc6f09", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "fc6f09", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "fc83ff", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "58c554", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "1edafb", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "8dff0a", | |||
"token": "constant.library" | |||
}, | |||
{ | |||
"foreground": "fc6f09", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "fdc251", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "8dff0a", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "1edafb", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "8dff0a", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "fc6f09", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "fc6f09", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "fc6f09", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "ffff89", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "990000", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "519f50", | |||
"token": "constant.character.escaped" | |||
}, | |||
{ | |||
"foreground": "519f50", | |||
"token": "constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "519f50", | |||
"token": "string source" | |||
}, | |||
{ | |||
"foreground": "519f50", | |||
"token": "string source.ruby" | |||
}, | |||
{ | |||
"foreground": "e6e1dc", | |||
"background": "144212", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"foreground": "e6e1dc", | |||
"background": "660000", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"background": "2f33ab", | |||
"token": "meta.diff.header" | |||
}, | |||
{ | |||
"background": "2f33ab", | |||
"token": "meta.separator.diff" | |||
}, | |||
{ | |||
"background": "2f33ab", | |||
"token": "meta.diff.index" | |||
}, | |||
{ | |||
"background": "2f33ab", | |||
"token": "meta.diff.range" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#E6E1DC", | |||
"editor.background": "#161616", | |||
"editor.selectionBackground": "#454545", | |||
"editor.lineHighlightBackground": "#333435", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#404040" | |||
} | |||
} |
@@ -0,0 +1,140 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "75715e", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "e6db74", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "ae81ff", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "ae81ff", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "ae81ff", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "ae81ff", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "f92672", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "f92672", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "66d9ef", | |||
"fontStyle": "italic", | |||
"token": "storage.type" | |||
}, | |||
{ | |||
"foreground": "a6e22e", | |||
"fontStyle": "underline", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "a6e22e", | |||
"fontStyle": "italic underline", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "a6e22e", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "fd971f", | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "f92672", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "a6e22e", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "66d9ef", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "66d9ef", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "66d9ef", | |||
"fontStyle": "italic", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "66d9ef", | |||
"fontStyle": "italic", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "f8f8f0", | |||
"background": "f92672", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "f8f8f0", | |||
"background": "ae81ff", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "cfcfc2", | |||
"token": "meta.structure.dictionary.json string.quoted.double.json" | |||
}, | |||
{ | |||
"foreground": "75715e", | |||
"token": "meta.diff" | |||
}, | |||
{ | |||
"foreground": "75715e", | |||
"token": "meta.diff.header" | |||
}, | |||
{ | |||
"foreground": "f92672", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"foreground": "a6e22e", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"foreground": "e6db74", | |||
"token": "markup.changed" | |||
}, | |||
{ | |||
"foreground": "ae81ff", | |||
"token": "constant.numeric.line-number.find-in-files - match" | |||
}, | |||
{ | |||
"foreground": "e6db74", | |||
"token": "entity.name.filename.find-in-files" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#F8F8F2", | |||
"editor.background": "#272822", | |||
"editor.selectionBackground": "#49483E", | |||
"editor.lineHighlightBackground": "#3E3D32", | |||
"editorCursor.foreground": "#F8F8F0", | |||
"editorWhitespace.foreground": "#3B3A32", | |||
"editorIndentGuide.activeBackground": "#9D550F", | |||
"editor.selectionHighlightBorder": "#222218" | |||
} | |||
} |
@@ -0,0 +1,283 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "a6c6ff", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "a6c6ff", | |||
"token": "comment.block" | |||
}, | |||
{ | |||
"foreground": "66a968", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "cccccc", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "757ad8", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "2f006e", | |||
"token": "meta.preprocessor" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "keyword.control.import" | |||
}, | |||
{ | |||
"foreground": "aeb2f8", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "0000ff", | |||
"token": "declaration.function function-result" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "declaration.function function-name" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "declaration.function argument-name" | |||
}, | |||
{ | |||
"foreground": "0000ff", | |||
"token": "declaration.function function-arg-type" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "declaration.function function-argument" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "declaration.class class-name" | |||
}, | |||
{ | |||
"fontStyle": "italic underline", | |||
"token": "declaration.class class-inheritance" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "562d56", | |||
"fontStyle": "bold", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "562d56", | |||
"fontStyle": "bold", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"foreground": "d2a8a1", | |||
"fontStyle": "italic, underline", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"background": "ffd0d0", | |||
"fontStyle": "bold", | |||
"token": "invalid.deprecated.trailing-whitespace" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "declaration.section section-name" | |||
}, | |||
{ | |||
"foreground": "c10006", | |||
"token": "string.interpolation" | |||
}, | |||
{ | |||
"foreground": "e9c062", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "bebf55", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "c1c144", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "4fb7c5", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "afa472", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "de8e30", | |||
"fontStyle": "bold", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "embedded" | |||
}, | |||
{ | |||
"foreground": "858ef4", | |||
"token": "keyword.markup.element-name" | |||
}, | |||
{ | |||
"foreground": "9b456f", | |||
"token": "keyword.markup.attribute-name" | |||
}, | |||
{ | |||
"foreground": "9b456f", | |||
"token": "meta.attribute-with-value" | |||
}, | |||
{ | |||
"foreground": "c82255", | |||
"fontStyle": "bold", | |||
"token": "keyword.exception" | |||
}, | |||
{ | |||
"foreground": "797878", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "6969fa", | |||
"fontStyle": "bold", | |||
"token": "keyword.control" | |||
}, | |||
{ | |||
"foreground": "68685b", | |||
"token": "meta.tag.preprocessor.xml" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.tag.sgml.doctype" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "string.quoted.docinfo.doctype.DTD" | |||
}, | |||
{ | |||
"foreground": "909090", | |||
"token": "comment.other.server-side-include.xhtml" | |||
}, | |||
{ | |||
"foreground": "909090", | |||
"token": "comment.other.server-side-include.html" | |||
}, | |||
{ | |||
"foreground": "858ef4", | |||
"token": "text.html declaration.tag" | |||
}, | |||
{ | |||
"foreground": "858ef4", | |||
"token": "text.html meta.tag" | |||
}, | |||
{ | |||
"foreground": "858ef4", | |||
"token": "text.html entity.name.tag.xhtml" | |||
}, | |||
{ | |||
"foreground": "9b456f", | |||
"token": "keyword.markup.attribute-name" | |||
}, | |||
{ | |||
"foreground": "777777", | |||
"token": "keyword.other.phpdoc.php" | |||
}, | |||
{ | |||
"foreground": "c82255", | |||
"token": "keyword.other.include.php" | |||
}, | |||
{ | |||
"foreground": "de8e20", | |||
"fontStyle": "bold", | |||
"token": "support.constant.core.php" | |||
}, | |||
{ | |||
"foreground": "de8e10", | |||
"fontStyle": "bold", | |||
"token": "support.constant.std.php" | |||
}, | |||
{ | |||
"foreground": "b72e1d", | |||
"token": "variable.other.global.php" | |||
}, | |||
{ | |||
"foreground": "00ff00", | |||
"token": "variable.other.global.safer.php" | |||
}, | |||
{ | |||
"foreground": "bfa36d", | |||
"token": "string.quoted.single.php" | |||
}, | |||
{ | |||
"foreground": "6969fa", | |||
"token": "keyword.storage.php" | |||
}, | |||
{ | |||
"foreground": "ad9361", | |||
"token": "string.quoted.double.php" | |||
}, | |||
{ | |||
"foreground": "ec9e00", | |||
"token": "entity.other.attribute-name.id.css" | |||
}, | |||
{ | |||
"foreground": "b8cd06", | |||
"fontStyle": "bold", | |||
"token": "entity.name.tag.css" | |||
}, | |||
{ | |||
"foreground": "edca06", | |||
"token": "entity.other.attribute-name.class.css" | |||
}, | |||
{ | |||
"foreground": "2e759c", | |||
"token": "entity.other.attribute-name.pseudo-class.css" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "ff0000", | |||
"token": "invalid.bad-comma.css" | |||
}, | |||
{ | |||
"foreground": "9b2e4d", | |||
"token": "support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "e1c96b", | |||
"token": "support.type.property-name.css" | |||
}, | |||
{ | |||
"foreground": "666633", | |||
"token": "constant.other.rgb-value.css" | |||
}, | |||
{ | |||
"foreground": "666633", | |||
"token": "support.constant.font-name.css" | |||
}, | |||
{ | |||
"foreground": "7171f3", | |||
"token": "support.constant.tm-language-def" | |||
}, | |||
{ | |||
"foreground": "7171f3", | |||
"token": "support.constant.name.tm-language-def" | |||
}, | |||
{ | |||
"foreground": "6969fa", | |||
"token": "keyword.other.unit.css" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#8F938F", | |||
"editor.background": "#2C2828", | |||
"editor.selectionBackground": "#DDF0FF", | |||
"editor.lineHighlightBackground": "#FFFFFF", | |||
"editorCursor.foreground": "#A7A7A7", | |||
"editorWhitespace.foreground": "#FFFFFF" | |||
} | |||
} |
@@ -0,0 +1,86 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "406040", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "c03030", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "0080a0", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml constant.numeric.floating-point" | |||
}, | |||
{ | |||
"foreground": "800000", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "2060a0", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "2060a0", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml keyword.operator.symbol.prefix.floating-point" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml keyword.operator.symbol.infix.floating-point" | |||
}, | |||
{ | |||
"foreground": "0080ff", | |||
"token": "entity.name.module" | |||
}, | |||
{ | |||
"foreground": "0080ff", | |||
"token": "support.other.module" | |||
}, | |||
{ | |||
"foreground": "a08000", | |||
"token": "storage.type" | |||
}, | |||
{ | |||
"foreground": "008080", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "c08060", | |||
"token": "entity.name.class.variant" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "keyword.other.directive" | |||
}, | |||
{ | |||
"foreground": "800000", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "800080", | |||
"token": "storage.type.user-defined" | |||
}, | |||
{ | |||
"foreground": "8000c0", | |||
"token": "entity.name.type.class.type" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#F1F1F1", | |||
"editor.selectionBackground": "#B0B0FF", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,133 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "657b83", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "2aa198", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "d33682", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "859900", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "93a1a1", | |||
"fontStyle": "bold", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "entity.name.type.class" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "859900", | |||
"token": "punctuation.definition.variable" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "punctuation.section.embedded.begin" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "punctuation.section.embedded.end" | |||
}, | |||
{ | |||
"foreground": "b58900", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "b58900", | |||
"token": "meta.preprocessor" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "support.function.construct" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "keyword.other.new" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "6c71c4", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"fontStyle": "bold", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "657b83", | |||
"token": "punctuation.definition.tag" | |||
}, | |||
{ | |||
"foreground": "93a1a1", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "punctuation.separator.continuation" | |||
}, | |||
{ | |||
"foreground": "859900", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "859900", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "support.type.exception" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#93A1A1", | |||
"editor.background": "#002B36", | |||
"editor.selectionBackground": "#073642", | |||
"editor.lineHighlightBackground": "#073642", | |||
"editorCursor.foreground": "#D30102", | |||
"editorWhitespace.foreground": "#93A1A1" | |||
} | |||
} |
@@ -0,0 +1,132 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "93a1a1", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "2aa198", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "d33682", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "859900", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "073642", | |||
"fontStyle": "bold", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "entity.name.type.class" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "859900", | |||
"token": "punctuation.definition.variable" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "punctuation.section.embedded.begin" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "punctuation.section.embedded.end" | |||
}, | |||
{ | |||
"foreground": "b58900", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "b58900", | |||
"token": "meta.preprocessor" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "support.function.construct" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "keyword.other.new" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"fontStyle": "bold", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "93a1a1", | |||
"token": "punctuation.definition.tag.begin" | |||
}, | |||
{ | |||
"foreground": "93a1a1", | |||
"token": "punctuation.definition.tag.end" | |||
}, | |||
{ | |||
"foreground": "93a1a1", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "268bd2", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "d30102", | |||
"token": "punctuation.separator.continuation" | |||
}, | |||
{ | |||
"foreground": "859900", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "859900", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "cb4b16", | |||
"token": "support.type.exception" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#586E75", | |||
"editor.background": "#FDF6E3", | |||
"editor.selectionBackground": "#073642", | |||
"editor.lineHighlightBackground": "#EEE8D5", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#93A1A1" | |||
} | |||
} |
@@ -0,0 +1,70 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "473c45", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "805978", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "a8885a", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "596380", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "596380", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "728059", | |||
"token": "keyword - keyword.operator" | |||
}, | |||
{ | |||
"foreground": "728059", | |||
"token": "keyword.operator.logical" | |||
}, | |||
{ | |||
"foreground": "9ebf60", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "6078bf", | |||
"token": "entity" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "8a4b66", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "893062", | |||
"token": "support.type.exception" | |||
}, | |||
{ | |||
"background": "5f0047", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"background": "371d28", | |||
"token": "meta.function.section" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#DDE6CF", | |||
"editor.background": "#0D0D0D", | |||
"editor.selectionBackground": "#40002F", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#7F005D", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,308 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "aeaeae", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "3387cc", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "89bdff", | |||
"token": "entity" | |||
}, | |||
{ | |||
"foreground": "e28964", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "99cf50", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "65b042", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "9b859d", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "3e87e3", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "fd5ff1", | |||
"fontStyle": "italic underline", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "fd5ff1", | |||
"background": "562d56", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"background": "b1b3ba", | |||
"token": "text source" | |||
}, | |||
{ | |||
"foreground": "9b5c2e", | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "daefa3", | |||
"token": "string.quoted source" | |||
}, | |||
{ | |||
"foreground": "ddf2a4", | |||
"token": "string constant" | |||
}, | |||
{ | |||
"foreground": "e9c062", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "cf7d34", | |||
"token": "string.regexp constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "cf7d34", | |||
"token": "string.regexp source.ruby.embedded" | |||
}, | |||
{ | |||
"foreground": "cf7d34", | |||
"token": "string.regexp string.regexp.arbitrary-repitition" | |||
}, | |||
{ | |||
"foreground": "8a9a95", | |||
"token": "string variable" | |||
}, | |||
{ | |||
"foreground": "dad085", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "cf6a4c", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "8996a8", | |||
"token": "meta.preprocessor.c" | |||
}, | |||
{ | |||
"foreground": "afc4db", | |||
"token": "meta.preprocessor.c keyword" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"foreground": "676767", | |||
"fontStyle": "italic", | |||
"token": "meta.cast" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.sgml.html meta.doctype" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.sgml.html meta.doctype entity" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.sgml.html meta.doctype string" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.xml-processing" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.xml-processing entity" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.xml-processing string" | |||
}, | |||
{ | |||
"foreground": "89bdff", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "89bdff", | |||
"token": "meta.tag entity" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "source entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "source entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "meta.tag.inline" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "meta.tag.inline entity" | |||
}, | |||
{ | |||
"foreground": "e18964", | |||
"token": "entity.name.tag.namespace" | |||
}, | |||
{ | |||
"foreground": "e18964", | |||
"token": "entity.other.attribute-name.namespace" | |||
}, | |||
{ | |||
"foreground": "cda869", | |||
"token": "meta.selector.css entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "8f9d6a", | |||
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class" | |||
}, | |||
{ | |||
"foreground": "8b98ab", | |||
"token": "meta.selector.css entity.other.attribute-name.id" | |||
}, | |||
{ | |||
"foreground": "9b703f", | |||
"token": "meta.selector.css entity.other.attribute-name.class" | |||
}, | |||
{ | |||
"foreground": "c5af75", | |||
"token": "support.type.property-name.css" | |||
}, | |||
{ | |||
"foreground": "f9ee98", | |||
"token": "meta.property-group support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "f9ee98", | |||
"token": "meta.property-value support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "8693a5", | |||
"token": "meta.preprocessor.at-rule keyword.control.at-rule" | |||
}, | |||
{ | |||
"foreground": "dd7b3b", | |||
"token": "meta.property-value support.constant.named-color.css" | |||
}, | |||
{ | |||
"foreground": "dd7b3b", | |||
"token": "meta.property-value constant" | |||
}, | |||
{ | |||
"foreground": "8f9d6a", | |||
"token": "meta.constructor.argument.css" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "0e2231", | |||
"fontStyle": "italic", | |||
"token": "meta.diff" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "0e2231", | |||
"fontStyle": "italic", | |||
"token": "meta.diff.header" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "420e09", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "4a410d", | |||
"token": "markup.changed" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "253b22", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"foreground": "e9c062", | |||
"fontStyle": "italic", | |||
"token": "markup.italic" | |||
}, | |||
{ | |||
"foreground": "e9c062", | |||
"fontStyle": "bold", | |||
"token": "markup.bold" | |||
}, | |||
{ | |||
"foreground": "e18964", | |||
"fontStyle": "underline", | |||
"token": "markup.underline" | |||
}, | |||
{ | |||
"foreground": "e1d4b9", | |||
"background": "fee09c", | |||
"fontStyle": "italic", | |||
"token": "markup.quote" | |||
}, | |||
{ | |||
"foreground": "fedcc5", | |||
"background": "632d04", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "fedcc5", | |||
"background": "632d04", | |||
"token": "markup.heading entity" | |||
}, | |||
{ | |||
"foreground": "e1d4b9", | |||
"token": "markup.list" | |||
}, | |||
{ | |||
"foreground": "578bb3", | |||
"background": "b1b3ba", | |||
"token": "markup.raw" | |||
}, | |||
{ | |||
"foreground": "f67b37", | |||
"fontStyle": "italic", | |||
"token": "markup comment" | |||
}, | |||
{ | |||
"foreground": "60a633", | |||
"background": "242424", | |||
"token": "meta.separator" | |||
}, | |||
{ | |||
"background": "eeeeee", | |||
"token": "meta.line.entry.logfile" | |||
}, | |||
{ | |||
"background": "eeeeee", | |||
"token": "meta.line.exit.logfile" | |||
}, | |||
{ | |||
"background": "751012", | |||
"token": "meta.line.error.logfile" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#F8F8F8", | |||
"editor.background": "#000000", | |||
"editor.selectionBackground": "#DDF0FF", | |||
"editor.lineHighlightBackground": "#FFFFFF", | |||
"editorCursor.foreground": "#A7A7A7", | |||
"editorWhitespace.foreground": "#CAE2FB" | |||
} | |||
} |
@@ -0,0 +1,222 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "0066ff", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "0000ff", | |||
"fontStyle": "bold", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "0000ff", | |||
"fontStyle": "bold", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "0000cd", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "c5060b", | |||
"fontStyle": "bold", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "585cf6", | |||
"fontStyle": "bold", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "318495", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "318495", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "036a07", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "26b31a", | |||
"token": "constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "26b31a", | |||
"token": "string source" | |||
}, | |||
{ | |||
"foreground": "1a921c", | |||
"token": "meta.preprocessor" | |||
}, | |||
{ | |||
"foreground": "0c450d", | |||
"fontStyle": "bold", | |||
"token": "keyword.control.import" | |||
}, | |||
{ | |||
"foreground": "0000a2", | |||
"fontStyle": "bold", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "0000a2", | |||
"fontStyle": "bold", | |||
"token": "support.function.any-method" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "70727e", | |||
"token": "storage.type.method" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "meta.section entity.name.section" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "declaration.section entity.name.section" | |||
}, | |||
{ | |||
"foreground": "3c4c72", | |||
"fontStyle": "bold", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "6d79de", | |||
"fontStyle": "bold", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "6d79de", | |||
"fontStyle": "bold", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "06960e", | |||
"fontStyle": "bold", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "21439c", | |||
"fontStyle": "bold", | |||
"token": "support.variable" | |||
}, | |||
{ | |||
"foreground": "687687", | |||
"token": "keyword.operator.js" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "990000", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"background": "ffd0d0", | |||
"token": "invalid.deprecated.trailing-whitespace" | |||
}, | |||
{ | |||
"background": "000000", | |||
"token": "text source" | |||
}, | |||
{ | |||
"background": "000000", | |||
"token": "string.unquoted" | |||
}, | |||
{ | |||
"background": "000000", | |||
"token": "text source string.unquoted" | |||
}, | |||
{ | |||
"background": "000000", | |||
"token": "text source text source" | |||
}, | |||
{ | |||
"foreground": "68685b", | |||
"token": "meta.tag.preprocessor.xml" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "meta.tag.sgml.doctype" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "meta.tag.sgml.doctype entity" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "meta.tag.sgml.doctype string" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "meta.tag.preprocessor.xml" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "meta.tag.preprocessor.xml entity" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "meta.tag.preprocessor.xml string" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "string.quoted.docinfo.doctype.DTD" | |||
}, | |||
{ | |||
"foreground": "1c02ff", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "1c02ff", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "0c07ff", | |||
"fontStyle": "bold", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"fontStyle": "italic", | |||
"token": "markup.quote" | |||
}, | |||
{ | |||
"foreground": "b90690", | |||
"token": "markup.list" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#4D97FF", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,185 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "7285b7", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "keyword.operator.class" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "source.php.embedded.line" | |||
}, | |||
{ | |||
"foreground": "ff9da4", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "ff9da4", | |||
"token": "support.other.variable" | |||
}, | |||
{ | |||
"foreground": "ff9da4", | |||
"token": "string.other.link" | |||
}, | |||
{ | |||
"foreground": "ff9da4", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "ff9da4", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "ff9da4", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "ff9da4", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "ff9da4", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "ffc58f", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "ffc58f", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "ffc58f", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "ffc58f", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "ffc58f", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "ffc58f", | |||
"token": "punctuation.section.embedded" | |||
}, | |||
{ | |||
"foreground": "ffc58f", | |||
"token": "keyword.other.unit" | |||
}, | |||
{ | |||
"foreground": "ffeead", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "ffeead", | |||
"token": "entity.name.type.class" | |||
}, | |||
{ | |||
"foreground": "ffeead", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "ffeead", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "d1f1a9", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "d1f1a9", | |||
"token": "constant.other.symbol" | |||
}, | |||
{ | |||
"foreground": "d1f1a9", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "d1f1a9", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "99ffff", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "99ffff", | |||
"token": "constant.other.color" | |||
}, | |||
{ | |||
"foreground": "bbdaff", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "bbdaff", | |||
"token": "meta.function-call" | |||
}, | |||
{ | |||
"foreground": "bbdaff", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "bbdaff", | |||
"token": "keyword.other.special-method" | |||
}, | |||
{ | |||
"foreground": "bbdaff", | |||
"token": "meta.block-level" | |||
}, | |||
{ | |||
"foreground": "ebbbff", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "ebbbff", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "ebbbff", | |||
"token": "storage.type" | |||
}, | |||
{ | |||
"foreground": "ebbbff", | |||
"token": "entity.name.tag.css" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "f99da5", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "bbdafe", | |||
"token": "meta.separator" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "ebbbff", | |||
"token": "invalid.deprecated" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#FFFFFF", | |||
"editor.background": "#002451", | |||
"editor.selectionBackground": "#003F8E", | |||
"editor.lineHighlightBackground": "#00346E", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#404F7D" | |||
} | |||
} |
@@ -0,0 +1,181 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "969896", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "eeeeee", | |||
"token": "keyword.operator.class" | |||
}, | |||
{ | |||
"foreground": "eeeeee", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "eeeeee", | |||
"token": "source.php.embedded.line" | |||
}, | |||
{ | |||
"foreground": "d54e53", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "d54e53", | |||
"token": "support.other.variable" | |||
}, | |||
{ | |||
"foreground": "d54e53", | |||
"token": "string.other.link" | |||
}, | |||
{ | |||
"foreground": "d54e53", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "d54e53", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "d54e53", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "d54e53", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "d54e53", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "e78c45", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "e78c45", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "e78c45", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "e78c45", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "e78c45", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "e78c45", | |||
"token": "punctuation.section.embedded" | |||
}, | |||
{ | |||
"foreground": "e78c45", | |||
"token": "keyword.other.unit" | |||
}, | |||
{ | |||
"foreground": "e7c547", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "e7c547", | |||
"token": "entity.name.type.class" | |||
}, | |||
{ | |||
"foreground": "e7c547", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "e7c547", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "b9ca4a", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "b9ca4a", | |||
"token": "constant.other.symbol" | |||
}, | |||
{ | |||
"foreground": "b9ca4a", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "b9ca4a", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "70c0b1", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "70c0b1", | |||
"token": "constant.other.color" | |||
}, | |||
{ | |||
"foreground": "7aa6da", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "7aa6da", | |||
"token": "meta.function-call" | |||
}, | |||
{ | |||
"foreground": "7aa6da", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "7aa6da", | |||
"token": "keyword.other.special-method" | |||
}, | |||
{ | |||
"foreground": "7aa6da", | |||
"token": "meta.block-level" | |||
}, | |||
{ | |||
"foreground": "c397d8", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "c397d8", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "c397d8", | |||
"token": "storage.type" | |||
}, | |||
{ | |||
"foreground": "c397d8", | |||
"token": "entity.name.tag.css" | |||
}, | |||
{ | |||
"foreground": "ced2cf", | |||
"background": "df5f5f", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "ced2cf", | |||
"background": "82a3bf", | |||
"token": "meta.separator" | |||
}, | |||
{ | |||
"foreground": "ced2cf", | |||
"background": "b798bf", | |||
"token": "invalid.deprecated" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#DEDEDE", | |||
"editor.background": "#000000", | |||
"editor.selectionBackground": "#424242", | |||
"editor.lineHighlightBackground": "#2A2A2A", | |||
"editorCursor.foreground": "#9F9F9F", | |||
"editorWhitespace.foreground": "#343434" | |||
} | |||
} |
@@ -0,0 +1,177 @@ | |||
{ | |||
"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" | |||
} | |||
} |
@@ -0,0 +1,181 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "969896", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "ced1cf", | |||
"token": "keyword.operator.class" | |||
}, | |||
{ | |||
"foreground": "ced1cf", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "ced1cf", | |||
"token": "source.php.embedded.line" | |||
}, | |||
{ | |||
"foreground": "cc6666", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "cc6666", | |||
"token": "support.other.variable" | |||
}, | |||
{ | |||
"foreground": "cc6666", | |||
"token": "string.other.link" | |||
}, | |||
{ | |||
"foreground": "cc6666", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "cc6666", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "cc6666", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "cc6666", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "cc6666", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "de935f", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "de935f", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "de935f", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "de935f", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "de935f", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "de935f", | |||
"token": "punctuation.section.embedded" | |||
}, | |||
{ | |||
"foreground": "de935f", | |||
"token": "keyword.other.unit" | |||
}, | |||
{ | |||
"foreground": "f0c674", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "f0c674", | |||
"token": "entity.name.type.class" | |||
}, | |||
{ | |||
"foreground": "f0c674", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "f0c674", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "b5bd68", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "b5bd68", | |||
"token": "constant.other.symbol" | |||
}, | |||
{ | |||
"foreground": "b5bd68", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "b5bd68", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "8abeb7", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "8abeb7", | |||
"token": "constant.other.color" | |||
}, | |||
{ | |||
"foreground": "81a2be", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "81a2be", | |||
"token": "meta.function-call" | |||
}, | |||
{ | |||
"foreground": "81a2be", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "81a2be", | |||
"token": "keyword.other.special-method" | |||
}, | |||
{ | |||
"foreground": "81a2be", | |||
"token": "meta.block-level" | |||
}, | |||
{ | |||
"foreground": "b294bb", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "b294bb", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "b294bb", | |||
"token": "storage.type" | |||
}, | |||
{ | |||
"foreground": "b294bb", | |||
"token": "entity.name.tag.css" | |||
}, | |||
{ | |||
"foreground": "ced2cf", | |||
"background": "df5f5f", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "ced2cf", | |||
"background": "82a3bf", | |||
"token": "meta.separator" | |||
}, | |||
{ | |||
"foreground": "ced2cf", | |||
"background": "b798bf", | |||
"token": "invalid.deprecated" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#C5C8C6", | |||
"editor.background": "#1D1F21", | |||
"editor.selectionBackground": "#373B41", | |||
"editor.lineHighlightBackground": "#282A2E", | |||
"editorCursor.foreground": "#AEAFAD", | |||
"editorWhitespace.foreground": "#4B4E55" | |||
} | |||
} |
@@ -0,0 +1,177 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "8e908c", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "666969", | |||
"token": "keyword.operator.class" | |||
}, | |||
{ | |||
"foreground": "666969", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "666969", | |||
"token": "source.php.embedded.line" | |||
}, | |||
{ | |||
"foreground": "c82829", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "c82829", | |||
"token": "support.other.variable" | |||
}, | |||
{ | |||
"foreground": "c82829", | |||
"token": "string.other.link" | |||
}, | |||
{ | |||
"foreground": "c82829", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "c82829", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "c82829", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "c82829", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "c82829", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "f5871f", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "f5871f", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "f5871f", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "f5871f", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "f5871f", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "f5871f", | |||
"token": "punctuation.section.embedded" | |||
}, | |||
{ | |||
"foreground": "f5871f", | |||
"token": "keyword.other.unit" | |||
}, | |||
{ | |||
"foreground": "c99e00", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "c99e00", | |||
"token": "entity.name.type.class" | |||
}, | |||
{ | |||
"foreground": "c99e00", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "c99e00", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "718c00", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "718c00", | |||
"token": "constant.other.symbol" | |||
}, | |||
{ | |||
"foreground": "718c00", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "718c00", | |||
"token": "markup.heading" | |||
}, | |||
{ | |||
"foreground": "3e999f", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "3e999f", | |||
"token": "constant.other.color" | |||
}, | |||
{ | |||
"foreground": "4271ae", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "4271ae", | |||
"token": "meta.function-call" | |||
}, | |||
{ | |||
"foreground": "4271ae", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "4271ae", | |||
"token": "keyword.other.special-method" | |||
}, | |||
{ | |||
"foreground": "4271ae", | |||
"token": "meta.block-level" | |||
}, | |||
{ | |||
"foreground": "8959a8", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "8959a8", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "8959a8", | |||
"token": "storage.type" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "c82829", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "4271ae", | |||
"token": "meta.separator" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "8959a8", | |||
"token": "invalid.deprecated" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#4D4D4C", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#D6D6D6", | |||
"editor.lineHighlightBackground": "#EFEFEF", | |||
"editorCursor.foreground": "#AEAFAD", | |||
"editorWhitespace.foreground": "#D1D1D1" | |||
} | |||
} |
@@ -0,0 +1,273 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "5f5a60", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "cf6a4c", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "9b703f", | |||
"token": "entity" | |||
}, | |||
{ | |||
"foreground": "cda869", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "f9ee98", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "8f9d6a", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "9b859d", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "7587a6", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "d2a8a1", | |||
"fontStyle": "italic underline", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "562d56", | |||
"token": "invalid.illegal" | |||
}, | |||
{ | |||
"background": "b0b3ba", | |||
"token": "text source" | |||
}, | |||
{ | |||
"background": "b1b3ba", | |||
"token": "text.html.ruby source" | |||
}, | |||
{ | |||
"foreground": "9b5c2e", | |||
"fontStyle": "italic", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "daefa3", | |||
"token": "string source" | |||
}, | |||
{ | |||
"foreground": "ddf2a4", | |||
"token": "string constant" | |||
}, | |||
{ | |||
"foreground": "e9c062", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "cf7d34", | |||
"token": "string.regexp constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "cf7d34", | |||
"token": "string.regexp source.ruby.embedded" | |||
}, | |||
{ | |||
"foreground": "cf7d34", | |||
"token": "string.regexp string.regexp.arbitrary-repitition" | |||
}, | |||
{ | |||
"foreground": "8a9a95", | |||
"token": "string variable" | |||
}, | |||
{ | |||
"foreground": "dad085", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "cf6a4c", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "8996a8", | |||
"token": "meta.preprocessor.c" | |||
}, | |||
{ | |||
"foreground": "afc4db", | |||
"token": "meta.preprocessor.c keyword" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.tag.sgml.doctype" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.tag.sgml.doctype entity" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.tag.sgml.doctype string" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.tag.preprocessor.xml" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.tag.preprocessor.xml entity" | |||
}, | |||
{ | |||
"foreground": "494949", | |||
"token": "meta.tag.preprocessor.xml string" | |||
}, | |||
{ | |||
"foreground": "ac885b", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "ac885b", | |||
"token": "declaration.tag entity" | |||
}, | |||
{ | |||
"foreground": "ac885b", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "ac885b", | |||
"token": "meta.tag entity" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "declaration.tag.inline" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "declaration.tag.inline entity" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "source entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "source entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "meta.tag.inline" | |||
}, | |||
{ | |||
"foreground": "e0c589", | |||
"token": "meta.tag.inline entity" | |||
}, | |||
{ | |||
"foreground": "cda869", | |||
"token": "meta.selector.css entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "ac885b", | |||
"fontStyle": "bold", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "ac885b", | |||
"fontStyle": "bold", | |||
"token": "support.function.any-method" | |||
}, | |||
{ | |||
"foreground": "8f9d6a", | |||
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class" | |||
}, | |||
{ | |||
"foreground": "8b98ab", | |||
"token": "meta.selector.css entity.other.attribute-name.id" | |||
}, | |||
{ | |||
"foreground": "9b703f", | |||
"token": "meta.selector.css entity.other.attribute-name.class" | |||
}, | |||
{ | |||
"foreground": "c5af75", | |||
"token": "support.type.property-name.css" | |||
}, | |||
{ | |||
"foreground": "f9ee98", | |||
"token": "meta.property-group support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "f9ee98", | |||
"token": "meta.property-value support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "8693a5", | |||
"token": "meta.preprocessor.at-rule keyword.control.at-rule" | |||
}, | |||
{ | |||
"foreground": "ca7840", | |||
"token": "meta.property-value support.constant.named-color.css" | |||
}, | |||
{ | |||
"foreground": "ca7840", | |||
"token": "meta.property-value constant" | |||
}, | |||
{ | |||
"foreground": "8f9d6a", | |||
"token": "meta.constructor.argument.css" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "0e2231", | |||
"fontStyle": "italic", | |||
"token": "meta.diff" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "0e2231", | |||
"fontStyle": "italic", | |||
"token": "meta.diff.header" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "0e2231", | |||
"fontStyle": "italic", | |||
"token": "meta.separator" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "420e09", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "4a410d", | |||
"token": "markup.changed" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "253b22", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"foreground": "f9ee98", | |||
"token": "markup.list" | |||
}, | |||
{ | |||
"foreground": "cf6a4c", | |||
"token": "markup.heading" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#F8F8F8", | |||
"editor.background": "#141414", | |||
"editor.selectionBackground": "#DDF0FF", | |||
"editor.lineHighlightBackground": "#FFFFFF", | |||
"editorCursor.foreground": "#A7A7A7", | |||
"editorWhitespace.foreground": "#FFFFFF" | |||
} | |||
} |
@@ -0,0 +1,202 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "ffffff", | |||
"background": "0f0f0f", | |||
"token": "text" | |||
}, | |||
{ | |||
"background": "000000", | |||
"token": "source.ruby.rails.embedded.html" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "101010", | |||
"token": "text.html.ruby" | |||
}, | |||
{ | |||
"foreground": "ccff33", | |||
"background": "000000", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "ccff33", | |||
"background": "000000", | |||
"token": "invalid.deprecated" | |||
}, | |||
{ | |||
"foreground": "99cc99", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "000000", | |||
"token": "source" | |||
}, | |||
{ | |||
"foreground": "9933cc", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "339999", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "edf8f9", | |||
"token": "keyword.preprocessor" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "keyword.preprocessor directive" | |||
}, | |||
{ | |||
"foreground": "ffcc00", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "ffcc00", | |||
"token": "storage.type.function.js" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "772cb7", | |||
"background": "070707", | |||
"token": "source comment.block" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "ffcc00", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "66ff00", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "aaaaaa", | |||
"token": "string constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "cccc33", | |||
"token": "string.interpolated" | |||
}, | |||
{ | |||
"foreground": "44b4cc", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "cccc33", | |||
"token": "string.literal" | |||
}, | |||
{ | |||
"foreground": "555555", | |||
"token": "string.interpolated constant.character.escape" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "support.class.js" | |||
}, | |||
{ | |||
"fontStyle": "italic underline", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "meta.tag.inline.any.html" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "meta.tag.block.any.html" | |||
}, | |||
{ | |||
"foreground": "99cc99", | |||
"fontStyle": "italic", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "dde93d", | |||
"token": "keyword.other" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "meta.selector.css" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "entity.other.attribute-name.pseudo-class.css" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "entity.name.tag.wildcard.css" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "entity.other.attribute-name.id.css" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "entity.other.attribute-name.class.css" | |||
}, | |||
{ | |||
"foreground": "999966", | |||
"token": "support.type.property-name.css" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "keyword.other.unit.css" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "constant.other.rgb-value.css" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "constant.numeric.css" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "support.function.event-handler.js" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "keyword.operator.js" | |||
}, | |||
{ | |||
"foreground": "cccc66", | |||
"token": "keyword.control.js" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"token": "support.class.prototype.js" | |||
}, | |||
{ | |||
"foreground": "ff6600", | |||
"token": "object.property.function.prototype.js" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#FFFFFF", | |||
"editor.background": "#0F0F0F", | |||
"editor.selectionBackground": "#6699CC", | |||
"editor.lineHighlightBackground": "#333333", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#404040" | |||
} | |||
} |
@@ -0,0 +1,94 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "008e00", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "7d4726", | |||
"token": "meta.preprocessor" | |||
}, | |||
{ | |||
"foreground": "7d4726", | |||
"token": "keyword.control.import" | |||
}, | |||
{ | |||
"foreground": "df0002", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "3a00dc", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "c800a4", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "275a5e", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "275a5e", | |||
"token": "constant.other" | |||
}, | |||
{ | |||
"foreground": "c800a4", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "c800a4", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "c800a4", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "c900a4", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "438288", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "790ead", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "450084", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "450084", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "450084", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "790ead", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "790ead", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "790ead", | |||
"token": "support.other.variable" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#FFFFFF", | |||
"editor.selectionBackground": "#B5D5FF", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#BFBFBF" | |||
} | |||
} |
@@ -0,0 +1,94 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "709070", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "keyword.other.directive" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "keyword.other.directive.line-number" | |||
}, | |||
{ | |||
"foreground": "ff8080", | |||
"token": "constant.character" | |||
}, | |||
{ | |||
"foreground": "ff2020", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "22c0ff", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "constant.numeric.floating-point" | |||
}, | |||
{ | |||
"foreground": "ffffa0", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "ff8000", | |||
"fontStyle": "bold", | |||
"token": "entity.name.module" | |||
}, | |||
{ | |||
"foreground": "ff8000", | |||
"fontStyle": "bold", | |||
"token": "support.other.module" | |||
}, | |||
{ | |||
"foreground": "ffffa0", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml keyword.operator.symbol.infix.floating-point" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "source.ocaml keyword.operator.symbol.prefix.floating-point" | |||
}, | |||
{ | |||
"foreground": "6080ff", | |||
"token": "storage.type" | |||
}, | |||
{ | |||
"foreground": "4080a0", | |||
"token": "entity.name.class.variant" | |||
}, | |||
{ | |||
"foreground": "f09040", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"foreground": "ffcc66", | |||
"fontStyle": "bold", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "ffe000", | |||
"token": "storage.type.user-defined" | |||
}, | |||
{ | |||
"foreground": "f4a020", | |||
"token": "entity.name.type.class.type" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#DEDEDE", | |||
"editor.background": "#404040", | |||
"editor.selectionBackground": "#A0A0C0", | |||
"editor.lineHighlightBackground": "#A08040", | |||
"editorCursor.foreground": "#FFFF66", | |||
"editorWhitespace.foreground": "#A8A8A8" | |||
} | |||
} |
@@ -0,0 +1,116 @@ | |||
{ | |||
"base": "vs", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "009933", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "0066ff", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "ff0080", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "0000ff", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "9700cc", | |||
"token": "constant.language" | |||
}, | |||
{ | |||
"foreground": "990000", | |||
"token": "support.class.exception" | |||
}, | |||
{ | |||
"foreground": "ff8000", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"fontStyle": "bold underline", | |||
"token": "entity.name.type" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "0066ff", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "ff0000", | |||
"background": "e71a11", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"background": "e71a11", | |||
"token": "invalid.deprecated.trailing-whitespace" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "fafafa", | |||
"token": "text source" | |||
}, | |||
{ | |||
"foreground": "0033cc", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "0033cc", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "6782d3", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "6782d3", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "3333ff", | |||
"fontStyle": "bold", | |||
"token": "support" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "storage" | |||
}, | |||
{ | |||
"fontStyle": "bold underline", | |||
"token": "entity.name.section" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"fontStyle": "bold", | |||
"token": "entity.name.function.frame" | |||
}, | |||
{ | |||
"foreground": "333333", | |||
"token": "meta.tag.preprocessor.xml" | |||
}, | |||
{ | |||
"foreground": "3366cc", | |||
"fontStyle": "italic", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "entity.name.tag" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#000000", | |||
"editor.background": "#EEEEEE", | |||
"editor.selectionBackground": "#BAD6FD", | |||
"editor.lineHighlightBackground": "#000000", | |||
"editorCursor.foreground": "#000000", | |||
"editorWhitespace.foreground": "#B3B3B3" | |||
} | |||
} |
@@ -0,0 +1,141 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "ffffff", | |||
"token": "text" | |||
}, | |||
{ | |||
"foreground": "cdcdcd", | |||
"background": "282828", | |||
"token": "source" | |||
}, | |||
{ | |||
"foreground": "bc9458", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "ffe5bb", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "ffe5bb", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "ffe5bb", | |||
"token": "meta.doctype" | |||
}, | |||
{ | |||
"foreground": "ffc66d", | |||
"token": "entity.name" | |||
}, | |||
{ | |||
"foreground": "fff980", | |||
"token": "source.ruby entity.name" | |||
}, | |||
{ | |||
"foreground": "b7dff8", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "cccc33", | |||
"token": "support.class.ruby" | |||
}, | |||
{ | |||
"foreground": "6c99bb", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "6c99bb", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "cc7833", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "d0d0ff", | |||
"token": "other.preprocessor.c" | |||
}, | |||
{ | |||
"fontStyle": "italic", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "575757", | |||
"token": "source comment.block" | |||
}, | |||
{ | |||
"foreground": "a5c261", | |||
"token": "string" | |||
}, | |||
{ | |||
"foreground": "aaaaaa", | |||
"token": "string constant.character.escape" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "cccc33", | |||
"token": "string.interpolated" | |||
}, | |||
{ | |||
"foreground": "cccc33", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "cccc33", | |||
"token": "string.literal" | |||
}, | |||
{ | |||
"foreground": "787878", | |||
"token": "string.interpolated constant.character.escape" | |||
}, | |||
{ | |||
"fontStyle": "underline", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"fontStyle": "italic underline", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "b83426", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "6ea533", | |||
"token": "markup.list.unnumbered.textile" | |||
}, | |||
{ | |||
"foreground": "6ea533", | |||
"token": "markup.list.numbered.textile" | |||
}, | |||
{ | |||
"foreground": "c2c2c2", | |||
"fontStyle": "bold", | |||
"token": "markup.bold.textile" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "ff0000", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "323232", | |||
"background": "fff980", | |||
"token": "collab.user1" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#FFFFFF", | |||
"editor.background": "#323232", | |||
"editor.selectionBackground": "#5A647E", | |||
"editor.lineHighlightBackground": "#353637", | |||
"editorCursor.foreground": "#91FF00", | |||
"editorWhitespace.foreground": "#404040" | |||
} | |||
} |
@@ -0,0 +1,246 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "d27518", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "a89100", | |||
"token": "entity" | |||
}, | |||
{ | |||
"foreground": "ba6912", | |||
"token": "entity.other" | |||
}, | |||
{ | |||
"foreground": "949c8b", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "ffee80", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "c7a4a1", | |||
"token": "string -string.unquoted.old-plist -string.unquoted.heredoc" | |||
}, | |||
{ | |||
"foreground": "c7a4a1", | |||
"token": "string.unquoted.heredoc string" | |||
}, | |||
{ | |||
"foreground": "706d5b", | |||
"fontStyle": "italic", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "9fc28a", | |||
"token": "support" | |||
}, | |||
{ | |||
"foreground": "d1a796", | |||
"token": "variable" | |||
}, | |||
{ | |||
"foreground": "ff80e1", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "ffee80", | |||
"token": "meta.function-call" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "a41300", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "d9d59f", | |||
"background": "24231d", | |||
"token": "text source" | |||
}, | |||
{ | |||
"foreground": "d9d59f", | |||
"background": "24231d", | |||
"token": "string.unquoted.heredoc" | |||
}, | |||
{ | |||
"foreground": "d9d59f", | |||
"background": "24231d", | |||
"token": "source source" | |||
}, | |||
{ | |||
"foreground": "7efcff", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "439740", | |||
"token": "string.quoted source" | |||
}, | |||
{ | |||
"foreground": "60db5d", | |||
"token": "string constant" | |||
}, | |||
{ | |||
"foreground": "7dffc0", | |||
"token": "string.regexp" | |||
}, | |||
{ | |||
"foreground": "b8b960", | |||
"token": "string variable" | |||
}, | |||
{ | |||
"foreground": "85873a", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "c27e66", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "ff1e00", | |||
"token": "support.class.exception" | |||
}, | |||
{ | |||
"foreground": "8996a8", | |||
"token": "meta.preprocessor.c" | |||
}, | |||
{ | |||
"foreground": "afc4db", | |||
"token": "meta.preprocessor.c keyword" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.sgml.html meta.doctype" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.sgml.html meta.doctype entity" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.sgml.html meta.doctype string" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.xml-processing" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.xml-processing entity" | |||
}, | |||
{ | |||
"foreground": "73817d", | |||
"token": "meta.xml-processing string" | |||
}, | |||
{ | |||
"foreground": "babd9c", | |||
"token": "meta.tag" | |||
}, | |||
{ | |||
"foreground": "babd9c", | |||
"token": "meta.tag entity" | |||
}, | |||
{ | |||
"foreground": "99a190", | |||
"token": "meta.selector.css entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "cc8844", | |||
"token": "meta.selector.css entity.other.attribute-name.id" | |||
}, | |||
{ | |||
"foreground": "cfb958", | |||
"token": "meta.selector.css entity.other.attribute-name.class" | |||
}, | |||
{ | |||
"foreground": "e0ddad", | |||
"token": "support.type.property-name.css" | |||
}, | |||
{ | |||
"foreground": "aeb14b", | |||
"token": "meta.property-group support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "aeb14b", | |||
"token": "meta.property-value support.constant.property-value.css" | |||
}, | |||
{ | |||
"foreground": "ffb010", | |||
"token": "meta.preprocessor.at-rule keyword.control.at-rule" | |||
}, | |||
{ | |||
"foreground": "999179", | |||
"token": "meta.property-value support.constant.named-color.css" | |||
}, | |||
{ | |||
"foreground": "999179", | |||
"token": "meta.property-value constant" | |||
}, | |||
{ | |||
"foreground": "eb939a", | |||
"token": "meta.constructor.argument.css" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "000e1a", | |||
"token": "meta.diff" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "000e1a", | |||
"token": "meta.diff.header" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "800f00", | |||
"token": "markup.deleted" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "806f00", | |||
"token": "markup.changed" | |||
}, | |||
{ | |||
"foreground": "f8f8f8", | |||
"background": "228000", | |||
"token": "markup.inserted" | |||
}, | |||
{ | |||
"background": "8fddf6", | |||
"token": "markup.raw" | |||
}, | |||
{ | |||
"background": "005baa", | |||
"token": "markup.quote" | |||
}, | |||
{ | |||
"background": "0f0040", | |||
"token": "markup.list" | |||
}, | |||
{ | |||
"foreground": "9d80ff", | |||
"fontStyle": "bold", | |||
"token": "markup.bold" | |||
}, | |||
{ | |||
"foreground": "80ffbb", | |||
"fontStyle": "italic", | |||
"token": "markup.italic" | |||
}, | |||
{ | |||
"fontStyle": "bold", | |||
"token": "markup.heading" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#FCFFE0", | |||
"editor.background": "#0B0A09", | |||
"editor.selectionBackground": "#AA00FF", | |||
"editor.lineHighlightBackground": "#38403D", | |||
"editorCursor.foreground": "#FF9900", | |||
"editorWhitespace.foreground": "#FFB16F" | |||
} | |||
} |
@@ -0,0 +1,228 @@ | |||
{ | |||
"base": "vs-dark", | |||
"inherit": true, | |||
"rules": [ | |||
{ | |||
"foreground": "666c68", | |||
"background": "151c19", | |||
"token": "comment" | |||
}, | |||
{ | |||
"foreground": "c23b00", | |||
"token": "storage" | |||
}, | |||
{ | |||
"foreground": "c23b00", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "151c19", | |||
"token": "string.unquoted.embedded" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "151c19", | |||
"token": "text source" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "151c19", | |||
"token": "string.unquoted" | |||
}, | |||
{ | |||
"foreground": "e94700", | |||
"background": "1a0700", | |||
"token": "constant.character.escaped" | |||
}, | |||
{ | |||
"foreground": "e94700", | |||
"background": "1a0700", | |||
"token": "string source - string.unquoted.embedded" | |||
}, | |||
{ | |||
"foreground": "e94700", | |||
"background": "1a0700", | |||
"token": "string string source" | |||
}, | |||
{ | |||
"foreground": "c23800", | |||
"background": "1a0700", | |||
"token": "string - string source" | |||
}, | |||
{ | |||
"foreground": "c23800", | |||
"background": "1a0700", | |||
"token": "string source string" | |||
}, | |||
{ | |||
"foreground": "c23800", | |||
"background": "1a0700", | |||
"token": "meta.scope.heredoc" | |||
}, | |||
{ | |||
"foreground": "e98800", | |||
"token": "constant.numeric" | |||
}, | |||
{ | |||
"foreground": "648bd2", | |||
"token": "variable.language" | |||
}, | |||
{ | |||
"foreground": "648bd2", | |||
"token": "variable.other" | |||
}, | |||
{ | |||
"foreground": "e98800", | |||
"token": "constant" | |||
}, | |||
{ | |||
"foreground": "a8b3ab", | |||
"background": "161d1a", | |||
"token": "other.preprocessor" | |||
}, | |||
{ | |||
"foreground": "a8b3ab", | |||
"background": "161d1a", | |||
"token": "entity.name.preprocessor" | |||
}, | |||
{ | |||
"foreground": "a8b3ab", | |||
"token": "entity.name.function" | |||
}, | |||
{ | |||
"foreground": "a8b3ab", | |||
"token": "keyword.operator" | |||
}, | |||
{ | |||
"foreground": "a8b3ab", | |||
"token": "keyword.other.name-of-parameter" | |||
}, | |||
{ | |||
"foreground": "9a2f00", | |||
"token": "entity.name.class" | |||
}, | |||
{ | |||
"foreground": "648bd2", | |||
"token": "variable.parameter" | |||
}, | |||
{ | |||
"foreground": "666c68", | |||
"token": "storage.type.method" | |||
}, | |||
{ | |||
"foreground": "a39e64", | |||
"token": "keyword" | |||
}, | |||
{ | |||
"foreground": "a39e64", | |||
"token": "storage.type.function.php" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "990000", | |||
"token": "invalid" | |||
}, | |||
{ | |||
"foreground": "000000", | |||
"background": "ffd0d0", | |||
"token": "invalid.trailing-whitespace" | |||
}, | |||
{ | |||
"foreground": "588e60", | |||
"token": "support.function" | |||
}, | |||
{ | |||
"foreground": "5778b6", | |||
"token": "support.class" | |||
}, | |||
{ | |||
"foreground": "5778b6", | |||
"token": "support.type" | |||
}, | |||
{ | |||
"foreground": "5778b6", | |||
"token": "entity.name" | |||
}, | |||
{ | |||
"foreground": "c87500", | |||
"token": "support.constant" | |||
}, | |||
{ | |||
"foreground": "5879b7", | |||
"token": "support.other.variable" | |||
}, | |||
{ | |||
"foreground": "68685b", | |||
"token": "declaration.xml-processing" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "declaration.doctype" | |||
}, | |||
{ | |||
"foreground": "888888", | |||
"token": "declaration.doctype.DTD" | |||
}, | |||
{ | |||
"foreground": "a65eff", | |||
"token": "declaration.tag" | |||
}, | |||
{ | |||
"foreground": "a65eff", | |||
"token": "entity.name.tag" | |||
}, | |||
{ | |||
"foreground": "909993", | |||
"token": "entity.other.attribute-name" | |||
}, | |||
{ | |||
"foreground": "909993", | |||
"token": "punctuation" | |||
}, | |||
{ | |||
"foreground": "7642b7", | |||
"token": "entity.other.inherited-class" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "000000", | |||
"token": "meta.scope.changed-files.svn" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "000000", | |||
"token": "markup.inserted.svn" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "000000", | |||
"token": "markup.changed.svn" | |||
}, | |||
{ | |||
"foreground": "ffffff", | |||
"background": "000000", | |||
"token": "markup.deleted.svn" | |||
}, | |||
{ | |||
"background": "78807b", | |||
"token": "meta.section" | |||
}, | |||
{ | |||
"background": "78807b", | |||
"token": "meta.section meta.section" | |||
}, | |||
{ | |||
"background": "78807b", | |||
"token": "meta.section meta.section meta.section" | |||
} | |||
], | |||
"colors": { | |||
"editor.foreground": "#FFFFFF", | |||
"editor.background": "#222C28", | |||
"editor.selectionBackground": "#919994", | |||
"editor.lineHighlightBackground": "#0C0D0C", | |||
"editorCursor.foreground": "#FFFFFF", | |||
"editorWhitespace.foreground": "#666C68" | |||
} | |||
} |
@@ -0,0 +1,45 @@ | |||
{ | |||
"active4d": "Active4D", | |||
"all-hallows-eve": "All Hallows Eve", | |||
"amy": "Amy", | |||
"blackboard": "Blackboard", | |||
"brilliance-black": "Brilliance Black", | |||
"brilliance-dull": "Brilliance Dull", | |||
"chrome-devtools": "Chrome DevTools", | |||
"clouds-midnight": "Clouds Midnight", | |||
"clouds": "Clouds", | |||
"cobalt": "Cobalt", | |||
"dawn": "Dawn", | |||
"dreamweaver": "Dreamweaver", | |||
"eiffel": "Eiffel", | |||
"espresso-libre": "Espresso Libre", | |||
"github": "GitHub", | |||
"idle": "IDLE", | |||
"katzenmilch": "Katzenmilch", | |||
"kuroir-theme": "Kuroir Theme", | |||
"lazy": "LAZY", | |||
"magicwb--amiga-": "MagicWB (Amiga)", | |||
"merbivore-soft": "Merbivore Soft", | |||
"merbivore": "Merbivore", | |||
"monokai": "Monokai", | |||
"pastels-on-dark": "Pastels on Dark", | |||
"slush-and-poppies": "Slush and Poppies", | |||
"solarized-dark": "Solarized-dark", | |||
"solarized-light": "Solarized-light", | |||
"spacecadet": "SpaceCadet", | |||
"sunburst": "Sunburst", | |||
"textmate--mac-classic-": "Textmate (Mac Classic)", | |||
"tomorrow-night-blue": "Tomorrow-Night-Blue", | |||
"tomorrow-night-bright": "Tomorrow-Night-Bright", | |||
"tomorrow-night-eighties": "Tomorrow-Night-Eighties", | |||
"tomorrow-night": "Tomorrow-Night", | |||
"tomorrow": "Tomorrow", | |||
"twilight": "Twilight", | |||
"vibrant-ink": "Vibrant Ink", | |||
"xcode-default": "Xcode_default", | |||
"zenburnesque": "Zenburnesque", | |||
"iplastic": "iPlastic", | |||
"idlefingers": "idleFingers", | |||
"krtheme": "krTheme", | |||
"monoindustrial": "monoindustrial" | |||
} |
@@ -2075,6 +2075,11 @@ | |||
"integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", | |||
"dev": true | |||
}, | |||
"fast-plist": { | |||
"version": "0.1.2", | |||
"resolved": "https://registry.npmjs.org/fast-plist/-/fast-plist-0.1.2.tgz", | |||
"integrity": "sha1-pFr/NFGWAG1AbKbNzQX2kFHvNbg=" | |||
}, | |||
"fastparse": { | |||
"version": "1.1.1", | |||
"resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz", | |||
@@ -4323,6 +4328,14 @@ | |||
"resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-1.5.4.tgz", | |||
"integrity": "sha512-9YmWYQdZoAoZ1RLy/uvoDbCcb0EKy5O2qoMQn+UIVQxk+VTCXfJDgANczDIWko+UOzg0MY0P+sA8bl4XI14RJg==" | |||
}, | |||
"monaco-themes": { | |||
"version": "0.2.5", | |||
"resolved": "https://registry.npmjs.org/monaco-themes/-/monaco-themes-0.2.5.tgz", | |||
"integrity": "sha512-zcnv80cz4SMI/3fxvY6uVQ2O+4HVvX5eFflnwEgzpQ6fhSFBwTmN6f6VpmyKrR1Wb05BgzYtFHs0zXZEwUMqbw==", | |||
"requires": { | |||
"fast-plist": "^0.1.2" | |||
} | |||
}, | |||
"monaco-vim": { | |||
"version": "0.0.7", | |||
"resolved": "https://registry.npmjs.org/monaco-vim/-/monaco-vim-0.0.7.tgz", |
@@ -30,6 +30,7 @@ | |||
"lodash": "^4.17.11", | |||
"monaco-editor": "^0.14.3", | |||
"monaco-editor-webpack-plugin": "^1.5.4", | |||
"monaco-themes": "^0.2.5", | |||
"monaco-vim": "0.0.7", | |||
"vue": "^2.5.17", | |||
"vue-router": "^3.0.1", |
@@ -245,7 +245,7 @@ __Z7webMainv();`.trim(); | |||
}, | |||
compile() { | |||
// axios.post('//localhost:5000/compile', { | |||
axios.post('//cheerp.cppse.nl/api/compile', { | |||
axios.post('https://cheerp.cppse.nl/api/compile', { | |||
flags: '', | |||
source: this.cpp_code | |||
}) |
@@ -39,9 +39,16 @@ | |||
this.editor = monaco.editor.create(document.getElementById(this.name), { | |||
value: this.value, | |||
language: this.language, | |||
automaticLayout: true | |||
automaticLayout: true, | |||
}); | |||
/* | |||
fetch('/themes/Dawn.json') | |||
.then(data => data.json()) | |||
.then(data => { | |||
monaco.editor.defineTheme('custom', data); | |||
monaco.editor.setTheme('custom'); | |||
}); | |||
*/ | |||
this.editor.onDidChangeModelContent(event => { | |||
const value = this.editor.getValue() | |||
if (this.value !== value) { | |||
@@ -74,6 +81,6 @@ | |||
<style scoped> | |||
.container { | |||
width: calc(50vw - ( 6rem) ); | |||
width: calc(50vw - ( 2.5rem) ); | |||
} | |||
</style> |
@@ -9,6 +9,7 @@ module.exports = { | |||
mode: 'development', // change to production when ready | |||
devServer: { | |||
contentBase: "./dist", | |||
hot: true, | |||
watchOptions: { | |||
poll: true |