Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inlay hints in in Night Owl Light are hard to read with little contrast #309

Open
matchai opened this issue Mar 30, 2022 · 1 comment
Open

Comments

@matchai
Copy link

matchai commented Mar 30, 2022

While using Night Owl Light with a strongly typed language that uses inlay type hints, it is difficult to read the types inferred by VS Code.
This can be seen by default in Rust, using rust-analyzer, and can also be seen in JavaScript or TypeScript, when any of the javascript.inlayHints or typescript.inlayHints options are enabled.

Screenshots

CleanShot 2022-03-30 at 16 43 25@2x

@scratchmex
Copy link

add this to your settings

"workbench.colorCustomizations": {
    "[Night Owl Light]": {
        "editorInlayHint.foreground": "#49546a",
        "editorInlayHint.background": "#b5d9d648",
    }
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants