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

@@ -41,10 +41,8 @@
"editorGutter.deletedBackground": "#f85149",
"editorGutter.modifiedBackground": "#005FB8",
"editorIndentGuide.background": "#D3D3D3",
"editorInlayHint.background": "#8b949e33",
"editorInlayHint.foreground": "#8b949e",
"editorInlayHint.typeBackground": "#8b949e33",
"editorInlayHint.typeForeground": "#8b949e",
"editorInlayHint.background": "#8b949e1b",
"editorInlayHint.typeBackground": "#8b949e1b",
"editorLineNumber.activeForeground": "#171184",
"editorLineNumber.foreground": "#6e7681",
"editorOverviewRuler.border": "#0000001a",