0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Update diff editor colors

This commit is contained in:
Kristi 2022-08-13 20:30:10 -04:00
parent 533429fb0a
commit 752476e3d5
3 changed files with 23 additions and 2 deletions

View file

@ -237,8 +237,15 @@
"peekViewResult.fileForeground": "#787c99",
"peekViewResult.matchHighlightBackground": "#3d59a166",
"diffEditor.insertedTextBackground": "#41a6b515",
"diffEditor.insertedTextBackground": "#41a6b520",
"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",
"breadcrumbPicker.background": "#16161e",

View file

@ -243,6 +243,13 @@
"diffEditor.insertedTextBackground": "#3f919e15",
"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",
"breadcrumbPicker.background": "#cbccd1",

View file

@ -237,8 +237,15 @@
"peekViewResult.fileForeground": "#7982a9",
"peekViewResult.matchHighlightBackground": "#3d59a166",
"diffEditor.insertedTextBackground": "#41a6b515",
"diffEditor.insertedTextBackground": "#41a6b520",
"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",
"breadcrumbPicker.background": "#1f2335",