catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack
MIT License
1.33k stars 48 forks source link

Font ghosting when in pre-edit mode #434

Open Yuuzi261 opened 1 week ago

Yuuzi261 commented 1 week ago

Hi, thank you for creating this good looking theme. But I have noticed that when I input Chinese or Japanese characters using IME with pre-edit mode, there is a font ghosting effect under this theme. Although it generally does not affect usage, it negatively impacts the experience when writing documents in these specific languages.

settings.json (part)

{
    ...
    "editor.semanticHighlighting.enabled": true,
    "terminal.integrated.minimumContrastRatio": 1,
    "window.titleBarStyle": "custom",
    "catppuccin.accentColor": "blue",
    ...
}

OS: Windows 11, 23H2 VSCode: August 2024 (version 1.93) Catppuccin for VSCode: v3.15.2

backwardspy commented 1 week ago

hey, thanks for raising this!

i am able to replicate the issue, and can confirm that it seems to only happen with our theme. it's not immediately obvious to me which part(s) of a vscode theme are responsible for this appearance. will require some more investigation to find a fix.