Skip to content

Commit

Permalink
improve editor's peek view color to match Webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
eenaree committed Aug 25, 2023
1 parent 1b3ef39 commit bd6c45a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion themes/new-dark-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bd6c45a

Please sign in to comment.