mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Add quickInput.list.focusBackground
This commit is contained in:
parent
0b8f9c1a86
commit
a9ef514ab1
4 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.7.0
|
||||
`2021-03-04`
|
||||
- Add quickInput.list.focusBackground
|
||||
|
||||
## 0.6.9
|
||||
`2021-01-01`
|
||||
- Update README
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue