-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
editoryInlayHint.foreground/background
doesn't apply when extension is enabled
#400
Comments
Hey 👋, Thanks for raising this. I'm running VSCode v1.92.0 with Catppuccin v3.15.0 and I can confirm that I can reproduce this issue. Interestingly, I'm able to workaround this by targeting the
"catppuccin.customUIColors": {
"latte": {
"editorInlayHint.parameterBackground": "red",
"editorInlayHint.parameterForeground": "crust",
"editorInlayHint.typeBackground": "pink",
"editorInlayHint.typeForeground": "crust",
}
}, I'll need to investigate further to find out why the normal |
editoryInlayHint.foreground/background
doesn't apply when extension is enabled
Hey again 👋, The Catppuccin theme defines the following keys: vscode/packages/catppuccin-vsc/src/theme/uiColors.ts Lines 181 to 186 in 39e26a0
"catppuccin.customUIColors": {
"all": {
"editorInlayHint.foreground": "#000000",
"editorInlayHint.background": "#ffffff",
"editorInlayHint.parameterForeground": "#ffffff",
"editorInlayHint.parameterBackground": "#000000",
"editorInlayHint.typeForeground": "#ffffff",
"editorInlayHint.typeBackground": "#000000",
}
}, I'll be closing this issue now as it's not necessarily a bug. I think it might be worth looking into ways on "unsetting" the key to avoid duplication but I'll raise another issue for to investigate that, should we want that behaviour. |
I'm not sure if I have done something wrong, but it seems the color for inlay hint didn't take effect, in contrast to built-in themes.
Settings for theme Macchiato(one of the setting is useful, though):
Settings for built-in theme:
The text was updated successfully, but these errors were encountered: