This commit is contained in:
David Dossett 2022-03-07 10:16:43 -08:00
parent 9dc4d747a5
commit 5042bacacb

View file

@ -213,6 +213,7 @@
"peekViewResult.background": "#ffffff",
"peekViewResult.selectionBackground": "#ffffff",
"peekViewResult.selectionForeground": "#292929",
"peekViewTitleLabel.foreground": "#292929",
"peekViewTitleDescription.foreground": "#292929",
"panelTitle.inactiveForeground": "#292929",
@ -284,6 +285,9 @@
"terminal.ansiWhite": "#555555",
"terminal.ansiYellow": "#949800",
"testing.iconFailed":"#B5200D",
"testing.iconPassed": "#007100",
"gitDecoration.addedResourceForeground": "#374e06",
"gitDecoration.conflictingResourceForeground": "#ad0707",
"gitDecoration.deletedResourceForeground": "#ad0707",