mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update diff editor colors
This commit is contained in:
parent
533429fb0a
commit
752476e3d5
3 changed files with 23 additions and 2 deletions
|
@ -237,8 +237,15 @@
|
||||||
"peekViewResult.fileForeground": "#787c99",
|
"peekViewResult.fileForeground": "#787c99",
|
||||||
"peekViewResult.matchHighlightBackground": "#3d59a166",
|
"peekViewResult.matchHighlightBackground": "#3d59a166",
|
||||||
|
|
||||||
"diffEditor.insertedTextBackground": "#41a6b515",
|
"diffEditor.insertedTextBackground": "#41a6b520",
|
||||||
"diffEditor.removedTextBackground": "#db4b4b22",
|
"diffEditor.removedTextBackground": "#db4b4b22",
|
||||||
|
"diffEditor.insertedLineBackground": "#41a6b520",
|
||||||
|
"diffEditor.removedLineBackground": "#db4b4b22",
|
||||||
|
"diffEditorGutter.insertedLineBackground": "#41a6b525",
|
||||||
|
"diffEditorGutter.removedLineBackground": "#db4b4b22",
|
||||||
|
"diffEditorOverview.insertedForeground": "#41a6b525",
|
||||||
|
"diffEditorOverview.removedForeground": "#db4b4b22",
|
||||||
|
"diffEditor.diagonalFill": "#292e42",
|
||||||
|
|
||||||
"breadcrumb.background": "#16161e",
|
"breadcrumb.background": "#16161e",
|
||||||
"breadcrumbPicker.background": "#16161e",
|
"breadcrumbPicker.background": "#16161e",
|
||||||
|
|
|
@ -243,6 +243,13 @@
|
||||||
|
|
||||||
"diffEditor.insertedTextBackground": "#3f919e15",
|
"diffEditor.insertedTextBackground": "#3f919e15",
|
||||||
"diffEditor.removedTextBackground": "#e8686812",
|
"diffEditor.removedTextBackground": "#e8686812",
|
||||||
|
"diffEditor.insertedLineBackground": "#3f919e15",
|
||||||
|
"diffEditor.removedLineBackground": "#e8686812",
|
||||||
|
"diffEditorGutter.insertedLineBackground": "#3f919e15",
|
||||||
|
"diffEditorGutter.removedLineBackground": "#e8686812",
|
||||||
|
"diffEditorOverview.insertedForeground": "#3f919e15",
|
||||||
|
"diffEditorOverview.removedForeground": "#e8686812",
|
||||||
|
"diffEditor.diagonalFill": "#cacbcf",
|
||||||
|
|
||||||
"breadcrumb.background": "#cbccd1",
|
"breadcrumb.background": "#cbccd1",
|
||||||
"breadcrumbPicker.background": "#cbccd1",
|
"breadcrumbPicker.background": "#cbccd1",
|
||||||
|
|
|
@ -237,8 +237,15 @@
|
||||||
"peekViewResult.fileForeground": "#7982a9",
|
"peekViewResult.fileForeground": "#7982a9",
|
||||||
"peekViewResult.matchHighlightBackground": "#3d59a166",
|
"peekViewResult.matchHighlightBackground": "#3d59a166",
|
||||||
|
|
||||||
"diffEditor.insertedTextBackground": "#41a6b515",
|
"diffEditor.insertedTextBackground": "#41a6b520",
|
||||||
"diffEditor.removedTextBackground": "#db4b4b22",
|
"diffEditor.removedTextBackground": "#db4b4b22",
|
||||||
|
"diffEditor.insertedLineBackground": "#41a6b520",
|
||||||
|
"diffEditor.removedLineBackground": "#db4b4b22",
|
||||||
|
"diffEditorGutter.insertedLineBackground": "#41a6b525",
|
||||||
|
"diffEditorGutter.removedLineBackground": "#db4b4b22",
|
||||||
|
"diffEditorOverview.insertedForeground": "#41a6b525",
|
||||||
|
"diffEditorOverview.removedForeground": "#db4b4b22",
|
||||||
|
"diffEditor.diagonalFill": "#2c324a",
|
||||||
|
|
||||||
"breadcrumb.background": "#1f2335",
|
"breadcrumb.background": "#1f2335",
|
||||||
"breadcrumbPicker.background": "#1f2335",
|
"breadcrumbPicker.background": "#1f2335",
|
||||||
|
|
Loading…
Reference in a new issue