vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Font ghosting when in pre-edit mode

Open Yuuzi261 opened this issue 5 months ago • 1 comments

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.

  • Traditional Chinese (Catppuccin Mocha), ASUS Smart IME image

  • Traditional Chinese (other theme, Tokyo Night for example), ASUS Smart IME image

  • Japanese (Catppuccin Mocha), Microsoft Japanese IME image

  • Japanese (other theme, Tokyo Night for example), Microsoft Japanese IME image

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

Yuuzi261 avatar Sep 06 '24 14:09 Yuuzi261