mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.03k stars 49 forks source link

Default color of chinese character seems light #56

Closed Serenade600 closed 2 years ago

Serenade600 commented 3 years ago

The default color of chinese character on the left editor seems too light to easily recognise. Is there some way to change its color as the right preview part does?

light_font

Serenade600 commented 3 years ago

On Win10. The latest version of panwriter.

mb21 commented 3 years ago

Can you post the text you have in the screenshot as text here?

Serenade600 commented 3 years ago

Here you go.

Text

This is a text. 这里是中文。

mb21 commented 3 years ago

Thanks! hm.. cannot reproduce this on macOS 11.2.3

image

My best guess is that the font or the font rendering is different on Windows. But I'm neither very familiar with Chinese nor Windows 😅

If you know a bit of CSS, perhaps you can fix it by opening View menu -> Toggle Developer Tools and set a different font-family or other CSS property..?

(I'll also try to merge the ts branch soon, which includes an updated version of Electron... but not sure that would fix it..)

mb21 commented 2 years ago

I just tried the newest PanWriter release and this seems to have been fixed.

image