mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update editor ghost text color
This commit is contained in:
parent
f1e0368b98
commit
b1d8172196
4 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.9.1
|
||||
`2022-07-21`
|
||||
- Update editor ghost text color
|
||||
|
||||
## 0.9.0
|
||||
`2022-07-13`
|
||||
- Update Storm's panel foreground and active border colors
|
||||
|
|
|
@ -197,6 +197,8 @@
|
|||
"editorGutter.addedBackground": "#164846",
|
||||
"editorGutter.deletedBackground": "#823c41",
|
||||
|
||||
"editorGhostText.foreground": "#646e9c",
|
||||
|
||||
"minimapGutter.modifiedBackground": "#425882",
|
||||
"minimapGutter.addedBackground": "#1C5957",
|
||||
"minimapGutter.deletedBackground": "#944449",
|
||||
|
|
|
@ -200,6 +200,8 @@
|
|||
"editorGutter.addedBackground": "#71b6bd",
|
||||
"editorGutter.deletedBackground": "#a8626a",
|
||||
|
||||
"editorGhostText.foreground": "#73767d",
|
||||
|
||||
// "minimapGutter.modifiedBackground": "#425882",
|
||||
// "minimapGutter.addedBackground": "#166775",
|
||||
// "minimapGutter.deletedBackground": "#944449",
|
||||
|
|
|
@ -197,6 +197,8 @@
|
|||
"editorGutter.addedBackground": "#164846",
|
||||
"editorGutter.deletedBackground": "#823c41",
|
||||
|
||||
"editorGhostText.foreground": "#7582ba",
|
||||
|
||||
"minimapGutter.modifiedBackground": "#425882",
|
||||
"minimapGutter.addedBackground": "#1C5957",
|
||||
"minimapGutter.deletedBackground": "#944449",
|
||||
|
|
Loading…
Reference in a new issue