0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Increase contrast for some text selections

This commit is contained in:
Kristi Russell 2023-03-21 11:27:56 -04:00
parent a53c1cdeda
commit aaf49d22c4
3 changed files with 10 additions and 6 deletions

View file

@ -149,7 +149,7 @@
"editor.foldBackground": "#1111174a",
"editorLink.activeForeground": "#acb0d0",
"editor.selectionBackground": "#515c7e40",
"editor.selectionBackground": "#515c7e4d",
"editor.inactiveSelectionBackground": "#515c7e25",
"editor.findMatchBackground": "#3d59a166",
@ -216,6 +216,7 @@
"editorPane.background": "#16161e",
"editorWidget.foreground": "#787c99",
"editorWidget.background": "#16161e",
"editorWidget.resizeBorder": "#545c7e33",
@ -333,7 +334,7 @@
"terminal.background": "#16161e",
"terminal.foreground": "#787c99",
"terminal.selectionBackground": "#515c7e30",
"terminal.selectionBackground": "#515c7e4d",
// "terminalCursor.background": "",
// "terminalCursor.foreground": "",

View file

@ -220,6 +220,7 @@
"editorPane.background": "#cbccd1",
"editorWidget.foreground": "#4c505e",
"editorWidget.background": "#cbccd1",
"editorWidget.resizeBorder": "#82859433",

View file

@ -31,7 +31,7 @@
},
"semanticClass": "tokyo-night-storm",
"colors": {
"foreground": "#7982a9",
"foreground": "#787c99",
"descriptionForeground": "#545c7e",
"focusBorder": "#545c7e33",
"errorForeground": "#5a607d",
@ -149,7 +149,7 @@
"editor.foldBackground": "#181b294a",
"editorLink.activeForeground": "#a9b1d6",
"editor.selectionBackground": "#6f7bb630",
"editor.selectionBackground": "#6f7bb640",
"editor.inactiveSelectionBackground": "#6f7bb615",
"editor.findMatchBackground": "#3d59a166",
@ -216,6 +216,7 @@
"editorPane.background": "#1f2335",
"editorWidget.foreground": "#7982a9",
"editorWidget.background": "#1f2335",
"editorWidget.resizeBorder": "#545c7e33",
@ -332,7 +333,7 @@
"terminal.background": "#1f2335",
"terminal.foreground": "#7982a9",
"terminal.selectionBackground": "#6f7bb620",
"terminal.selectionBackground": "#6f7bb640",
// "terminalCursor.background": "",
// "terminalCursor.foreground": "",
@ -615,6 +616,7 @@
"punctuation.definition.string",
"punctuation.support.type.property-name",
"text.html.vue-html meta.tag",
"meta.attribute.directive",
"punctuation.definition.keyword",
"punctuation.terminator.rule",
"punctuation.definition.entity",
@ -688,7 +690,7 @@
"scope": [
"entity.name.tag support.class.component",
"meta.tag.custom entity.name.tag",
"meta.tag"
"meta.tag"
],
"settings": {
"foreground": "#de5971"