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

Add selection highlight background

This commit is contained in:
Kristi 2019-11-10 18:50:19 -05:00
parent ce0e34bc12
commit 02b3123f33
2 changed files with 2 additions and 0 deletions

View file

@ -111,6 +111,7 @@
"editor.rangeHighlightBackground": "#515c7e20", "editor.rangeHighlightBackground": "#515c7e20",
"editor.wordHighlightBackground": "#515c7e33", "editor.wordHighlightBackground": "#515c7e33",
"editor.wordHighlightStrongBackground": "#515c7e44", "editor.wordHighlightStrongBackground": "#515c7e44",
"editor.selectionHighlightBackground": "#515c7e28",
"editorCursor.foreground": "#c0caf5", "editorCursor.foreground": "#c0caf5",
"editorIndentGuide.background": "#1e202e", //"#1e202e", "editorIndentGuide.background": "#1e202e", //"#1e202e",

View file

@ -111,6 +111,7 @@
"editor.rangeHighlightBackground": "#6f7bb620", "editor.rangeHighlightBackground": "#6f7bb620",
"editor.wordHighlightBackground": "#6f7bb633", "editor.wordHighlightBackground": "#6f7bb633",
"editor.wordHighlightStrongBackground": "#6f7bb644", "editor.wordHighlightStrongBackground": "#6f7bb644",
"editor.selectionHighlightBackground": "#6f7bb622",
"editorCursor.foreground": "#c0caf5", "editorCursor.foreground": "#c0caf5",
"editorIndentGuide.background": "#292e42", "editorIndentGuide.background": "#292e42",