Skip to content

Commit 3d2aa7e

Browse files
authored
Add deleted and info background (#16)
1 parent b4391fb commit 3d2aa7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/vscode-dark-modern.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"created.background": null,
107107
"created.border": null,
108108
"deleted": "#F85149",
109-
"deleted.background": null,
109+
"deleted.background": "#F851491A",
110110
"deleted.border": null,
111111
"error": "#F14C4C",
112112
"error.background": "#1f1f1f",
@@ -121,7 +121,7 @@
121121
"ignored.background": null,
122122
"ignored.border": null,
123123
"info": "#3794FF",
124-
"info.background": null,
124+
"info.background": "#3794FF1A",
125125
"info.border": "#1E1E1E",
126126
"modified": "#E2C08D",
127127
"modified.background": null,

0 commit comments

Comments
 (0)