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

Fix selection color in folded regions

This commit is contained in:
Kristi 2021-12-06 21:06:41 -05:00
parent cdf09c1076
commit 5d9ee2e563
3 changed files with 3 additions and 3 deletions

View file

@ -142,7 +142,7 @@
"selection.background": "#515c7e40", "selection.background": "#515c7e40",
"editor.background": "#1a1b26", "editor.background": "#1a1b26",
"editor.foreground": "#a9b1d6", "editor.foreground": "#a9b1d6",
"editor.foldBackground": "#16161e", "editor.foldBackground": "#1111174a",
"editorLink.activeForeground": "#acb0d0", "editorLink.activeForeground": "#acb0d0",
"editor.selectionBackground": "#515c7e40", "editor.selectionBackground": "#515c7e40",

View file

@ -141,7 +141,7 @@
"selection.background": "#fafbff55", "selection.background": "#fafbff55",
"editor.background": "#d5d6db", "editor.background": "#d5d6db",
"editor.foreground": "#343b59", "editor.foreground": "#343b59",
"editor.foldBackground": "#cbccd1", "editor.foldBackground": "#b2b3b833",
"editorLink.activeForeground": "#1f2335", "editorLink.activeForeground": "#1f2335",
"editor.selectionBackground": "#fafbff40", "editor.selectionBackground": "#fafbff40",

View file

@ -142,7 +142,7 @@
"selection.background": "#6f7bb635", "selection.background": "#6f7bb635",
"editor.background": "#24283b", "editor.background": "#24283b",
"editor.foreground": "#a9b1d6", "editor.foreground": "#a9b1d6",
"editor.foldBackground": "#1f2335", "editor.foldBackground": "#181b294a",
"editorLink.activeForeground": "#a9b1d6", "editorLink.activeForeground": "#a9b1d6",
"editor.selectionBackground": "#6f7bb630", "editor.selectionBackground": "#6f7bb630",