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 quickInput.list.focusBackground

This commit is contained in:
Kristi 2021-03-04 21:40:32 -05:00
parent 0b8f9c1a86
commit a9ef514ab1
4 changed files with 13 additions and 0 deletions

View file

@ -1,4 +1,8 @@
# Release Notes
## 0.7.0
`2021-03-04`
- Add quickInput.list.focusBackground
## 0.6.9
`2021-01-01`
- Update README

View file

@ -76,6 +76,9 @@
"list.dropBackground": "#1e202e",
"list.deemphasizedForeground":"#787c99",
"list.activeSelectionBackground": "#202330",
"quickInput.list.focusBackground": "#202330",
"list.activeSelectionForeground": "#a9b1d6",
"list.inactiveSelectionBackground": "#1c1d29",
"list.inactiveSelectionForeground": "#a9b1d6",

View file

@ -72,6 +72,9 @@
"list.dropBackground": "#c1c2c7",
"list.deemphasizedForeground":"#4c505e",
"list.activeSelectionBackground": "#d5d6db",
"quickInput.list.focusBackground": "#d5d6db",
"list.activeSelectionForeground": "#4c505e",
"list.inactiveSelectionBackground": "#d5d6db",
"list.inactiveSelectionForeground": "#4c505e",

View file

@ -76,6 +76,9 @@
"list.dropBackground": "#292e42",
"list.deemphasizedForeground": "#7982a9",
"list.activeSelectionBackground": "#2c324a",
"quickInput.list.focusBackground": "#2c324a",
"list.activeSelectionForeground": "#a9b1d6",
"list.inactiveSelectionBackground": "#292e42",
"list.inactiveSelectionForeground": "#a9b1d6",