jdinhify / vscode-theme-gruvbox

Gruvbox theme for vscode based on https://github.com/morhetz/gruvbox
https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox
MIT License
267 stars 63 forks source link

Improve inlayHints colors #73

Closed shenghui0779 closed 1 year ago

shenghui0779 commented 1 year ago
shenghui0779 commented 1 year ago

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