mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Tweak Peek view colors
This commit is contained in:
parent
8d4d4e75fc
commit
cbaf8697a5
3 changed files with 18 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue