mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Fix terminal selection background color in light theme
This commit is contained in:
parent
d15d17aa70
commit
945ed97ea9
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.8.0
|
||||
`2021-11-16`
|
||||
- Fix terminal selection background color in light theme
|
||||
|
||||
## 0.7.9
|
||||
`2021-04-05`
|
||||
- Revert turning on semantic highlighting by default
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
|
||||
"terminal.background": "#cbccd1",
|
||||
"terminal.foreground": "#4c505e",
|
||||
"terminal.selectionBackground": "#d5d6db20",
|
||||
"terminal.selectionBackground": "#fafbff40",
|
||||
"terminalCursor.foreground": "#828594",
|
||||
|
||||
"terminal.ansiBlack": "#0f0f14",
|
||||
|
|
Loading…
Reference in a new issue