diff --git a/CHANGELOG.md b/CHANGELOG.md index 514eabf..186d9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## 0.3.8 +`2019-11-1` +- Tweak Peek view colors + ## 0.3.7 `2019-10-30` - Fix CSS punctuation in certain situations diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 15e19c7..0d49399 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -167,17 +167,18 @@ "editorLightBulb.foreground": "#e0af68", "editorLightBulbAutoFix.foreground": "#e0af68", - "peekView.border": "#101013", + "peekView.border": "#101014", "peekViewEditor.background": "#16161e", - "peekViewEditor.matchHighlightBackground": "#48658a33", - "peekViewTitle.background": "#16161e", - "peekViewTitleLabel.foreground": "#787c99", + "peekViewEditor.matchHighlightBackground": "#3d59a166", + "peekViewTitle.background": "#101014", + "peekViewTitleLabel.foreground": "#a9b1d6", "peekViewTitleDescription.foreground": "#787c99", - "peekViewResult.background": "#16161e", + "peekViewResult.background": "#101014", "peekViewResult.selectionForeground": "#a9b1d6", + "peekViewResult.selectionBackground": "#3d59a133", "peekViewResult.lineForeground": "#a9b1d6", "peekViewResult.fileForeground": "#787c99", - "peekViewResult.matchHighlightBackground": "#48658a33", + "peekViewResult.matchHighlightBackground": "#3d59a166", "diffEditor.insertedTextBackground": "#41a6b515", "diffEditor.removedTextBackground": "#db4b4b22", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index f5d37ea..f684379 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -167,17 +167,18 @@ "editorLightBulb.foreground": "#e0af68", "editorLightBulbAutoFix.foreground": "#e0af68", - "peekView.border": "#101013", + "peekView.border": "#1b1e2e", "peekViewEditor.background": "#1f2335", - "peekViewEditor.matchHighlightBackground": "#48658a33", - "peekViewTitle.background": "#1f2335", - "peekViewTitleLabel.foreground": "#7982a9", + "peekViewEditor.matchHighlightBackground": "#3d59a166", + "peekViewTitle.background": "#1b1e2e", + "peekViewTitleLabel.foreground": "#a9b1d6", "peekViewTitleDescription.foreground": "#7982a9", - "peekViewResult.background": "#1f2335", + "peekViewResult.background": "#1b1e2e", "peekViewResult.selectionForeground": "#a9b1d6", + "peekViewResult.selectionBackground": "#3d59a133", "peekViewResult.lineForeground": "#a9b1d6", "peekViewResult.fileForeground": "#7982a9", - "peekViewResult.matchHighlightBackground": "#48658a33", + "peekViewResult.matchHighlightBackground": "#3d59a166", "diffEditor.insertedTextBackground": "#41a6b515", "diffEditor.removedTextBackground": "#db4b4b22",