mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update selection background color
This commit is contained in:
parent
18686b6d03
commit
9d1d45dd3f
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Release Notes
|
||||
|
||||
## 0.4.3
|
||||
`2019-11-19`
|
||||
- Update selection background color
|
||||
|
||||
## 0.4.2
|
||||
`2019-11-10`
|
||||
- Update range highlight background
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"editor.foreground": "#a9b1d6",
|
||||
"editorLink.activeForeground": "#a9b1d6",
|
||||
|
||||
"editor.selectionBackground": "#6f7bb622",
|
||||
"editor.selectionBackground": "#6f7bb628",
|
||||
"editor.inactiveSelectionBackground": "#6f7bb615",
|
||||
|
||||
"editor.findMatchBackground": "#3d59a166",
|
||||
|
|
Loading…
Reference in a new issue