mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Add selection highlight background
This commit is contained in:
parent
ce0e34bc12
commit
02b3123f33
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue