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

Improve inlayHints colors #73

Closed
shenghui0779 opened this issue Jan 5, 2023 · 1 comment
Closed

Improve inlayHints colors #73

shenghui0779 opened this issue Jan 5, 2023 · 1 comment

Comments

@shenghui0779
Copy link

shenghui0779 commented Jan 5, 2023

  • Theme Gruvbox Light

image

  • Theme Atom One Light

image

@shenghui0779
Copy link
Author

shenghui0779 commented Jan 6, 2023

This is my custom color:

{
    "workbench.colorCustomizations": {
        "[Gruvbox Light Hard]": {
            "editorInlayHint.foreground": "#999999",
            "editorInlayHint.background": "#00000000",
            "editorInlayHint.typeForeground": "#999999",
            "editorInlayHint.typeBackground": "#00000000",
            "editorInlayHint.parameterForeground": "#999999",
            "editorInlayHint.parameterBackground": "#00000000"
        }
    }
}

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

1 participant