mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Add minimap gutter VCS decorations
This commit is contained in:
parent
ef4fdf414b
commit
7e92f4d497
2 changed files with 8 additions and 0 deletions
|
@ -152,6 +152,10 @@
|
|||
"editorGutter.addedBackground": "#164846",
|
||||
"editorGutter.deletedBackground": "#823c41",
|
||||
|
||||
"minimapGutter.modifiedBackground": "#425882",
|
||||
"minimapGutter.addedBackground": "#1C5957",
|
||||
"minimapGutter.deletedBackground": "#944449",
|
||||
|
||||
"editorGroup.border": "#101014",
|
||||
"editorGroup.dropBackground": "#1e202e",
|
||||
"editorGroupHeader.tabsBorder": "#101014",
|
||||
|
|
|
@ -152,6 +152,10 @@
|
|||
"editorGutter.addedBackground": "#164846",
|
||||
"editorGutter.deletedBackground": "#823c41",
|
||||
|
||||
"minimapGutter.modifiedBackground": "#425882",
|
||||
"minimapGutter.addedBackground": "#1C5957",
|
||||
"minimapGutter.deletedBackground": "#944449",
|
||||
|
||||
"editorGroup.border": "#1b1e2e",
|
||||
"editorGroup.dropBackground": "#292e42",
|
||||
"editorGroupHeader.tabsBorder": "#1b1e2e",
|
||||
|
|
Loading…
Reference in a new issue