Update peek view color registrations

This commit is contained in:
David Dossett
2022-03-10 15:17:11 -08:00
parent 06ac63deaf
commit 42e7f2d8ff
2 changed files with 7 additions and 22 deletions

View File

@@ -2,21 +2,6 @@
"$schema": "vscode://schemas/color-theme",
"name": "Light High Contrast",
"colors": {
"window.activeBorder": "#0F4A85",
"window.inactiveBorder": "#0F4A85",
"searchEditor.textInputBorder": "#0F4A85",
"peekView.border": "#007ACC",
"peekViewEditor.background": "#ffffff",
"peekViewResult.background": "#ffffff",
"peekViewResult.selectionBackground": "#ffffff",
"peekViewResult.selectionForeground": "#292929",
"peekViewTitleLabel.foreground": "#292929",
"peekViewTitleDescription.foreground": "#292929",
"peekViewResult.fileForeground": "#292929",
"peekViewResult.lineForeground": "#292929",
"extensionIcon.verifiedForeground": "#0F4A85",
"extensionIcon.starForeground": "#0F4A85",
"extensionIcon.preReleaseForeground": "#0F4A85",