night-owl-vscode-theme
night-owl-vscode-theme copied to clipboard
feat: inlay hint colors for dark themes
Better colors for built-in editor inlay hints. They stand out waaaaay too much by default.
Original:
This PR:
Adding the following to your settings.json replicates this PR:
"workbench.colorCustomizations": {
"[Night Owl]": {
"editorInlayHint.foreground": "#829D9D",
"editorInlayHint.background": "#0000"
}
},