mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Update inlay hint colors (#186658)
* Update inlay hints colors * Update new themes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user