|
|
|
|
|
by puika
967 days ago
|
|
this is my "dark mode" via advanced options, e.g. warmer page and dark background: MainWindowBackground = #191919
FixedPageUI [
TextColor = #282828
BackgroundColor = #ebdbb2
SelectionColor = #2d938f
...
]
what I have been doing so far is switch between other modes with autohotkey by overwriting `SumatraPDF-settings.txt`. I'd share the little script but it suddenly broke a while back |
|