mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
add themes
This commit is contained in:
parent
f29244bf20
commit
264d715447
56 changed files with 16448 additions and 8 deletions
154
public/monaco/themes/Active4D.json
Normal file
154
public/monaco/themes/Active4D.json
Normal file
|
@ -0,0 +1,154 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"background": "e2e9ff5e",
|
||||
"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": "#00000012",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
94
public/monaco/themes/All Hallows Eve.json
Normal file
94
public/monaco/themes/All Hallows Eve.json
Normal file
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "000000",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#73597EE0",
|
||||
"editor.lineHighlightBackground": "#333300",
|
||||
"editorCursor.foreground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#404040"
|
||||
}
|
||||
}
|
191
public/monaco/themes/Amy.json
Normal file
191
public/monaco/themes/Amy.json
Normal file
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "200020",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "40008054",
|
||||
"token": "source.camlp4.embedded"
|
||||
},
|
||||
{
|
||||
"foreground": "805080",
|
||||
"token": "punctuation"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#D0D0FF",
|
||||
"editor.background": "#200020",
|
||||
"editor.selectionBackground": "#80000080",
|
||||
"editor.lineHighlightBackground": "#80000040",
|
||||
"editorCursor.foreground": "#7070FF",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
152
public/monaco/themes/Birds of Paradise.json
Normal file
152
public/monaco/themes/Birds of Paradise.json
Normal file
|
@ -0,0 +1,152 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "372725",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "e6e1c4",
|
||||
"background": "322323",
|
||||
"token": "source"
|
||||
},
|
||||
{
|
||||
"foreground": "6b4e32",
|
||||
"fontStyle": "italic",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "ef5d32",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "ef5d32",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "entity.name.function"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "keyword.other.name-of-parameter.objc"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"fontStyle": "bold",
|
||||
"token": "entity.name"
|
||||
},
|
||||
{
|
||||
"foreground": "6c99bb",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "variable.language"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "variable.other"
|
||||
},
|
||||
{
|
||||
"foreground": "6c99bb",
|
||||
"token": "constant"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "variable.other.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "6c99bb",
|
||||
"token": "constant.language"
|
||||
},
|
||||
{
|
||||
"foreground": "d9d762",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "support.function"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "support.type"
|
||||
},
|
||||
{
|
||||
"foreground": "6c99bb",
|
||||
"token": "support.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "efcb43",
|
||||
"token": "meta.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "efcb43",
|
||||
"token": "declaration.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "efcb43",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "efcb43",
|
||||
"token": "entity.other.attribute-name"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "990000",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "constant.character.escaped"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "string source"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"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": "#E6E1C4",
|
||||
"editor.background": "#372725",
|
||||
"editor.selectionBackground": "#16120E",
|
||||
"editor.lineHighlightBackground": "#1F1611",
|
||||
"editorCursor.foreground": "#E6E1C4",
|
||||
"editorWhitespace.foreground": "#42302D"
|
||||
}
|
||||
}
|
133
public/monaco/themes/Blackboard.json
Normal file
133
public/monaco/themes/Blackboard.json
Normal file
|
@ -0,0 +1,133 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "0C1021",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "ffffff08",
|
||||
"token": "text.tex.latex meta.function.environment"
|
||||
},
|
||||
{
|
||||
"background": "7a96fa08",
|
||||
"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": "#FFFFFF0F",
|
||||
"editorCursor.foreground": "#FFFFFFA6",
|
||||
"editorWhitespace.foreground": "#FFFFFF40"
|
||||
}
|
||||
}
|
1631
public/monaco/themes/Brilliance Black.json
Normal file
1631
public/monaco/themes/Brilliance Black.json
Normal file
File diff suppressed because it is too large
Load diff
1343
public/monaco/themes/Brilliance Dull.json
Normal file
1343
public/monaco/themes/Brilliance Dull.json
Normal file
File diff suppressed because it is too large
Load diff
110
public/monaco/themes/Chrome DevTools.json
Normal file
110
public/monaco/themes/Chrome DevTools.json
Normal file
|
@ -0,0 +1,110 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "e71a1100",
|
||||
"token": "invalid.deprecated.trailing-whitespace"
|
||||
},
|
||||
{
|
||||
"foreground": "000000",
|
||||
"background": "fafafafc",
|
||||
"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": "#0000001A",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#B3B3B3F4"
|
||||
}
|
||||
}
|
127
public/monaco/themes/Clouds Midnight.json
Normal file
127
public/monaco/themes/Clouds Midnight.json
Normal file
|
@ -0,0 +1,127 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "191919",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#D7D7D708",
|
||||
"editorCursor.foreground": "#7DA5DC",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
122
public/monaco/themes/Clouds.json
Normal file
122
public/monaco/themes/Clouds.json
Normal file
|
@ -0,0 +1,122 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
253
public/monaco/themes/Cobalt.json
Normal file
253
public/monaco/themes/Cobalt.json
Normal file
|
@ -0,0 +1,253 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "002240",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "8fddf630",
|
||||
"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": "#B36539BF",
|
||||
"editor.lineHighlightBackground": "#00000059",
|
||||
"editorCursor.foreground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#FFFFFF26"
|
||||
}
|
||||
}
|
859
public/monaco/themes/Cobalt2.json
Normal file
859
public/monaco/themes/Cobalt2.json
Normal file
|
@ -0,0 +1,859 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "193549",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "e1efff",
|
||||
"token": "punctuation - (punctuation.definition.string || punctuation.definition.comment)"
|
||||
},
|
||||
{
|
||||
"foreground": "ff628c",
|
||||
"token": "constant"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "entity"
|
||||
},
|
||||
{
|
||||
"foreground": "ff9d00",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"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",
|
||||
"background": "0d3a58",
|
||||
"token": "variable"
|
||||
},
|
||||
{
|
||||
"foreground": "ff80e1",
|
||||
"token": "variable.language"
|
||||
},
|
||||
{
|
||||
"foreground": "ffee80",
|
||||
"token": "meta.function-call"
|
||||
},
|
||||
{
|
||||
"foreground": "f8f8f8",
|
||||
"background": "800f00",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"foreground": "80fcff",
|
||||
"fontStyle": "italic",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "9eff80",
|
||||
"token": "string.quoted source"
|
||||
},
|
||||
{
|
||||
"foreground": "9eff80",
|
||||
"token": "string.quoted"
|
||||
},
|
||||
{
|
||||
"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": "ee3a43",
|
||||
"token": "markup.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "f8f8f8",
|
||||
"background": "806f00",
|
||||
"token": "markup.changed"
|
||||
},
|
||||
{
|
||||
"foreground": "f8f8f8",
|
||||
"background": "154f00",
|
||||
"token": "markup.inserted"
|
||||
},
|
||||
{
|
||||
"background": "8fddf630",
|
||||
"token": "markup.raw"
|
||||
},
|
||||
{
|
||||
"background": "004480",
|
||||
"token": "markup.quote"
|
||||
},
|
||||
{
|
||||
"background": "1d425d",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "ffffaa",
|
||||
"token": "sublimelinter.annotations"
|
||||
},
|
||||
{
|
||||
"foreground": "da2000",
|
||||
"token": "sublimelinter.mark.error"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "ff4a52",
|
||||
"token": "sublimelinter.outline.illegal"
|
||||
},
|
||||
{
|
||||
"background": "ff0000",
|
||||
"token": "sublimelinter.underline.illegal"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "sublimelinter.gutter-mark"
|
||||
},
|
||||
{
|
||||
"foreground": "edba00",
|
||||
"token": "sublimelinter.mark.warning"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "df9400",
|
||||
"token": "sublimelinter.outline.warning"
|
||||
},
|
||||
{
|
||||
"background": "ff0000",
|
||||
"token": "sublimelinter.underline.warning"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "ffffff",
|
||||
"token": "sublimelinter.outline.violation"
|
||||
},
|
||||
{
|
||||
"background": "ff0000",
|
||||
"token": "sublimelinter.underline.violation"
|
||||
},
|
||||
{
|
||||
"foreground": "80ffc2",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "80ffc2",
|
||||
"token": "entity.name.class.php"
|
||||
},
|
||||
{
|
||||
"foreground": "80ffc2",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "80ffc2",
|
||||
"token": "entity.name.type.class.php"
|
||||
},
|
||||
{
|
||||
"foreground": "80ffc2",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"background": "333333",
|
||||
"token": "entity.name.function.php"
|
||||
},
|
||||
{
|
||||
"foreground": "f92672",
|
||||
"token": "markup.deleted.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "a6e22e",
|
||||
"token": "markup.inserted.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "967efb",
|
||||
"token": "markup.changed.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "565656",
|
||||
"token": "markup.ignored.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "565656",
|
||||
"token": "markup.untracked.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "1f4662",
|
||||
"token": "brackethighlighter.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "brackethighlighter.curly"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "brackethighlighter.round"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "brackethighlighter.square"
|
||||
},
|
||||
{
|
||||
"foreground": "ffdd00",
|
||||
"token": "brackethighlighter.angle"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "brackethighlighter.quote"
|
||||
},
|
||||
{
|
||||
"foreground": "f92672",
|
||||
"token": "brackethighlighter.unmatched"
|
||||
},
|
||||
{
|
||||
"foreground": "ffa5f3",
|
||||
"background": "1d3c52",
|
||||
"token": "storage.type.function.js"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.begin.js"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.end.js"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": "string.unquoted.label.js"
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": "meta.object-literal.key.js"
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "80ffbb",
|
||||
"token": "meta.object-literal.key.string.quoted"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "meta.object-literal.key.entity"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.object-literal.key.punctuation"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.template.begin.js"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.template.end.js"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "9eff80",
|
||||
"token": "string.template.js"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "string.template.js punctuation"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "template.entity"
|
||||
},
|
||||
{
|
||||
"foreground": "ff80e1",
|
||||
"token": "string.template variable"
|
||||
},
|
||||
{
|
||||
"foreground": "ffa5f3",
|
||||
"background": "1d3c52",
|
||||
"token": "storage.type.function.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.begin.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.end.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": "string.unquoted.label.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": "meta.object-literal.key.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "80ffbb",
|
||||
"token": "meta.object-literal.key.string.quoted"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "meta.object-literal.key.entity"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.template.begin.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.template.end.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "9eff80",
|
||||
"token": "string.template.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "string.template.jsx punctuation"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffa5f3",
|
||||
"background": "1d3c52",
|
||||
"token": "storage.type.function.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.begin.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.end.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.template.begin.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": "punctuation.definition.string.template.end.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "2eff00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "9eff80",
|
||||
"token": "string.template.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "string.template.ts punctuation"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": "string.unquoted.label.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": "meta.object-literal.key.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "2affdf",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": "entity.name.class.js"
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": "entity.name.type.class.js"
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": "entity.name.class.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": "entity.name.type.class.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "fb94ff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ff9d00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ff9d00",
|
||||
"token": "storage.type.class.js"
|
||||
},
|
||||
{
|
||||
"foreground": "ff9d00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ff9d00",
|
||||
"token": "storage.type.class.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "ff9d00",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": "storage.type.extends.js"
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": "storage.modifier.extends.js"
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": "storage.type.extends.jsx"
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": "storage.modifier.extends.jsx"
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "punctuation.separator.key-value.css"
|
||||
},
|
||||
{
|
||||
"foreground": "0088ff",
|
||||
"background": "17344a",
|
||||
"token": "invalid.illegal.bad-comments-or-CDATA.html"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "punctuation.definition.list_item.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "punctuation.definition.blockquote.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "punctuation.definition.string.begin.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": "punctuation.definition.string.end.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup.underline.link.image.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "entity.other.attribute-name.html"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "entity.other.attribute-name.event.html"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "entity.other.attribute-name.class.html"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "entity.other.attribute-name.style.html"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "entity.other.attribute-name.id.html"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "entity.other.attribute-name.tag.jade"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "constant.other.symbol.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": "entity.other.attribute-name.jsx"
|
||||
},
|
||||
{
|
||||
"foreground": "ffc600",
|
||||
"fontStyle": "italic",
|
||||
"token": ""
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#FFFFFF",
|
||||
"editor.background": "#193549",
|
||||
"editor.selectionBackground": "#0050a4",
|
||||
"editor.lineHighlightBackground": "#1f4662",
|
||||
"editorCursor.foreground": "#ffc600",
|
||||
"editorWhitespace.foreground": "#7f7f7fb2",
|
||||
"editorIndentGuide.background": "#3b5364",
|
||||
"editorIndentGuide.activeBackground": "#ffc600"
|
||||
}
|
||||
}
|
177
public/monaco/themes/Dawn.json
Normal file
177
public/monaco/themes/Dawn.json
Normal file
|
@ -0,0 +1,177 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "F9F9F9",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "6f8bba26",
|
||||
"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": "6f8bba26",
|
||||
"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": "bbbbbb30",
|
||||
"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": "bbbbbb30",
|
||||
"token": "markup.raw"
|
||||
},
|
||||
{
|
||||
"foreground": "b52a1d",
|
||||
"token": "markup.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "19356d",
|
||||
"background": "dcdcdc",
|
||||
"fontStyle": "bold",
|
||||
"token": "meta.separator"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#080808",
|
||||
"editor.background": "#F9F9F9",
|
||||
"editor.selectionBackground": "#275FFF4D",
|
||||
"editor.lineHighlightBackground": "#2463B41F",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#4B4B7E80"
|
||||
}
|
||||
}
|
148
public/monaco/themes/Dominion Day.json
Normal file
148
public/monaco/themes/Dominion Day.json
Normal file
|
@ -0,0 +1,148 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"foreground": "e6e1c4",
|
||||
"background": "322323",
|
||||
"token": "source"
|
||||
},
|
||||
{
|
||||
"foreground": "6b4e32",
|
||||
"fontStyle": "italic",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "ef5d32",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "ef5d32",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "entity.name.function"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "keyword.other.name-of-parameter.objc"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"fontStyle": "bold",
|
||||
"token": "entity.name"
|
||||
},
|
||||
{
|
||||
"foreground": "6c99bb",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "variable.language"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "variable.other"
|
||||
},
|
||||
{
|
||||
"foreground": "6c99bb",
|
||||
"token": "constant"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "variable.other.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "6c99bb",
|
||||
"token": "constant.language"
|
||||
},
|
||||
{
|
||||
"foreground": "d9d762",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "support.function"
|
||||
},
|
||||
{
|
||||
"foreground": "efac32",
|
||||
"token": "support.type"
|
||||
},
|
||||
{
|
||||
"foreground": "6c99bb",
|
||||
"token": "support.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "efcb43",
|
||||
"token": "meta.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "efcb43",
|
||||
"token": "declaration.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "efcb43",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "efcb43",
|
||||
"token": "entity.other.attribute-name"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "990000",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "constant.character.escaped"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"token": "string source"
|
||||
},
|
||||
{
|
||||
"foreground": "7daf9c",
|
||||
"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": "#E6E1C4",
|
||||
"editor.background": "#372725",
|
||||
"editor.selectionBackground": "#16120E",
|
||||
"editor.lineHighlightBackground": "#1F1611",
|
||||
"editorCursor.foreground": "#E6E1C4",
|
||||
"editorWhitespace.foreground": "#42302D"
|
||||
}
|
||||
}
|
208
public/monaco/themes/Dracula.json
Normal file
208
public/monaco/themes/Dracula.json
Normal file
|
@ -0,0 +1,208 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "282a36",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "6272a4",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "f1fa8c",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "bd93f9",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "bd93f9",
|
||||
"token": "constant.language"
|
||||
},
|
||||
{
|
||||
"foreground": "bd93f9",
|
||||
"token": "constant.character"
|
||||
},
|
||||
{
|
||||
"foreground": "bd93f9",
|
||||
"token": "constant.other"
|
||||
},
|
||||
{
|
||||
"foreground": "ffb86c",
|
||||
"token": "variable.other.readwrite.instance"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "constant.character.escaped"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "string source"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "string source.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "8be9fd",
|
||||
"fontStyle": "italic",
|
||||
"token": "storage.type"
|
||||
},
|
||||
{
|
||||
"foreground": "50fa7b",
|
||||
"fontStyle": "underline",
|
||||
"token": "entity.name.class"
|
||||
},
|
||||
{
|
||||
"foreground": "50fa7b",
|
||||
"fontStyle": "italic underline",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "50fa7b",
|
||||
"token": "entity.name.function"
|
||||
},
|
||||
{
|
||||
"foreground": "ffb86c",
|
||||
"fontStyle": "italic",
|
||||
"token": "variable.parameter"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "50fa7b",
|
||||
"token": "entity.other.attribute-name"
|
||||
},
|
||||
{
|
||||
"foreground": "8be9fd",
|
||||
"token": "support.function"
|
||||
},
|
||||
{
|
||||
"foreground": "6be5fd",
|
||||
"token": "support.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "66d9ef",
|
||||
"fontStyle": " italic",
|
||||
"token": "support.type"
|
||||
},
|
||||
{
|
||||
"foreground": "66d9ef",
|
||||
"fontStyle": " italic",
|
||||
"token": "support.class"
|
||||
},
|
||||
{
|
||||
"foreground": "f8f8f0",
|
||||
"background": "ff79c6",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"foreground": "f8f8f0",
|
||||
"background": "bd93f9",
|
||||
"token": "invalid.deprecated"
|
||||
},
|
||||
{
|
||||
"foreground": "cfcfc2",
|
||||
"token": "meta.structure.dictionary.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "6272a4",
|
||||
"token": "meta.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "6272a4",
|
||||
"token": "meta.diff.header"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "markup.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "50fa7b",
|
||||
"token": "markup.inserted"
|
||||
},
|
||||
{
|
||||
"foreground": "e6db74",
|
||||
"token": "markup.changed"
|
||||
},
|
||||
{
|
||||
"foreground": "bd93f9",
|
||||
"token": "constant.numeric.line-number.find-in-files - match"
|
||||
},
|
||||
{
|
||||
"foreground": "e6db74",
|
||||
"token": "entity.name.filename"
|
||||
},
|
||||
{
|
||||
"foreground": "f83333",
|
||||
"token": "message.error"
|
||||
},
|
||||
{
|
||||
"foreground": "eeeeee",
|
||||
"token": "punctuation.definition.string.begin.json - meta.structure.dictionary.value.json"
|
||||
},
|
||||
{
|
||||
"foreground": "eeeeee",
|
||||
"token": "punctuation.definition.string.end.json - meta.structure.dictionary.value.json"
|
||||
},
|
||||
{
|
||||
"foreground": "8be9fd",
|
||||
"token": "meta.structure.dictionary.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "f1fa8c",
|
||||
"token": "meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "50fa7b",
|
||||
"token": "meta meta meta meta meta meta meta.structure.dictionary.value string"
|
||||
},
|
||||
{
|
||||
"foreground": "ffb86c",
|
||||
"token": "meta meta meta meta meta meta.structure.dictionary.value string"
|
||||
},
|
||||
{
|
||||
"foreground": "ff79c6",
|
||||
"token": "meta meta meta meta meta.structure.dictionary.value string"
|
||||
},
|
||||
{
|
||||
"foreground": "bd93f9",
|
||||
"token": "meta meta meta meta.structure.dictionary.value string"
|
||||
},
|
||||
{
|
||||
"foreground": "50fa7b",
|
||||
"token": "meta meta meta.structure.dictionary.value string"
|
||||
},
|
||||
{
|
||||
"foreground": "ffb86c",
|
||||
"token": "meta meta.structure.dictionary.value string"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#f8f8f2",
|
||||
"editor.background": "#282a36",
|
||||
"editor.selectionBackground": "#44475a",
|
||||
"editor.lineHighlightBackground": "#44475a",
|
||||
"editorCursor.foreground": "#f8f8f0",
|
||||
"editorWhitespace.foreground": "#3B3A32",
|
||||
"editorIndentGuide.activeBackground": "#9D550FB0",
|
||||
"editor.selectionHighlightBorder": "#222218"
|
||||
}
|
||||
}
|
308
public/monaco/themes/Dreamweaver.json
Normal file
308
public/monaco/themes/Dreamweaver.json
Normal file
|
@ -0,0 +1,308 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#00000012",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
202
public/monaco/themes/Eiffel.json
Normal file
202
public/monaco/themes/Eiffel.json
Normal file
|
@ -0,0 +1,202 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "427ff530",
|
||||
"token": "text source"
|
||||
},
|
||||
{
|
||||
"background": "427ff530",
|
||||
"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": "#00000012",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
184
public/monaco/themes/Espresso Libre.json
Normal file
184
public/monaco/themes/Espresso Libre.json
Normal file
|
@ -0,0 +1,184 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "2A211C",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "f5aa7730",
|
||||
"token": "text source"
|
||||
},
|
||||
{
|
||||
"background": "f5aa7730",
|
||||
"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"
|
||||
}
|
||||
}
|
348
public/monaco/themes/GitHub Dark.json
Normal file
348
public/monaco/themes/GitHub Dark.json
Normal file
|
@ -0,0 +1,348 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "24292e",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "959da5",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "959da5",
|
||||
"token": "punctuation.definition.comment"
|
||||
},
|
||||
{
|
||||
"foreground": "959da5",
|
||||
"token": "string.comment"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "constant"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "entity.name.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "variable.other.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "variable.language"
|
||||
},
|
||||
{
|
||||
"foreground": "b392f0",
|
||||
"token": "entity"
|
||||
},
|
||||
{
|
||||
"foreground": "b392f0",
|
||||
"token": "entity.name"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"token": "variable.parameter.function"
|
||||
},
|
||||
{
|
||||
"foreground": "7bcc72",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "ea4a5a",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "ea4a5a",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "ea4a5a",
|
||||
"token": "storage.type"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"token": "storage.modifier.package"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"token": "storage.modifier.import"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"token": "storage.type.java"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "string punctuation.section.embedded source"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "support"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "meta.property-name"
|
||||
},
|
||||
{
|
||||
"foreground": "fb8532",
|
||||
"token": "variable"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"token": "variable.other"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"fontStyle": "bold italic underline",
|
||||
"token": "invalid.broken"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"fontStyle": "bold italic underline",
|
||||
"token": "invalid.deprecated"
|
||||
},
|
||||
{
|
||||
"foreground": "fafbfc",
|
||||
"background": "d73a49",
|
||||
"fontStyle": "italic underline",
|
||||
"token": "invalid.illegal"
|
||||
},
|
||||
{
|
||||
"foreground": "fafbfc",
|
||||
"background": "d73a49",
|
||||
"fontStyle": "italic underline",
|
||||
"token": "carriage-return"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"fontStyle": "bold italic underline",
|
||||
"token": "invalid.unimplemented"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"token": "message.error"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"token": "string source"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "string variable"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "source.regexp"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "string.regexp"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "string.regexp.character-class"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "string.regexp constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "string.regexp source.ruby.embedded"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"token": "string.regexp string.regexp.arbitrary-repitition"
|
||||
},
|
||||
{
|
||||
"foreground": "7bcc72",
|
||||
"fontStyle": "bold",
|
||||
"token": "string.regexp constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "support.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "support.variable"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "meta.module-reference"
|
||||
},
|
||||
{
|
||||
"foreground": "fb8532",
|
||||
"token": "markup.list"
|
||||
},
|
||||
{
|
||||
"foreground": "0366d6",
|
||||
"fontStyle": "bold",
|
||||
"token": "markup.heading"
|
||||
},
|
||||
{
|
||||
"foreground": "0366d6",
|
||||
"fontStyle": "bold",
|
||||
"token": "markup.heading entity.name"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "markup.quote"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup.italic"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"fontStyle": "bold",
|
||||
"token": "markup.bold"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "markup.raw"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"background": "ffeef0",
|
||||
"token": "markup.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"background": "ffeef0",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"background": "ffeef0",
|
||||
"token": "punctuation.definition.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "176f2c",
|
||||
"background": "f0fff4",
|
||||
"token": "markup.inserted"
|
||||
},
|
||||
{
|
||||
"foreground": "176f2c",
|
||||
"background": "f0fff4",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "176f2c",
|
||||
"background": "f0fff4",
|
||||
"token": "punctuation.definition.inserted"
|
||||
},
|
||||
{
|
||||
"foreground": "b08800",
|
||||
"background": "fffdef",
|
||||
"token": "markup.changed"
|
||||
},
|
||||
{
|
||||
"foreground": "b08800",
|
||||
"background": "fffdef",
|
||||
"token": "punctuation.definition.changed"
|
||||
},
|
||||
{
|
||||
"foreground": "2f363d",
|
||||
"background": "959da5",
|
||||
"token": "markup.ignored"
|
||||
},
|
||||
{
|
||||
"foreground": "2f363d",
|
||||
"background": "959da5",
|
||||
"token": "markup.untracked"
|
||||
},
|
||||
{
|
||||
"foreground": "b392f0",
|
||||
"fontStyle": "bold",
|
||||
"token": "meta.diff.range"
|
||||
},
|
||||
{
|
||||
"foreground": "c8e1ff",
|
||||
"token": "meta.diff.header"
|
||||
},
|
||||
{
|
||||
"foreground": "0366d6",
|
||||
"fontStyle": "bold",
|
||||
"token": "meta.separator"
|
||||
},
|
||||
{
|
||||
"foreground": "0366d6",
|
||||
"token": "meta.output"
|
||||
},
|
||||
{
|
||||
"foreground": "ffeef0",
|
||||
"token": "brackethighlighter.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "ffeef0",
|
||||
"token": "brackethighlighter.curly"
|
||||
},
|
||||
{
|
||||
"foreground": "ffeef0",
|
||||
"token": "brackethighlighter.round"
|
||||
},
|
||||
{
|
||||
"foreground": "ffeef0",
|
||||
"token": "brackethighlighter.square"
|
||||
},
|
||||
{
|
||||
"foreground": "ffeef0",
|
||||
"token": "brackethighlighter.angle"
|
||||
},
|
||||
{
|
||||
"foreground": "ffeef0",
|
||||
"token": "brackethighlighter.quote"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"token": "brackethighlighter.unmatched"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"token": "sublimelinter.mark.error"
|
||||
},
|
||||
{
|
||||
"foreground": "fb8532",
|
||||
"token": "sublimelinter.mark.warning"
|
||||
},
|
||||
{
|
||||
"foreground": "6a737d",
|
||||
"token": "sublimelinter.gutter-mark"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"fontStyle": "underline",
|
||||
"token": "constant.other.reference.link"
|
||||
},
|
||||
{
|
||||
"foreground": "79b8ff",
|
||||
"fontStyle": "underline",
|
||||
"token": "string.other.link"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#f6f8fa",
|
||||
"editor.background": "#24292e",
|
||||
"editor.selectionBackground": "#4c2889",
|
||||
"editor.inactiveSelectionBackground": "#444d56",
|
||||
"editor.lineHighlightBackground": "#444d56",
|
||||
"editorCursor.foreground": "#ffffff",
|
||||
"editorWhitespace.foreground": "#6a737d",
|
||||
"editorIndentGuide.background": "#6a737d",
|
||||
"editorIndentGuide.activeBackground": "#f6f8fa",
|
||||
"editor.selectionHighlightBorder": "#444d56"
|
||||
}
|
||||
}
|
348
public/monaco/themes/GitHub Light.json
Normal file
348
public/monaco/themes/GitHub Light.json
Normal file
|
@ -0,0 +1,348 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "ffffff",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "6a737d",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "6a737d",
|
||||
"token": "punctuation.definition.comment"
|
||||
},
|
||||
{
|
||||
"foreground": "6a737d",
|
||||
"token": "string.comment"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "constant"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "entity.name.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "variable.other.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "variable.language"
|
||||
},
|
||||
{
|
||||
"foreground": "6f42c1",
|
||||
"token": "entity"
|
||||
},
|
||||
{
|
||||
"foreground": "6f42c1",
|
||||
"token": "entity.name"
|
||||
},
|
||||
{
|
||||
"foreground": "24292e",
|
||||
"token": "variable.parameter.function"
|
||||
},
|
||||
{
|
||||
"foreground": "22863a",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "d73a49",
|
||||
"token": "storage.type"
|
||||
},
|
||||
{
|
||||
"foreground": "24292e",
|
||||
"token": "storage.modifier.package"
|
||||
},
|
||||
{
|
||||
"foreground": "24292e",
|
||||
"token": "storage.modifier.import"
|
||||
},
|
||||
{
|
||||
"foreground": "24292e",
|
||||
"token": "storage.type.java"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "string punctuation.section.embedded source"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "support"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "meta.property-name"
|
||||
},
|
||||
{
|
||||
"foreground": "e36209",
|
||||
"token": "variable"
|
||||
},
|
||||
{
|
||||
"foreground": "24292e",
|
||||
"token": "variable.other"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"fontStyle": "bold italic underline",
|
||||
"token": "invalid.broken"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"fontStyle": "bold italic underline",
|
||||
"token": "invalid.deprecated"
|
||||
},
|
||||
{
|
||||
"foreground": "fafbfc",
|
||||
"background": "b31d28",
|
||||
"fontStyle": "italic underline",
|
||||
"token": "invalid.illegal"
|
||||
},
|
||||
{
|
||||
"foreground": "fafbfc",
|
||||
"background": "d73a49",
|
||||
"fontStyle": "italic underline",
|
||||
"token": "carriage-return"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"fontStyle": "bold italic underline",
|
||||
"token": "invalid.unimplemented"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"token": "message.error"
|
||||
},
|
||||
{
|
||||
"foreground": "24292e",
|
||||
"token": "string source"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "string variable"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "source.regexp"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "string.regexp"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "string.regexp.character-class"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "string.regexp constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "string.regexp source.ruby.embedded"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"token": "string.regexp string.regexp.arbitrary-repitition"
|
||||
},
|
||||
{
|
||||
"foreground": "22863a",
|
||||
"fontStyle": "bold",
|
||||
"token": "string.regexp constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "support.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "support.variable"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "meta.module-reference"
|
||||
},
|
||||
{
|
||||
"foreground": "735c0f",
|
||||
"token": "markup.list"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"fontStyle": "bold",
|
||||
"token": "markup.heading"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"fontStyle": "bold",
|
||||
"token": "markup.heading entity.name"
|
||||
},
|
||||
{
|
||||
"foreground": "22863a",
|
||||
"token": "markup.quote"
|
||||
},
|
||||
{
|
||||
"foreground": "24292e",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup.italic"
|
||||
},
|
||||
{
|
||||
"foreground": "24292e",
|
||||
"fontStyle": "bold",
|
||||
"token": "markup.bold"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "markup.raw"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"background": "ffeef0",
|
||||
"token": "markup.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"background": "ffeef0",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"background": "ffeef0",
|
||||
"token": "punctuation.definition.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "22863a",
|
||||
"background": "f0fff4",
|
||||
"token": "markup.inserted"
|
||||
},
|
||||
{
|
||||
"foreground": "22863a",
|
||||
"background": "f0fff4",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "22863a",
|
||||
"background": "f0fff4",
|
||||
"token": "punctuation.definition.inserted"
|
||||
},
|
||||
{
|
||||
"foreground": "e36209",
|
||||
"background": "ffebda",
|
||||
"token": "markup.changed"
|
||||
},
|
||||
{
|
||||
"foreground": "e36209",
|
||||
"background": "ffebda",
|
||||
"token": "punctuation.definition.changed"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"background": "005cc5",
|
||||
"token": "markup.ignored"
|
||||
},
|
||||
{
|
||||
"foreground": "f6f8fa",
|
||||
"background": "005cc5",
|
||||
"token": "markup.untracked"
|
||||
},
|
||||
{
|
||||
"foreground": "6f42c1",
|
||||
"fontStyle": "bold",
|
||||
"token": "meta.diff.range"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "meta.diff.header"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"fontStyle": "bold",
|
||||
"token": "meta.separator"
|
||||
},
|
||||
{
|
||||
"foreground": "005cc5",
|
||||
"token": "meta.output"
|
||||
},
|
||||
{
|
||||
"foreground": "586069",
|
||||
"token": "brackethighlighter.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "586069",
|
||||
"token": "brackethighlighter.curly"
|
||||
},
|
||||
{
|
||||
"foreground": "586069",
|
||||
"token": "brackethighlighter.round"
|
||||
},
|
||||
{
|
||||
"foreground": "586069",
|
||||
"token": "brackethighlighter.square"
|
||||
},
|
||||
{
|
||||
"foreground": "586069",
|
||||
"token": "brackethighlighter.angle"
|
||||
},
|
||||
{
|
||||
"foreground": "586069",
|
||||
"token": "brackethighlighter.quote"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"token": "brackethighlighter.unmatched"
|
||||
},
|
||||
{
|
||||
"foreground": "b31d28",
|
||||
"token": "sublimelinter.mark.error"
|
||||
},
|
||||
{
|
||||
"foreground": "e36209",
|
||||
"token": "sublimelinter.mark.warning"
|
||||
},
|
||||
{
|
||||
"foreground": "959da5",
|
||||
"token": "sublimelinter.gutter-mark"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"fontStyle": "underline",
|
||||
"token": "constant.other.reference.link"
|
||||
},
|
||||
{
|
||||
"foreground": "032f62",
|
||||
"fontStyle": "underline",
|
||||
"token": "string.other.link"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#24292e",
|
||||
"editor.background": "#ffffff",
|
||||
"editor.selectionBackground": "#c8c8fa",
|
||||
"editor.inactiveSelectionBackground": "#fafbfc",
|
||||
"editor.lineHighlightBackground": "#fafbfc",
|
||||
"editorCursor.foreground": "#24292e",
|
||||
"editorWhitespace.foreground": "#959da5",
|
||||
"editorIndentGuide.background": "#959da5",
|
||||
"editorIndentGuide.activeBackground": "#24292e",
|
||||
"editor.selectionHighlightBorder": "#fafbfc"
|
||||
}
|
||||
}
|
247
public/monaco/themes/GitHub.json
Normal file
247
public/monaco/themes/GitHub.json
Normal file
|
@ -0,0 +1,247 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "F8F8FF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
75
public/monaco/themes/IDLE.json
Normal file
75
public/monaco/themes/IDLE.json
Normal file
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#00000012",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
419
public/monaco/themes/Katzenmilch.json
Normal file
419
public/monaco/themes/Katzenmilch.json
Normal file
|
@ -0,0 +1,419 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "E8E9E8",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "949494e8",
|
||||
"background": "dcdcdc8f",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "a54776",
|
||||
"background": "e9d6dc85",
|
||||
"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": "ff060026",
|
||||
"token": "invalid.illegal"
|
||||
},
|
||||
{
|
||||
"foreground": "7b211a",
|
||||
"background": "77ade900",
|
||||
"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": "fee09c12",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup.quote"
|
||||
},
|
||||
{
|
||||
"foreground": "b8012d",
|
||||
"background": "bf61330d",
|
||||
"token": "markup.heading"
|
||||
},
|
||||
{
|
||||
"foreground": "b8012d",
|
||||
"background": "bf61330d",
|
||||
"token": "markup.heading entity"
|
||||
},
|
||||
{
|
||||
"foreground": "8f5b26",
|
||||
"token": "markup.list"
|
||||
},
|
||||
{
|
||||
"foreground": "578bb3",
|
||||
"background": "b1b3ba08",
|
||||
"token": "markup.raw"
|
||||
},
|
||||
{
|
||||
"foreground": "f67b37",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup comment"
|
||||
},
|
||||
{
|
||||
"foreground": "60a633",
|
||||
"background": "242424",
|
||||
"token": "meta.separator"
|
||||
},
|
||||
{
|
||||
"foreground": "578bb3",
|
||||
"background": "b1b3ba08",
|
||||
"token": "markup.other"
|
||||
},
|
||||
{
|
||||
"background": "eeeeee29",
|
||||
"token": "meta.line.entry.logfile"
|
||||
},
|
||||
{
|
||||
"background": "eeeeee29",
|
||||
"token": "meta.line.exit.logfile"
|
||||
},
|
||||
{
|
||||
"background": "751012",
|
||||
"token": "meta.line.error.logfile"
|
||||
},
|
||||
{
|
||||
"background": "dcdcdc8f",
|
||||
"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": "cbdc2f38",
|
||||
"token": "highlight_matching_word"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#363636",
|
||||
"editor.background": "#E8E9E8",
|
||||
"editor.selectionBackground": "#F5AA0091",
|
||||
"editor.lineHighlightBackground": "#CBDC2F38",
|
||||
"editorCursor.foreground": "#202020",
|
||||
"editorWhitespace.foreground": "#0000004A",
|
||||
"editorIndentGuide.background": "#8F8F8F",
|
||||
"editorIndentGuide.activeBackground": "#FA2828"
|
||||
}
|
||||
}
|
419
public/monaco/themes/Kuroir Theme.json
Normal file
419
public/monaco/themes/Kuroir Theme.json
Normal file
|
@ -0,0 +1,419 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "E8E9E8",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "949494e8",
|
||||
"background": "dcdcdc8f",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "a54776",
|
||||
"background": "e9d6dc85",
|
||||
"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": "ff060026",
|
||||
"token": "invalid.illegal"
|
||||
},
|
||||
{
|
||||
"foreground": "7b211a",
|
||||
"background": "77ade900",
|
||||
"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": "fee09c12",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup.quote"
|
||||
},
|
||||
{
|
||||
"foreground": "b8012d",
|
||||
"background": "bf61330d",
|
||||
"token": "markup.heading"
|
||||
},
|
||||
{
|
||||
"foreground": "b8012d",
|
||||
"background": "bf61330d",
|
||||
"token": "markup.heading entity"
|
||||
},
|
||||
{
|
||||
"foreground": "8f5b26",
|
||||
"token": "markup.list"
|
||||
},
|
||||
{
|
||||
"foreground": "578bb3",
|
||||
"background": "b1b3ba08",
|
||||
"token": "markup.raw"
|
||||
},
|
||||
{
|
||||
"foreground": "f67b37",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup comment"
|
||||
},
|
||||
{
|
||||
"foreground": "60a633",
|
||||
"background": "242424",
|
||||
"token": "meta.separator"
|
||||
},
|
||||
{
|
||||
"foreground": "578bb3",
|
||||
"background": "b1b3ba08",
|
||||
"token": "markup.other"
|
||||
},
|
||||
{
|
||||
"background": "eeeeee29",
|
||||
"token": "meta.line.entry.logfile"
|
||||
},
|
||||
{
|
||||
"background": "eeeeee29",
|
||||
"token": "meta.line.exit.logfile"
|
||||
},
|
||||
{
|
||||
"background": "751012",
|
||||
"token": "meta.line.error.logfile"
|
||||
},
|
||||
{
|
||||
"background": "dcdcdc8f",
|
||||
"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": "cbdc2f38",
|
||||
"token": "highlight_matching_word"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#363636",
|
||||
"editor.background": "#E8E9E8",
|
||||
"editor.selectionBackground": "#F5AA0091",
|
||||
"editor.lineHighlightBackground": "#CBDC2F38",
|
||||
"editorCursor.foreground": "#202020",
|
||||
"editorWhitespace.foreground": "#0000004A",
|
||||
"editorIndentGuide.background": "#8F8F8F",
|
||||
"editorIndentGuide.activeBackground": "#FA2828"
|
||||
}
|
||||
}
|
113
public/monaco/themes/LAZY.json
Normal file
113
public/monaco/themes/LAZY.json
Normal file
|
@ -0,0 +1,113 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#EFFCA68F",
|
||||
"editorCursor.foreground": "#7C7C7C",
|
||||
"editorWhitespace.foreground": "#B6B6B6"
|
||||
}
|
||||
}
|
155
public/monaco/themes/MagicWB (Amiga).json
Normal file
155
public/monaco/themes/MagicWB (Amiga).json
Normal file
|
@ -0,0 +1,155 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "969696",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "8d2e75",
|
||||
"fontStyle": "italic",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "ff000033",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "ffa995",
|
||||
"fontStyle": "bold",
|
||||
"token": "constant.language"
|
||||
},
|
||||
{
|
||||
"foreground": "ffa995",
|
||||
"background": "0000ff33",
|
||||
"token": "constant.character"
|
||||
},
|
||||
{
|
||||
"foreground": "ffa995",
|
||||
"background": "0000ff33",
|
||||
"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": "#00000012",
|
||||
"editorCursor.foreground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#FF38FF"
|
||||
}
|
||||
}
|
130
public/monaco/themes/Merbivore Soft.json
Normal file
130
public/monaco/themes/Merbivore Soft.json
Normal file
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "161616",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
130
public/monaco/themes/Merbivore.json
Normal file
130
public/monaco/themes/Merbivore.json
Normal file
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "161616",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
148
public/monaco/themes/Monokai Bright.json
Normal file
148
public/monaco/themes/Monokai Bright.json
Normal file
|
@ -0,0 +1,148 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "272822",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "variable.other.dollar.only.js"
|
||||
},
|
||||
{
|
||||
"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": "ae81ffa0",
|
||||
"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": "#9D550F",
|
||||
"editor.inactiveSelectionBackground": "#bbbbbb",
|
||||
"editor.lineHighlightBackground": "#3E3D32",
|
||||
"editorCursor.foreground": "#F8F8F0",
|
||||
"editorWhitespace.foreground": "#3B3A32",
|
||||
"editorIndentGuide.activeBackground": "#9D550FB0"
|
||||
}
|
||||
}
|
144
public/monaco/themes/Monokai.json
Normal file
144
public/monaco/themes/Monokai.json
Normal file
|
@ -0,0 +1,144 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "272822",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "ae81ffa0",
|
||||
"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": "#9D550FB0",
|
||||
"editor.selectionHighlightBorder": "#222218"
|
||||
}
|
||||
}
|
680
public/monaco/themes/Night Owl.json
Normal file
680
public/monaco/themes/Night Owl.json
Normal file
|
@ -0,0 +1,680 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "011627",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "637777",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "ecc48d",
|
||||
"token": "vstring.quoted"
|
||||
},
|
||||
{
|
||||
"foreground": "ecc48d",
|
||||
"token": "variable.other.readwrite.js"
|
||||
},
|
||||
{
|
||||
"foreground": "5ca7e4",
|
||||
"token": "string.regexp"
|
||||
},
|
||||
{
|
||||
"foreground": "5ca7e4",
|
||||
"token": "string.regexp keyword.other"
|
||||
},
|
||||
{
|
||||
"foreground": "5f7e97",
|
||||
"token": "meta.function punctuation.separator.comma"
|
||||
},
|
||||
{
|
||||
"foreground": "f78c6c",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "f78c6c",
|
||||
"token": "constant.character.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "variable"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "punctuation.accessor"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "meta.var.expr"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "meta.class meta.method.declaration meta.var.expr storage.type.jsm"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "storage.type.property.js"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "storage.type.property.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "storage.type.property.tsx"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "storage.type"
|
||||
},
|
||||
{
|
||||
"foreground": "ffcb8b",
|
||||
"token": "entity.name.class"
|
||||
},
|
||||
{
|
||||
"foreground": "ffcb8b",
|
||||
"token": "meta.class entity.name.type.class"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "entity.name.function"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "punctuation.definition.variable"
|
||||
},
|
||||
{
|
||||
"foreground": "d3423e",
|
||||
"token": "punctuation.section.embedded"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "punctuation.terminator.expression"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "punctuation.definition.arguments"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "punctuation.definition.array"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "punctuation.section.array"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "meta.array"
|
||||
},
|
||||
{
|
||||
"foreground": "d9f5dd",
|
||||
"token": "punctuation.definition.list.begin"
|
||||
},
|
||||
{
|
||||
"foreground": "d9f5dd",
|
||||
"token": "punctuation.definition.list.end"
|
||||
},
|
||||
{
|
||||
"foreground": "d9f5dd",
|
||||
"token": "punctuation.separator.arguments"
|
||||
},
|
||||
{
|
||||
"foreground": "d9f5dd",
|
||||
"token": "punctuation.definition.list"
|
||||
},
|
||||
{
|
||||
"foreground": "d3423e",
|
||||
"token": "string.template meta.template.expression"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "string.template punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"fontStyle": "italic",
|
||||
"token": "italic"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"fontStyle": "bold",
|
||||
"token": "bold"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "constant.language"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "punctuation.definition.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "variable.other.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "support.function.construct"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "keyword.other.new"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "constant.character"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "constant.other"
|
||||
},
|
||||
{
|
||||
"foreground": "f78c6c",
|
||||
"token": "constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "d7dbe0",
|
||||
"token": "variable.parameter"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "cc2996",
|
||||
"token": "punctuation.definition.tag.html"
|
||||
},
|
||||
{
|
||||
"foreground": "cc2996",
|
||||
"token": "punctuation.definition.tag.begin"
|
||||
},
|
||||
{
|
||||
"foreground": "cc2996",
|
||||
"token": "punctuation.definition.tag.end"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "entity.other.attribute-name"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "entity.name.tag.custom"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "support.function"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "support.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "upport.constant.meta.property-value"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "support.type"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "support.class"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "support.variable.dom"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "support.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "keyword.other.special-method"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "keyword.other.new"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "keyword.other.debugger"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "keyword.control"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.operator.comparison"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.flow.js"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.flow.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.flow.tsx"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.module.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.class.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.def.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.loop.js"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.loop.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.import.js"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.import.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.import.tsx"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.from.js"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.from.ts"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.control.from.tsx"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "ff2c83",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "d3423e",
|
||||
"token": "invalid.deprecated"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "keyword.operator"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.operator.relational"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.operator.assignement"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.operator.arithmetic"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.operator.bitwise"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.operator.increment"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "keyword.operator.ternary"
|
||||
},
|
||||
{
|
||||
"foreground": "637777",
|
||||
"token": "comment.line.double-slash"
|
||||
},
|
||||
{
|
||||
"foreground": "cdebf7",
|
||||
"token": "object"
|
||||
},
|
||||
{
|
||||
"foreground": "ff5874",
|
||||
"token": "constant.language.null"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "meta.brace"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "meta.delimiter.period"
|
||||
},
|
||||
{
|
||||
"foreground": "d9f5dd",
|
||||
"token": "punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "ff5874",
|
||||
"token": "constant.language.boolean"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "object.comma"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "variable.parameter.function"
|
||||
},
|
||||
{
|
||||
"foreground": "80cbc4",
|
||||
"token": "support.type.vendor.property-name"
|
||||
},
|
||||
{
|
||||
"foreground": "80cbc4",
|
||||
"token": "support.constant.vendor.property-value"
|
||||
},
|
||||
{
|
||||
"foreground": "80cbc4",
|
||||
"token": "support.type.property-name"
|
||||
},
|
||||
{
|
||||
"foreground": "80cbc4",
|
||||
"token": "meta.property-list entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "57eaf1",
|
||||
"token": "meta.property-list entity.name.tag.reference"
|
||||
},
|
||||
{
|
||||
"foreground": "f78c6c",
|
||||
"token": "constant.other.color.rgb-value punctuation.definition.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "ffeb95",
|
||||
"token": "constant.other.color"
|
||||
},
|
||||
{
|
||||
"foreground": "ffeb95",
|
||||
"token": "keyword.other.unit"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "meta.selector"
|
||||
},
|
||||
{
|
||||
"foreground": "fad430",
|
||||
"token": "entity.other.attribute-name.id"
|
||||
},
|
||||
{
|
||||
"foreground": "80cbc4",
|
||||
"token": "meta.property-name"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "entity.name.tag.doctype"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"token": "meta.tag.sgml.doctype"
|
||||
},
|
||||
{
|
||||
"foreground": "d9f5dd",
|
||||
"token": "punctuation.definition.parameters"
|
||||
},
|
||||
{
|
||||
"foreground": "ecc48d",
|
||||
"token": "string.quoted"
|
||||
},
|
||||
{
|
||||
"foreground": "ecc48d",
|
||||
"token": "string.quoted.double"
|
||||
},
|
||||
{
|
||||
"foreground": "ecc48d",
|
||||
"token": "string.quoted.single"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "support.constant.math"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "support.type.property-name.json"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "support.constant.json"
|
||||
},
|
||||
{
|
||||
"foreground": "c789d6",
|
||||
"token": "meta.structure.dictionary.value.json string.quoted.double"
|
||||
},
|
||||
{
|
||||
"foreground": "80cbc4",
|
||||
"token": "string.quoted.double.json punctuation.definition.string.json"
|
||||
},
|
||||
{
|
||||
"foreground": "ff5874",
|
||||
"token": "meta.structure.dictionary.json meta.structure.dictionary.value constant.language"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "variable.other.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "ecc48d",
|
||||
"token": "entity.name.type.class.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "ecc48d",
|
||||
"token": "keyword.control.class.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "ecc48d",
|
||||
"token": "meta.class.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "constant.language.symbol.hashkey.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "e0eddd",
|
||||
"background": "a57706",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "e0eddd",
|
||||
"background": "a57706",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.header"
|
||||
},
|
||||
{
|
||||
"foreground": "ef535090",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "a2bffc",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup.changed"
|
||||
},
|
||||
{
|
||||
"foreground": "a2bffc",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.header.git"
|
||||
},
|
||||
{
|
||||
"foreground": "a2bffc",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "a2bffc",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "219186",
|
||||
"background": "eae3ca",
|
||||
"token": "markup.inserted"
|
||||
},
|
||||
{
|
||||
"foreground": "d3201f",
|
||||
"token": "other.package.exclude"
|
||||
},
|
||||
{
|
||||
"foreground": "d3201f",
|
||||
"token": "other.remove"
|
||||
},
|
||||
{
|
||||
"foreground": "269186",
|
||||
"token": "other.add"
|
||||
},
|
||||
{
|
||||
"foreground": "ff5874",
|
||||
"token": "constant.language.python"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "variable.parameter.function.python"
|
||||
},
|
||||
{
|
||||
"foreground": "82aaff",
|
||||
"token": "meta.function-call.arguments.python"
|
||||
},
|
||||
{
|
||||
"foreground": "b2ccd6",
|
||||
"token": "meta.function-call.python"
|
||||
},
|
||||
{
|
||||
"foreground": "b2ccd6",
|
||||
"token": "meta.function-call.generic.python"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "punctuation.python"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"token": "entity.name.function.decorator.python"
|
||||
},
|
||||
{
|
||||
"foreground": "8eace3",
|
||||
"token": "source.python variable.language.special"
|
||||
},
|
||||
{
|
||||
"foreground": "82b1ff",
|
||||
"token": "markup.heading.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "c792ea",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup.italic.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "addb67",
|
||||
"fontStyle": "bold",
|
||||
"token": "markup.bold.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "697098",
|
||||
"token": "markup.quote.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "80cbc4",
|
||||
"token": "markup.inline.raw.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "ff869a",
|
||||
"token": "markup.underline.link.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "ff869a",
|
||||
"token": "markup.underline.link.image.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "string.other.link.title.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "d6deeb",
|
||||
"token": "string.other.link.description.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "82b1ff",
|
||||
"token": "punctuation.definition.string.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "82b1ff",
|
||||
"token": "punctuation.definition.string.begin.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "82b1ff",
|
||||
"token": "punctuation.definition.string.end.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "82b1ff",
|
||||
"token": "meta.link.inline.markdown punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "7fdbca",
|
||||
"token": "punctuation.definition.metadata.markdown"
|
||||
},
|
||||
{
|
||||
"foreground": "82b1ff",
|
||||
"token": "beginning.punctuation.definition.list.markdown"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#d6deeb",
|
||||
"editor.background": "#011627",
|
||||
"editor.selectionBackground": "#5f7e9779",
|
||||
"editor.lineHighlightBackground": "#010E17",
|
||||
"editorCursor.foreground": "#80a4c2",
|
||||
"editorWhitespace.foreground": "#2e2040",
|
||||
"editorIndentGuide.background": "#5e81ce52",
|
||||
"editor.selectionHighlightBorder": "#122d42"
|
||||
}
|
||||
}
|
93
public/monaco/themes/Nord.json
Normal file
93
public/monaco/themes/Nord.json
Normal file
|
@ -0,0 +1,93 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "2E3440",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "616e88",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "a3be8c",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "b48ead",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "81a1c1",
|
||||
"token": "constant.language"
|
||||
},
|
||||
{
|
||||
"foreground": "81a1c1",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "81a1c1",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "81a1c1",
|
||||
"token": "storage.type"
|
||||
},
|
||||
{
|
||||
"foreground": "8fbcbb",
|
||||
"token": "entity.name.class"
|
||||
},
|
||||
{
|
||||
"foreground": "8fbcbb",
|
||||
"fontStyle": " bold",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "88c0d0",
|
||||
"token": "entity.name.function"
|
||||
},
|
||||
{
|
||||
"foreground": "81a1c1",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "8fbcbb",
|
||||
"token": "entity.other.attribute-name"
|
||||
},
|
||||
{
|
||||
"foreground": "88c0d0",
|
||||
"token": "support.function"
|
||||
},
|
||||
{
|
||||
"foreground": "f8f8f0",
|
||||
"background": "f92672",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"foreground": "f8f8f0",
|
||||
"background": "ae81ff",
|
||||
"token": "invalid.deprecated"
|
||||
},
|
||||
{
|
||||
"foreground": "b48ead",
|
||||
"token": "constant.color.other.rgb-value"
|
||||
},
|
||||
{
|
||||
"foreground": "ebcb8b",
|
||||
"token": "constant.character.escape"
|
||||
},
|
||||
{
|
||||
"foreground": "8fbcbb",
|
||||
"token": "variable.other.constant"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#D8DEE9",
|
||||
"editor.background": "#2E3440",
|
||||
"editor.selectionBackground": "#434C5ECC",
|
||||
"editor.lineHighlightBackground": "#3B4252",
|
||||
"editorCursor.foreground": "#D8DEE9",
|
||||
"editorWhitespace.foreground": "#434C5ECC"
|
||||
}
|
||||
}
|
391
public/monaco/themes/Oceanic Next.json
Normal file
391
public/monaco/themes/Oceanic Next.json
Normal file
|
@ -0,0 +1,391 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "1B2B34",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "65737e",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "65737e",
|
||||
"token": "punctuation.definition.comment"
|
||||
},
|
||||
{
|
||||
"foreground": "cdd3de",
|
||||
"token": "variable"
|
||||
},
|
||||
{
|
||||
"foreground": "c594c5",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "c594c5",
|
||||
"token": "storage.type"
|
||||
},
|
||||
{
|
||||
"foreground": "c594c5",
|
||||
"token": "storage.modifier"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "keyword.operator"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "constant.other.color"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "punctuation"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "meta.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "punctuation.definition.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "punctuation.separator.inheritance.php"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "punctuation.definition.tag.html"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "punctuation.definition.tag.begin.html"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "punctuation.definition.tag.end.html"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "punctuation.section.embedded"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "keyword.other.template"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "keyword.other.substitution"
|
||||
},
|
||||
{
|
||||
"foreground": "eb606b",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "eb606b",
|
||||
"token": "meta.tag.sgml"
|
||||
},
|
||||
{
|
||||
"foreground": "eb606b",
|
||||
"token": "markup.deleted.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "entity.name.function"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "meta.function-call"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "variable.function"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "support.function"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "keyword.other.special-method"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "meta.block-level"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "support.other.variable"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "string.other.link"
|
||||
},
|
||||
{
|
||||
"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": "keyword.other.unit"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"fontStyle": "normal",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"fontStyle": "normal",
|
||||
"token": "constant.other.symbol"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"fontStyle": "normal",
|
||||
"token": "constant.other.key"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"fontStyle": "normal",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"fontStyle": "normal",
|
||||
"token": "markup.heading"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"fontStyle": "normal",
|
||||
"token": "markup.inserted.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"fontStyle": "normal",
|
||||
"token": "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "entity.name.class"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "entity.name.type.class"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "support.type"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "support.class"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "support.orther.namespace.use.php"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "meta.use.php"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "support.other.namespace.php"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "markup.changed.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "ec5f67",
|
||||
"token": "entity.name.module.js"
|
||||
},
|
||||
{
|
||||
"foreground": "ec5f67",
|
||||
"token": "variable.import.parameter.js"
|
||||
},
|
||||
{
|
||||
"foreground": "ec5f67",
|
||||
"token": "variable.other.class.js"
|
||||
},
|
||||
{
|
||||
"foreground": "ec5f67",
|
||||
"fontStyle": "italic",
|
||||
"token": "variable.language"
|
||||
},
|
||||
{
|
||||
"foreground": "cdd3de",
|
||||
"token": "meta.group.braces.curly.js constant.other.object.key.js string.unquoted.label.js"
|
||||
},
|
||||
{
|
||||
"foreground": "d8dee9",
|
||||
"token": "meta.class-method.js entity.name.function.js"
|
||||
},
|
||||
{
|
||||
"foreground": "d8dee9",
|
||||
"token": "variable.function.constructor"
|
||||
},
|
||||
{
|
||||
"foreground": "d8dee9",
|
||||
"token": "meta.class.js meta.class.property.js meta.method.js string.unquoted.js entity.name.function.js"
|
||||
},
|
||||
{
|
||||
"foreground": "bb80b3",
|
||||
"token": "entity.other.attribute-name"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"token": "markup.inserted"
|
||||
},
|
||||
{
|
||||
"foreground": "ec5f67",
|
||||
"token": "markup.deleted"
|
||||
},
|
||||
{
|
||||
"foreground": "bb80b3",
|
||||
"token": "markup.changed"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "string.regexp"
|
||||
},
|
||||
{
|
||||
"foreground": "5fb3b3",
|
||||
"token": "constant.character.escape"
|
||||
},
|
||||
{
|
||||
"fontStyle": "underline",
|
||||
"token": "*url*"
|
||||
},
|
||||
{
|
||||
"fontStyle": "underline",
|
||||
"token": "*link*"
|
||||
},
|
||||
{
|
||||
"fontStyle": "underline",
|
||||
"token": "*uri*"
|
||||
},
|
||||
{
|
||||
"foreground": "ab7967",
|
||||
"token": "constant.numeric.line-number.find-in-files - match"
|
||||
},
|
||||
{
|
||||
"foreground": "99c794",
|
||||
"token": "entity.name.filename.find-in-files"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"fontStyle": "italic",
|
||||
"token": "tag.decorator.js entity.name.tag.js"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"fontStyle": "italic",
|
||||
"token": "tag.decorator.js punctuation.definition.tag.js"
|
||||
},
|
||||
{
|
||||
"foreground": "ec5f67",
|
||||
"fontStyle": "italic",
|
||||
"token": "source.js constant.other.object.key.js string.unquoted.label.js"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "c594c5",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "c594c5",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "d8dee9",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "d8dee9",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "ab7967",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "ab7967",
|
||||
"token": "source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "ec5f67",
|
||||
"token": "source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "ec5f67",
|
||||
"token": "source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "fac863",
|
||||
"token": "source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
},
|
||||
{
|
||||
"foreground": "c594c5",
|
||||
"token": "source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||
},
|
||||
{
|
||||
"foreground": "c594c5",
|
||||
"token": "source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#CDD3DE",
|
||||
"editor.background": "#1B2B34",
|
||||
"editor.selectionBackground": "#4f5b66",
|
||||
"editor.lineHighlightBackground": "#65737e55",
|
||||
"editorCursor.foreground": "#c0c5ce",
|
||||
"editorWhitespace.foreground": "#65737e",
|
||||
"editorIndentGuide.background": "#65737F",
|
||||
"editorIndentGuide.activeBackground": "#FBC95A"
|
||||
}
|
||||
}
|
271
public/monaco/themes/Pastels on Dark.json
Normal file
271
public/monaco/themes/Pastels on Dark.json
Normal file
|
@ -0,0 +1,271 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "211E1E",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "555555",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "555555",
|
||||
"token": "comment.block"
|
||||
},
|
||||
{
|
||||
"foreground": "ad9361",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "cccccc",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "a1a1ff",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "2f006e",
|
||||
"token": "meta.preprocessor"
|
||||
},
|
||||
{
|
||||
"fontStyle": "bold",
|
||||
"token": "keyword.control.import"
|
||||
},
|
||||
{
|
||||
"foreground": "a1a1ff",
|
||||
"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": "fff9f9",
|
||||
"background": "ff0000",
|
||||
"fontStyle": "bold",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"background": "ffd0d0",
|
||||
"token": "invalid.deprecated.trailing-whitespace"
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": "declaration.section section-name"
|
||||
},
|
||||
{
|
||||
"foreground": "c10006",
|
||||
"token": "string.interpolation"
|
||||
},
|
||||
{
|
||||
"foreground": "666666",
|
||||
"token": "string.regexp"
|
||||
},
|
||||
{
|
||||
"foreground": "c1c144",
|
||||
"token": "variable"
|
||||
},
|
||||
{
|
||||
"foreground": "6782d3",
|
||||
"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": "47b8d6",
|
||||
"token": "keyword.operator"
|
||||
},
|
||||
{
|
||||
"foreground": "6969fa",
|
||||
"fontStyle": "bold",
|
||||
"token": "keyword.control"
|
||||
},
|
||||
{
|
||||
"foreground": "68685b",
|
||||
"token": "meta.tag.preprocessor.xml"
|
||||
},
|
||||
{
|
||||
"foreground": "888888",
|
||||
"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": "#DADADA",
|
||||
"editor.background": "#211E1E",
|
||||
"editor.selectionBackground": "#73597E80",
|
||||
"editor.lineHighlightBackground": "#353030",
|
||||
"editorCursor.foreground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#4F4D4D"
|
||||
}
|
||||
}
|
90
public/monaco/themes/Slush and Poppies.json
Normal file
90
public/monaco/themes/Slush and Poppies.json
Normal file
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "F1F1F1",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#00000026",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
1086
public/monaco/themes/Solarized-dark.json
Normal file
1086
public/monaco/themes/Solarized-dark.json
Normal file
File diff suppressed because it is too large
Load diff
1077
public/monaco/themes/Solarized-light.json
Normal file
1077
public/monaco/themes/Solarized-light.json
Normal file
File diff suppressed because it is too large
Load diff
74
public/monaco/themes/SpaceCadet.json
Normal file
74
public/monaco/themes/SpaceCadet.json
Normal file
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "0D0D0D",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#00000012",
|
||||
"editorCursor.foreground": "#7F005D",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
312
public/monaco/themes/Sunburst.json
Normal file
312
public/monaco/themes/Sunburst.json
Normal file
|
@ -0,0 +1,312 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "000000",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "562d56bf",
|
||||
"token": "invalid.illegal"
|
||||
},
|
||||
{
|
||||
"background": "b1b3ba08",
|
||||
"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": "fee09c12",
|
||||
"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": "b1b3ba08",
|
||||
"token": "markup.raw"
|
||||
},
|
||||
{
|
||||
"foreground": "f67b37",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup comment"
|
||||
},
|
||||
{
|
||||
"foreground": "60a633",
|
||||
"background": "242424",
|
||||
"token": "meta.separator"
|
||||
},
|
||||
{
|
||||
"background": "eeeeee29",
|
||||
"token": "meta.line.entry.logfile"
|
||||
},
|
||||
{
|
||||
"background": "eeeeee29",
|
||||
"token": "meta.line.exit.logfile"
|
||||
},
|
||||
{
|
||||
"background": "751012",
|
||||
"token": "meta.line.error.logfile"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#F8F8F8",
|
||||
"editor.background": "#000000",
|
||||
"editor.selectionBackground": "#DDF0FF33",
|
||||
"editor.lineHighlightBackground": "#FFFFFF0D",
|
||||
"editorCursor.foreground": "#A7A7A7",
|
||||
"editorWhitespace.foreground": "#CAE2FB3D"
|
||||
}
|
||||
}
|
234
public/monaco/themes/Textmate (Mac Classic).json
Normal file
234
public/monaco/themes/Textmate (Mac Classic).json
Normal file
|
@ -0,0 +1,234 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "0066ff",
|
||||
"fontStyle": "italic",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "bfbfbf",
|
||||
"token": "deco.folding"
|
||||
},
|
||||
{
|
||||
"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 meta.embedded"
|
||||
},
|
||||
{
|
||||
"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": "0000000d",
|
||||
"token": "text source"
|
||||
},
|
||||
{
|
||||
"background": "0000000d",
|
||||
"token": "string.unquoted"
|
||||
},
|
||||
{
|
||||
"background": "0000000d",
|
||||
"token": "meta.embedded"
|
||||
},
|
||||
{
|
||||
"background": "0000000f",
|
||||
"token": "text source string.unquoted"
|
||||
},
|
||||
{
|
||||
"background": "0000000f",
|
||||
"token": "text source text source"
|
||||
},
|
||||
{
|
||||
"foreground": "68685b",
|
||||
"token": "meta.tag.preprocessor.xml"
|
||||
},
|
||||
{
|
||||
"foreground": "888888",
|
||||
"token": "meta.tag.metadata.doctype"
|
||||
},
|
||||
{
|
||||
"foreground": "888888",
|
||||
"token": "meta.tag.metadata.doctype entity"
|
||||
},
|
||||
{
|
||||
"foreground": "888888",
|
||||
"token": "meta.tag.metadata.doctype string"
|
||||
},
|
||||
{
|
||||
"foreground": "888888",
|
||||
"token": "meta.tag.metadata.processing.xml"
|
||||
},
|
||||
{
|
||||
"foreground": "888888",
|
||||
"token": "meta.tag.metadata.processing.xml entity"
|
||||
},
|
||||
{
|
||||
"foreground": "888888",
|
||||
"token": "meta.tag.metadata.processing.xml string"
|
||||
},
|
||||
{
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.tag.metadata.doctype string.quoted"
|
||||
},
|
||||
{
|
||||
"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": "#4D97FF54",
|
||||
"editor.lineHighlightBackground": "#00000012",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
248
public/monaco/themes/Tomorrow-Night-Blue.json
Normal file
248
public/monaco/themes/Tomorrow-Night-Blue.json
Normal file
|
@ -0,0 +1,248 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "002451",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "ff9da4",
|
||||
"token": "markup.deleted.git_gutter"
|
||||
},
|
||||
{
|
||||
"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": "d1f1a9",
|
||||
"token": "markup.inserted.git_gutter"
|
||||
},
|
||||
{
|
||||
"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": "bbdaff",
|
||||
"token": "markup.changed.git_gutter"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "718c00",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "718c00",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "c82829",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "c82829",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "3e999f",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.range"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#FFFFFF",
|
||||
"editor.background": "#002451",
|
||||
"editor.selectionBackground": "#003F8E",
|
||||
"editor.lineHighlightBackground": "#00346E",
|
||||
"editorCursor.foreground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#404F7D"
|
||||
}
|
||||
}
|
244
public/monaco/themes/Tomorrow-Night-Bright.json
Normal file
244
public/monaco/themes/Tomorrow-Night-Bright.json
Normal file
|
@ -0,0 +1,244 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "000000",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "d54e53",
|
||||
"token": "markup.deleted.git_gutter"
|
||||
},
|
||||
{
|
||||
"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": "b9ca4a",
|
||||
"token": "markup.inserted.git_gutter"
|
||||
},
|
||||
{
|
||||
"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": "7aa6da",
|
||||
"token": "markup.changed.git_gutter"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "718c00",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "718c00",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "c82829",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "c82829",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "3e999f",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.range"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#DEDEDE",
|
||||
"editor.background": "#000000",
|
||||
"editor.selectionBackground": "#424242",
|
||||
"editor.lineHighlightBackground": "#2A2A2A",
|
||||
"editorCursor.foreground": "#9F9F9F",
|
||||
"editorWhitespace.foreground": "#343434"
|
||||
}
|
||||
}
|
240
public/monaco/themes/Tomorrow-Night-Eighties.json
Normal file
240
public/monaco/themes/Tomorrow-Night-Eighties.json
Normal file
|
@ -0,0 +1,240 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "2D2D2D",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "999999",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "cccccc",
|
||||
"token": "keyword.operator.class"
|
||||
},
|
||||
{
|
||||
"foreground": "cccccc",
|
||||
"token": "constant.other"
|
||||
},
|
||||
{
|
||||
"foreground": "cccccc",
|
||||
"token": "source.php.embedded.line"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "variable"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "support.other.variable"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "string.other.link"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "entity.other.attribute-name"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "meta.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "declaration.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "f2777a",
|
||||
"token": "markup.deleted.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "constant.language"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "support.constant"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "constant.character"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "variable.parameter"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "punctuation.section.embedded"
|
||||
},
|
||||
{
|
||||
"foreground": "f99157",
|
||||
"token": "keyword.other.unit"
|
||||
},
|
||||
{
|
||||
"foreground": "ffcc66",
|
||||
"token": "entity.name.class"
|
||||
},
|
||||
{
|
||||
"foreground": "ffcc66",
|
||||
"token": "entity.name.type.class"
|
||||
},
|
||||
{
|
||||
"foreground": "ffcc66",
|
||||
"token": "support.type"
|
||||
},
|
||||
{
|
||||
"foreground": "ffcc66",
|
||||
"token": "support.class"
|
||||
},
|
||||
{
|
||||
"foreground": "99cc99",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "99cc99",
|
||||
"token": "constant.other.symbol"
|
||||
},
|
||||
{
|
||||
"foreground": "99cc99",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "99cc99",
|
||||
"token": "markup.heading"
|
||||
},
|
||||
{
|
||||
"foreground": "99cc99",
|
||||
"token": "markup.inserted.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "66cccc",
|
||||
"token": "keyword.operator"
|
||||
},
|
||||
{
|
||||
"foreground": "66cccc",
|
||||
"token": "constant.other.color"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "entity.name.function"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "meta.function-call"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "support.function"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "keyword.other.special-method"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "meta.block-level"
|
||||
},
|
||||
{
|
||||
"foreground": "6699cc",
|
||||
"token": "markup.changed.git_gutter"
|
||||
},
|
||||
{
|
||||
"foreground": "cc99cc",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "cc99cc",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "cc99cc",
|
||||
"token": "storage.type"
|
||||
},
|
||||
{
|
||||
"foreground": "cc99cc",
|
||||
"token": "entity.name.tag.css"
|
||||
},
|
||||
{
|
||||
"foreground": "cdcdcd",
|
||||
"background": "f2777a",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"foreground": "cdcdcd",
|
||||
"background": "99cccc",
|
||||
"token": "meta.separator"
|
||||
},
|
||||
{
|
||||
"foreground": "cdcdcd",
|
||||
"background": "cc99cc",
|
||||
"token": "invalid.deprecated"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "718c00",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "718c00",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "c82829",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "c82829",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "3e999f",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.range"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#CCCCCC",
|
||||
"editor.background": "#2D2D2D",
|
||||
"editor.selectionBackground": "#515151",
|
||||
"editor.lineHighlightBackground": "#393939",
|
||||
"editorCursor.foreground": "#CCCCCC",
|
||||
"editorWhitespace.foreground": "#6A6A6A"
|
||||
}
|
||||
}
|
244
public/monaco/themes/Tomorrow-Night.json
Normal file
244
public/monaco/themes/Tomorrow-Night.json
Normal file
|
@ -0,0 +1,244 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "1D1F21",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "cc6666",
|
||||
"token": "markup.deleted.git_gutter"
|
||||
},
|
||||
{
|
||||
"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": "b5bd68",
|
||||
"token": "markup.inserted.git_gutter"
|
||||
},
|
||||
{
|
||||
"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": "81a2be",
|
||||
"token": "markup.changed.git_gutter"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "718c00",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "718c00",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "c82829",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "c82829",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "3e999f",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.range"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#C5C8C6",
|
||||
"editor.background": "#1D1F21",
|
||||
"editor.selectionBackground": "#373B41",
|
||||
"editor.lineHighlightBackground": "#282A2E",
|
||||
"editorCursor.foreground": "#AEAFAD",
|
||||
"editorWhitespace.foreground": "#4B4E55"
|
||||
}
|
||||
}
|
240
public/monaco/themes/Tomorrow.json
Normal file
240
public/monaco/themes/Tomorrow.json
Normal file
|
@ -0,0 +1,240 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "c82829",
|
||||
"token": "markup.deleted.git_gutter"
|
||||
},
|
||||
{
|
||||
"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": "718c00",
|
||||
"token": "markup.inserted.git_gutter"
|
||||
},
|
||||
{
|
||||
"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": "4271ae",
|
||||
"token": "markup.changed.git_gutter"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"background": "718c00",
|
||||
"token": "markup.inserted.diff"
|
||||
},
|
||||
{
|
||||
"background": "718c00",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"background": "c82829",
|
||||
"token": "markup.deleted.diff"
|
||||
},
|
||||
{
|
||||
"background": "c82829",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.from-file"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "4271ae",
|
||||
"token": "meta.diff.header.to-file"
|
||||
},
|
||||
{
|
||||
"foreground": "3e999f",
|
||||
"fontStyle": "italic",
|
||||
"token": "meta.diff.range"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#4D4D4C",
|
||||
"editor.background": "#FFFFFF",
|
||||
"editor.selectionBackground": "#D6D6D6",
|
||||
"editor.lineHighlightBackground": "#EFEFEF",
|
||||
"editorCursor.foreground": "#AEAFAD",
|
||||
"editorWhitespace.foreground": "#D1D1D1"
|
||||
}
|
||||
}
|
267
public/monaco/themes/Twilight.json
Normal file
267
public/monaco/themes/Twilight.json
Normal file
|
@ -0,0 +1,267 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "141414",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "562d56bf",
|
||||
"token": "invalid.illegal"
|
||||
},
|
||||
{
|
||||
"background": "b0b3ba14",
|
||||
"token": "text source"
|
||||
},
|
||||
{
|
||||
"background": "b1b3ba21",
|
||||
"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": "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": "#DDF0FF33",
|
||||
"editor.lineHighlightBackground": "#FFFFFF08",
|
||||
"editorCursor.foreground": "#A7A7A7",
|
||||
"editorWhitespace.foreground": "#FFFFFF40"
|
||||
}
|
||||
}
|
324
public/monaco/themes/Upstream Sunburst.json
Normal file
324
public/monaco/themes/Upstream Sunburst.json
Normal file
|
@ -0,0 +1,324 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "000000F7",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "3d3d3d",
|
||||
"fontStyle": "italic",
|
||||
"token": "comment"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "constant"
|
||||
},
|
||||
{
|
||||
"foreground": "b2d72c",
|
||||
"token": "constant.numeric"
|
||||
},
|
||||
{
|
||||
"foreground": "89725b",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "89725b",
|
||||
"token": "keyword.control"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"token": "keyword.operator"
|
||||
},
|
||||
{
|
||||
"foreground": "89725b",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "b2d72c",
|
||||
"token": "string"
|
||||
},
|
||||
{
|
||||
"foreground": "9b859d",
|
||||
"token": "support"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "variable"
|
||||
},
|
||||
{
|
||||
"foreground": "fd5ff1",
|
||||
"fontStyle": "italic underline",
|
||||
"token": "invalid.deprecated"
|
||||
},
|
||||
{
|
||||
"foreground": "fd5ff1",
|
||||
"background": "562d56bf",
|
||||
"token": "invalid.illegal"
|
||||
},
|
||||
{
|
||||
"background": "b1b3ba08",
|
||||
"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": "259adb",
|
||||
"token": "meta.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "meta.tag entity"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "meta.tag entity"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "source entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "source entity.other.attribute-name"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "meta.tag.inline"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "meta.tag.inline entity"
|
||||
},
|
||||
{
|
||||
"foreground": "e18964",
|
||||
"token": "entity.name.tag.namespace"
|
||||
},
|
||||
{
|
||||
"foreground": "e18964",
|
||||
"token": "entity.other.attribute-name.namespace"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "meta.selector.css entity.name.tag"
|
||||
},
|
||||
{
|
||||
"foreground": "8f9d6a",
|
||||
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "meta.selector.css entity.other.attribute-name.id"
|
||||
},
|
||||
{
|
||||
"foreground": "259adb",
|
||||
"token": "meta.selector.css entity.other.attribute-name.class"
|
||||
},
|
||||
{
|
||||
"foreground": "e1f5b1",
|
||||
"token": "support.type.property-name.css"
|
||||
},
|
||||
{
|
||||
"foreground": "b2d72c",
|
||||
"token": "meta.property-group support.constant.property-value.css"
|
||||
},
|
||||
{
|
||||
"foreground": "b2d72c",
|
||||
"token": "meta.property-value support.constant.property-value.css"
|
||||
},
|
||||
{
|
||||
"foreground": "8693a5",
|
||||
"token": "meta.preprocessor.at-rule keyword.control.at-rule"
|
||||
},
|
||||
{
|
||||
"foreground": "b2d72c",
|
||||
"token": "meta.property-value support.constant.named-color.css"
|
||||
},
|
||||
{
|
||||
"foreground": "b2d72c",
|
||||
"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": "fee09c12",
|
||||
"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": "b1b3ba08",
|
||||
"token": "markup.raw"
|
||||
},
|
||||
{
|
||||
"foreground": "f67b37",
|
||||
"fontStyle": "italic",
|
||||
"token": "markup comment"
|
||||
},
|
||||
{
|
||||
"foreground": "60a633",
|
||||
"background": "242424",
|
||||
"token": "meta.separator"
|
||||
},
|
||||
{
|
||||
"background": "eeeeee29",
|
||||
"token": "meta.line.entry.logfile"
|
||||
},
|
||||
{
|
||||
"background": "eeeeee29",
|
||||
"token": "meta.line.exit.logfile"
|
||||
},
|
||||
{
|
||||
"background": "751012",
|
||||
"token": "meta.line.error.logfile"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#F8F8F8",
|
||||
"editor.background": "#000000F7",
|
||||
"editor.selectionBackground": "#668CDB9C",
|
||||
"editor.lineHighlightBackground": "#F2ECFF1F",
|
||||
"editorCursor.foreground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#616D793D"
|
||||
}
|
||||
}
|
196
public/monaco/themes/Vibrant Ink.json
Normal file
196
public/monaco/themes/Vibrant Ink.json
Normal file
|
@ -0,0 +1,196 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "000000",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "0f0f0f",
|
||||
"token": "text"
|
||||
},
|
||||
{
|
||||
"background": "000000",
|
||||
"token": "source.ruby.rails.embedded.html"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "101010",
|
||||
"token": "text.html.ruby"
|
||||
},
|
||||
{
|
||||
"foreground": "ccff33",
|
||||
"token": "constant.numeric.ruby"
|
||||
},
|
||||
{
|
||||
"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": "999966",
|
||||
"token": "support.function.activerecord.rails"
|
||||
},
|
||||
{
|
||||
"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": "#000000",
|
||||
"editor.selectionBackground": "#35493CE0",
|
||||
"editor.lineHighlightBackground": "#333300",
|
||||
"editorCursor.foreground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#404040"
|
||||
}
|
||||
}
|
98
public/monaco/themes/Xcode_default.json
Normal file
98
public/monaco/themes/Xcode_default.json
Normal file
|
@ -0,0 +1,98 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "FFFFFF",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#00000012",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#BFBFBF"
|
||||
}
|
||||
}
|
98
public/monaco/themes/Zenburnesque.json
Normal file
98
public/monaco/themes/Zenburnesque.json
Normal file
|
@ -0,0 +1,98 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "404040",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#A0804026",
|
||||
"editorCursor.foreground": "#FFFF66",
|
||||
"editorWhitespace.foreground": "#A8A8A8"
|
||||
}
|
||||
}
|
120
public/monaco/themes/iPlastic.json
Normal file
120
public/monaco/themes/iPlastic.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"base": "vs",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "EEEEEEEB",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "e71a114d",
|
||||
"token": "invalid"
|
||||
},
|
||||
{
|
||||
"background": "e71a1100",
|
||||
"token": "invalid.deprecated.trailing-whitespace"
|
||||
},
|
||||
{
|
||||
"foreground": "000000",
|
||||
"background": "fafafafc",
|
||||
"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": "#EEEEEEEB",
|
||||
"editor.selectionBackground": "#BAD6FD",
|
||||
"editor.lineHighlightBackground": "#0000001A",
|
||||
"editorCursor.foreground": "#000000",
|
||||
"editorWhitespace.foreground": "#B3B3B3F4"
|
||||
}
|
||||
}
|
145
public/monaco/themes/idleFingers.json
Normal file
145
public/monaco/themes/idleFingers.json
Normal file
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "323232",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "#5A647EE0",
|
||||
"editor.lineHighlightBackground": "#353637",
|
||||
"editorCursor.foreground": "#91FF00",
|
||||
"editorWhitespace.foreground": "#404040"
|
||||
}
|
||||
}
|
250
public/monaco/themes/krTheme.json
Normal file
250
public/monaco/themes/krTheme.json
Normal file
|
@ -0,0 +1,250 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "0B0A09",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"foreground": "d27518c2",
|
||||
"token": "constant"
|
||||
},
|
||||
{
|
||||
"foreground": "a89100b5",
|
||||
"token": "entity"
|
||||
},
|
||||
{
|
||||
"foreground": "ba6912",
|
||||
"token": "entity.other"
|
||||
},
|
||||
{
|
||||
"foreground": "949c8b",
|
||||
"token": "keyword"
|
||||
},
|
||||
{
|
||||
"foreground": "ffee80",
|
||||
"token": "storage"
|
||||
},
|
||||
{
|
||||
"foreground": "c7a4a1b5",
|
||||
"token": "string -string.unquoted.old-plist -string.unquoted.heredoc"
|
||||
},
|
||||
{
|
||||
"foreground": "c7a4a1b5",
|
||||
"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": "24231d4d",
|
||||
"token": "text source"
|
||||
},
|
||||
{
|
||||
"foreground": "d9d59f",
|
||||
"background": "24231d4d",
|
||||
"token": "string.unquoted.heredoc"
|
||||
},
|
||||
{
|
||||
"foreground": "d9d59f",
|
||||
"background": "24231d4d",
|
||||
"token": "source source"
|
||||
},
|
||||
{
|
||||
"foreground": "7efcff",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "439740ba",
|
||||
"token": "string.quoted source"
|
||||
},
|
||||
{
|
||||
"foreground": "60db5dba",
|
||||
"token": "string constant"
|
||||
},
|
||||
{
|
||||
"foreground": "7dffc0a6",
|
||||
"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": "8fddf630",
|
||||
"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": "#AA00FF73",
|
||||
"editor.lineHighlightBackground": "#38403D",
|
||||
"editorCursor.foreground": "#FF9900",
|
||||
"editorWhitespace.foreground": "#FFB16F52"
|
||||
}
|
||||
}
|
232
public/monaco/themes/monoindustrial.json
Normal file
232
public/monaco/themes/monoindustrial.json
Normal file
|
@ -0,0 +1,232 @@
|
|||
{
|
||||
"base": "vs-dark",
|
||||
"inherit": true,
|
||||
"rules": [
|
||||
{
|
||||
"background": "222C28",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"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": "e9470000",
|
||||
"background": "1a0700",
|
||||
"token": "constant.character.escaped"
|
||||
},
|
||||
{
|
||||
"foreground": "e9470000",
|
||||
"background": "1a0700",
|
||||
"token": "string source - string.unquoted.embedded"
|
||||
},
|
||||
{
|
||||
"foreground": "e9470000",
|
||||
"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": "990000ad",
|
||||
"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": "90999380",
|
||||
"token": "punctuation"
|
||||
},
|
||||
{
|
||||
"foreground": "7642b7",
|
||||
"token": "entity.other.inherited-class"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "00000059",
|
||||
"token": "meta.scope.changed-files.svn"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "00000059",
|
||||
"token": "markup.inserted.svn"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "00000059",
|
||||
"token": "markup.changed.svn"
|
||||
},
|
||||
{
|
||||
"foreground": "ffffff",
|
||||
"background": "00000059",
|
||||
"token": "markup.deleted.svn"
|
||||
},
|
||||
{
|
||||
"background": "78807b0a",
|
||||
"token": "meta.section"
|
||||
},
|
||||
{
|
||||
"background": "78807b0a",
|
||||
"token": "meta.section meta.section"
|
||||
},
|
||||
{
|
||||
"background": "78807b0a",
|
||||
"token": "meta.section meta.section meta.section"
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"editor.foreground": "#FFFFFF",
|
||||
"editor.background": "#222C28",
|
||||
"editor.selectionBackground": "#91999466",
|
||||
"editor.lineHighlightBackground": "#0C0D0C40",
|
||||
"editorCursor.foreground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#666C6880"
|
||||
}
|
||||
}
|
55
public/monaco/themes/themelist.json
Normal file
55
public/monaco/themes/themelist.json
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"active4d": "Active4D",
|
||||
"all-hallows-eve": "All Hallows Eve",
|
||||
"amy": "Amy",
|
||||
"birds-of-paradise": "Birds of Paradise",
|
||||
"blackboard": "Blackboard",
|
||||
"brilliance-black": "Brilliance Black",
|
||||
"brilliance-dull": "Brilliance Dull",
|
||||
"chrome-devtools": "Chrome DevTools",
|
||||
"clouds-midnight": "Clouds Midnight",
|
||||
"clouds": "Clouds",
|
||||
"cobalt": "Cobalt",
|
||||
"cobalt2": "Cobalt2",
|
||||
"dawn": "Dawn",
|
||||
"dracula": "Dracula",
|
||||
"dreamweaver": "Dreamweaver",
|
||||
"eiffel": "Eiffel",
|
||||
"espresso-libre": "Espresso Libre",
|
||||
"github-dark": "GitHub Dark",
|
||||
"github-light": "GitHub Light",
|
||||
"github": "GitHub",
|
||||
"idle": "IDLE",
|
||||
"katzenmilch": "Katzenmilch",
|
||||
"kuroir-theme": "Kuroir Theme",
|
||||
"lazy": "LAZY",
|
||||
"magicwb--amiga-": "MagicWB (Amiga)",
|
||||
"merbivore-soft": "Merbivore Soft",
|
||||
"merbivore": "Merbivore",
|
||||
"monokai-bright": "Monokai Bright",
|
||||
"monokai": "Monokai",
|
||||
"night-owl": "Night Owl",
|
||||
"nord": "Nord",
|
||||
"oceanic-next": "Oceanic Next",
|
||||
"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",
|
||||
"upstream-sunburst": "Upstream Sunburst",
|
||||
"vibrant-ink": "Vibrant Ink",
|
||||
"xcode-default": "Xcode_default",
|
||||
"zenburnesque": "Zenburnesque",
|
||||
"iplastic": "iPlastic",
|
||||
"idlefingers": "idleFingers",
|
||||
"krtheme": "krTheme",
|
||||
"monoindustrial": "monoindustrial"
|
||||
}
|
|
@ -46,13 +46,54 @@
|
|||
<div class="theme">
|
||||
Theme:
|
||||
<select id="theme" size="1" onchange="setTheme();" onkeyup="setTheme();">
|
||||
<optgroup label="Bright">
|
||||
<option value="vs-light">VS Light</option>
|
||||
<option value="hc-light">High Contrast Light</option>
|
||||
</optgroup>
|
||||
<optgroup label="Dark">
|
||||
<option value="vs-dark">VS Dark</option>
|
||||
<option value="allhallowseve">All Hallows Eve</option>
|
||||
<option value="amy">Amy</option>
|
||||
<option value="birdsofparadise">Birds of Paradise</option>
|
||||
<option value="blackboard">Blackboard</option>
|
||||
<option value="brillianceblack">Brilliance Black</option>
|
||||
<option value="brilliancedull">Brilliance Dull</option>
|
||||
<option value="cloudsmidnight">Clouds Midnight</option>
|
||||
<option value="cobalt">Cobalt</option>
|
||||
<option value="cobalt2">Cobalt2</option>
|
||||
<option value="dominionday">Dominion Day</option>
|
||||
<option value="dracula">Dracula</option>
|
||||
<option value="espressolibre">Espresso Libre</option>
|
||||
<option value="githubdark">GitHub Dark</option>
|
||||
<option value="hc-black">High Contrast Dark</option>
|
||||
<option value="idlefingers">idleFingers</option>
|
||||
<option value="krtheme">krTheme</option>
|
||||
<option value="merbivore">Merbivore</option>
|
||||
<option value="monoindustrial">monoindustrial</option>
|
||||
<option value="monokai">Monokai</option>
|
||||
<option value="nightowl">Night Owl</option>
|
||||
<option value="nord">Nord</option>
|
||||
<option value="oceanicnext">Oceanic Next</option>
|
||||
<option value="pastelsondark">Pastels on Dark</option>
|
||||
<option value="solarized-dark">Solarized-dark</option>
|
||||
<option value="spacecadet">SpaceCadet</option>
|
||||
<option value="sunburst">Sunburst</option>
|
||||
<option value="tomorrow-night">Tomorrow-Night</option>
|
||||
<option value="tomorrow-night-blue">Tomorrow-Night-Blue</option>
|
||||
<option value="tomorrow-night-bright">Tomorrow-Night-Bright</option>
|
||||
<option value="tomorrow-night-eighties">Tomorrow-Night-Eighties</option>
|
||||
<option value="twilight">Twilight</option>
|
||||
<option value="vibrantink">Vibrant Ink</option>
|
||||
<option value="zenburnesque">Zenburnesque</option>
|
||||
<option value="vs-dark">VS Dark</option>
|
||||
</optgroup>
|
||||
<optgroup label="Bright">
|
||||
<option value="github">GitHub</option>
|
||||
<option value="githublight">GitHub Light</option>
|
||||
<option value="hc-light">High Contrast Light</option>
|
||||
<option value="iplastic">iPlastic</option>
|
||||
<option value="katzenmilch">Katzenmilch</option>
|
||||
<option value="lazy">LAZY</option>
|
||||
<option value="magicwbamiga">MagicWB (Amiga)</option>
|
||||
<option value="solarized-light">Solarized-light</option>
|
||||
<option value="tomorrow">Tomorrow</option>
|
||||
<option value="vs-light">VS Light</option>
|
||||
<option value="xcodedefault">Xcode_default</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
</div>
|
||||
|
@ -86,7 +127,7 @@
|
|||
|
||||
<div class="row editor">
|
||||
<div class="col left-col" style="display: <% current_site.supporter? ? 'none' : 'block' %>; margin-left: 20px;">
|
||||
<div id="editor"><h3>Loading...</h3></div>
|
||||
<div id="editor"></div>
|
||||
</div>
|
||||
<div class="col right-col chat-container" style="display: none">
|
||||
<div class="resize-handle"></div>
|
||||
|
@ -121,7 +162,20 @@
|
|||
|
||||
function setTheme(name) {
|
||||
var editorTheme = $('#theme option:selected')
|
||||
monaco.editor.setTheme(editorTheme.val());
|
||||
|
||||
var defaultThemes = ['vs-light', 'hc-light', 'vs-dark', 'hc-black']
|
||||
|
||||
if(defaultThemes.includes(editorTheme.val())) {
|
||||
monaco.editor.setTheme(editorTheme.val());
|
||||
} else {
|
||||
fetch('/monaco/themes/'+editorTheme.text()+'.json')
|
||||
.then(data => data.json())
|
||||
.then(data => {
|
||||
monaco.editor.defineTheme(editorTheme.val(), data);
|
||||
monaco.editor.setTheme(editorTheme.val());
|
||||
})
|
||||
}
|
||||
|
||||
$.post('/site/<%= current_site.username %>/set_editor_theme', {
|
||||
csrf_token: '<%= csrf_token %>',
|
||||
editor_theme: editorTheme.text()
|
||||
|
@ -132,6 +186,10 @@
|
|||
$('#theme option').filter(function() {
|
||||
return ($(this).text() == '<%= current_site.editor_theme %>')
|
||||
}).prop('selected', true)
|
||||
<% else %>
|
||||
$('#theme option').filter(function() {
|
||||
return ($(this).text() == 'VS Dark')
|
||||
}).prop('selected', true)
|
||||
<% end %>
|
||||
|
||||
function saveTextFile(quit) {
|
||||
|
@ -213,7 +271,8 @@
|
|||
minimap: { enabled: true },
|
||||
padding: {
|
||||
bottom: 25
|
||||
}
|
||||
},
|
||||
fixedOverflowWidgets: true
|
||||
});
|
||||
setTheme();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue