From bd6c45a374b90669f913873edf413a9099f948ca Mon Sep 17 00:00:00 2001 From: Nari Lee Date: Sat, 26 Aug 2023 00:29:18 +0900 Subject: [PATCH] improve editor's peek view color to match Webstorm --- themes/new-dark-theme.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/themes/new-dark-theme.json b/themes/new-dark-theme.json index fa674c5..f20a95f 100644 --- a/themes/new-dark-theme.json +++ b/themes/new-dark-theme.json @@ -166,7 +166,20 @@ "textLink.activeForeground": "#57C7FE", "settings.numberInputBackground": "#292929", - "settings.textInputBackground": "#292929" + "settings.textInputBackground": "#292929", + + "peekView.border": "#292929", + "peekViewEditor.background": "#46484a", + "peekViewEditor.matchHighlightBackground": "#32593d", + "peekViewResult.background": "#3c3f41", + "peekViewResult.fileForeground": "#bbbbbb", + "peekViewResult.lineForeground": "#bdc0c9", + "peekViewResult.matchHighlightBackground": "#32593d", + "peekViewResult.selectionBackground": "#2f65ca", + "peekViewResult.selectionForeground": "#ffffff", + "peekViewTitle.background": "#3c3f41", + "peekViewTitleLabel.foreground": "#bbbbbb", + "peekViewTitleDescription.foreground": "#787878" }, "semanticHighlighting": true, "semanticTokenColors": {