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