osc-dl icon indicating copy to clipboard operation
osc-dl copied to clipboard

Theme options, save theme preference and oscdark enhancements

Open pavlidvg opened this issue 2 years ago • 2 comments
trafficstars

Adds support for switching back to the System Default after enabling dark mode, as well as saving the user preference for the next startup.

2 small changes were also made to the dark theme, for improved readability. Links are now a light blue shade (similar to discord or JetBrains links on dark mode). The 'Download' dialog is now correctly dark. after before

A few new code snippets are missing comments. It is because I am already working on a pull request that slightly changes them and adds proper documentation.

pavlidvg avatar Jan 25 '23 11:01 pavlidvg

New commits should correctly implement theme file loading on dev and frozen, using resource_path correctly. Also, @dhtdht020 was right, the program path join was unnecessary, I previously misunderstood the resource_path function

pavlidvg avatar Feb 10 '23 11:02 pavlidvg

Sorry for the long wait, will look at this again in the coming days.

dhtdht020 avatar Mar 13 '23 23:03 dhtdht020