标题: 更改SumatraPDF前景背景色
https://scz.617.cn/misc/202409101010.txt
Q:
SumatraPDF阅读EPUB时,如何更改页面的前景、背景色?默认是白底黑字,有些刺眼, 我想改成黑底灰字。
A:
左上角三道杠->设置->高级选项,实际就是打开当前目录下的配置文件
X:\path\SumatraPDF-settings.txt
完全可以直接notepad编辑上述文件,修改其中这两个字段
TextColor = #000000 BackgroundColor = #ffffff
这是#rrggbb格式,Win10自带画图,其"编辑颜色"可所见即所得式获取RGB值。在线 工具很多,比如
https://galactic.ink/sphere/
黑底白字对应
TextColor = #ffffff BackgroundColor = #000000
黑底灰字对应
TextColor = #c0c0c0 BackgroundColor = #000000