Missing dark theme support
See original GitHub issueWhen using a dark theme PP won’t adapt to it. It would be cool to support custom colors for icons, fonts diagrams and backgrounds.
Current open issues:
- Embedded HTML pie charts should use light/dark CSS
- color of text in diagram legend does not change
- charts still have white background - for example when displayed on the dashboard
- monthly / yearly returns table looses the colored background when in dark mode
- currency diagrams use black color for data series - not visible in dark mode
- Money Trail Tooltip
- Preferences in light mode have grey bars
- highlight colors in tables (for example if the trade is open)
- check use of
org.eclipse.swt.display.useSystemTheme
If you find more issues, post screenshots to this issue.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Dark mode and theme lost on some devices
Dark mode and theme lost on some devices. How do I fix my themes and dark more on the devices that are not...
Read more >Google Assistant Dark Mode has disappeared
- Once updated, launch the Google app. - Tap on More > Settings. - Go to General and scroll down > Theme option....
Read more >[Update: Fix] Gmail dark theme missing for some on Android
I am using OnePlus 7 Pro and since this morning 2/2/20 my dark theme is gone! Tried uninstalling updates and reinstalling updates and...
Read more >Facebook dark mode missing? Here's the fix for Android and iOS
Facebook says it's restored dark mode in its mobile apps, but some users still aren't seeing it.
Read more >subscribe.min.css missing classes for “dark” theme
In the latest couple releases, the “dark” theme of the subscribe shortcode is broken because the subscribe.min.css file is missing all the dark...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like this issue is about Dark Mode which does exists now, except that a “use system theme” option is missing. Would appreciate this to be added.
If you want to help styling the dark theme of PP, then this is a good introductory article: https://www.vogella.com/tutorials/Eclipse4CSS/article.html
SWT uses CSS files to style the components, but in the end it is a custom implementation, not HTML. Therefore the behavior is not always really predictable. There are lots of custom properties starting with “swt-”. With a little bit of trial and error I was able to create the result above.