Update inlay hint colors (#186658)

* Update inlay hints colors

* Update new themes
This commit is contained in:
David Dossett
2023-06-29 12:49:50 -07:00
committed by GitHub
parent 6314fae1a3
commit a3231fc857
3 changed files with 6 additions and 10 deletions

View File

@@ -40,10 +40,8 @@
"editorGutter.addedBackground": "#2ea043",
"editorGutter.deletedBackground": "#f85149",
"editorGutter.modifiedBackground": "#0078d4",
"editorInlayHint.background": "#8b949e33",
"editorInlayHint.foreground": "#8b949e",
"editorInlayHint.typeBackground": "#8b949e33",
"editorInlayHint.typeForeground": "#8b949e",
"editorInlayHint.background": "#8b949e1b",
"editorInlayHint.typeBackground": "#8b949e1b",
"editorLineNumber.activeForeground": "#cccccc",
"editorLineNumber.foreground": "#6e7681",
"editorOverviewRuler.border": "#010409",