notepad-- icon indicating copy to clipboard operation
notepad-- copied to clipboard

文字配色有问题

Open NimbuSHh opened this issue 3 years ago • 2 comments

文字配色好像有问题

image

NimbuSHh avatar Jan 30 '23 08:01 NimbuSHh

版本如下:Mac 12.6 image

NimbuSHh avatar Jan 30 '23 08:01 NimbuSHh

深色模式,../Contents/info.plist配置文件节点加上:

<key>NSRequiresAquaSystemAppearance</key>
<true/>

即可不受系统设置深色模式的影响。

我后续把NDD深色为不可深色。

cxasm avatar Jan 31 '23 14:01 cxasm