Add monaco editor themes

This commit is contained in:
Valtteri Karesto
2021-11-19 15:24:29 +02:00
parent 2de6478547
commit 8f97a824f5
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"inherit": true, "inherit": true,
"rules": [ "rules": [
{ {
"background": "200020", "background": "1a1d1e",
"token": "" "token": ""
}, },
{ {
@@ -182,7 +182,7 @@
], ],
"colors": { "colors": {
"editor.foreground": "#D0D0FF", "editor.foreground": "#D0D0FF",
"editor.background": "#000000", "editor.background": "#202425",
"editor.selectionBackground": "#ffffff30", "editor.selectionBackground": "#ffffff30",
"editor.lineHighlightBackground": "#ffffff20", "editor.lineHighlightBackground": "#ffffff20",
"editorCursor.foreground": "#7070FF", "editorCursor.foreground": "#7070FF",

View File

@@ -89,7 +89,7 @@
], ],
"colors": { "colors": {
"editor.foreground": "#000000", "editor.foreground": "#000000",
"editor.background": "#FFFFFF", "editor.background": "#f1f3f5",
"editor.selectionBackground": "#B5D5FF", "editor.selectionBackground": "#B5D5FF",
"editor.lineHighlightBackground": "#00000012", "editor.lineHighlightBackground": "#00000012",
"editorCursor.foreground": "#000000", "editorCursor.foreground": "#000000",