Dark mode for PymPress as shown on main page #218
-
Hello there. I wanted to ask if there is a way to get the dark mode which is shown on the main page for Windows 10. Currently, can't find an option or settings to set the color. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Ah, it’s actually the “Breeze dark” gtk theme. What you currently have is the adwaita theme, which is by default. Switching that on linux is rather easy, here’s the way to do it on windows:
Here’s what it looks like with the Obscure-Orange theme. In testing this found these 2 stackoverflow questions useful:
|
Beta Was this translation helpful? Give feedback.
-
Hey @Cimbali! Thanks a lot! Will try your answer and reply when I've got the time to test it, but I really appreciate you taking the time to explain and provide links! :) |
Beta Was this translation helpful? Give feedback.
-
I’ve made this answer part of the docs for future reference. I think we can close this issue now (unless it doesn’t work − in which case feel free to reopen). |
Beta Was this translation helpful? Give feedback.
Ah, it’s actually the “Breeze dark” gtk theme. What you currently have is the adwaita theme, which is by default. Switching that on linux is rather easy, here’s the way to do it on windows:
Install a theme
There are 2 locations, either install the theme for all your gtk apps, e.g. in
C:\Users\%USERNAME%\AppData\Local\themes
, or just for pympress, so in%INSTALLDIR%\share\themes
(for me that’sC:\Users\%USERNAME%\AppData\Local\Programs\pympress\share\themes
)Basically pick a theme e.g. from this list and make sure to unpack it in the selected directory, it needs at least
%THEMENAME%\gtk-3.0\gtk.css
and%THEMENAME%\index.theme
, whereTHEMENAME
is the name of the theme.I’ve seen 2 pitfalls: