0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Tweak Peek view colors

This commit is contained in:
Kristi 2019-11-01 10:48:58 -04:00
parent 8d4d4e75fc
commit cbaf8697a5
3 changed files with 18 additions and 12 deletions

View file

@ -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

View file

@ -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",

View file

@ -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",