mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update multiDiffEditor and diffEditor colors
This commit is contained in:
parent
cf3ed51134
commit
8cfd2e519b
3 changed files with 12 additions and 0 deletions
|
@ -251,6 +251,10 @@
|
|||
"diffEditorOverview.insertedForeground": "#41a6b525",
|
||||
"diffEditorOverview.removedForeground": "#db4b4b22",
|
||||
"diffEditor.diagonalFill": "#292e42",
|
||||
"diffEditor.unchangedCodeBackground": "#282a3b66",
|
||||
|
||||
"multiDiffEditor.headerBackground": "#1a1b26",
|
||||
"multiDiffEditor.border": "#1a1b26",
|
||||
|
||||
"breadcrumb.background": "#16161e",
|
||||
"breadcrumbPicker.background": "#16161e",
|
||||
|
|
|
@ -255,6 +255,10 @@
|
|||
"diffEditorOverview.insertedForeground": "#3f919e15",
|
||||
"diffEditorOverview.removedForeground": "#e8686812",
|
||||
"diffEditor.diagonalFill": "#cacbcf",
|
||||
"diffEditor.unchangedCodeBackground": "#e7e8ed66",
|
||||
|
||||
"multiDiffEditor.headerBackground": "#d5d6db",
|
||||
"multiDiffEditor.border": "#d5d6db",
|
||||
|
||||
"breadcrumb.background": "#cbccd1",
|
||||
"breadcrumbPicker.background": "#cbccd1",
|
||||
|
|
|
@ -251,6 +251,10 @@
|
|||
"diffEditorOverview.insertedForeground": "#41a6b525",
|
||||
"diffEditorOverview.removedForeground": "#db4b4b22",
|
||||
"diffEditor.diagonalFill": "#2c324a",
|
||||
"diffEditor.unchangedCodeBackground": "#2f344d66",
|
||||
|
||||
"multiDiffEditor.headerBackground": "#24283b",
|
||||
"multiDiffEditor.border": "#24283b",
|
||||
|
||||
"breadcrumb.background": "#1f2335",
|
||||
"breadcrumbPicker.background": "#1f2335",
|
||||
|
|
Loading…
Reference in a new issue