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 terminal selection background color in light theme

This commit is contained in:
Kristi 2021-11-16 12:21:34 -05:00
parent d15d17aa70
commit 945ed97ea9
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.8.0
`2021-11-16`
- Fix terminal selection background color in light theme
## 0.7.9 ## 0.7.9
`2021-04-05` `2021-04-05`
- Revert turning on semantic highlighting by default - Revert turning on semantic highlighting by default

View file

@ -308,7 +308,7 @@
"terminal.background": "#cbccd1", "terminal.background": "#cbccd1",
"terminal.foreground": "#4c505e", "terminal.foreground": "#4c505e",
"terminal.selectionBackground": "#d5d6db20", "terminal.selectionBackground": "#fafbff40",
"terminalCursor.foreground": "#828594", "terminalCursor.foreground": "#828594",
"terminal.ansiBlack": "#0f0f14", "terminal.ansiBlack": "#0f0f14",