maximalmaxx / clipboardy

Clipboardy is a user-friendly clipboard management application made by the community. This is the first open-source Programm I've released, so constructive feedback is always welcome.
https://maximalmaxx.github.io/clipboardy/
MIT License
4 stars 2 forks source link

GOOD FIRST ISSUE: Setting to change color appearance #5

Closed maximalmaxx closed 3 weeks ago

maximalmaxx commented 1 month ago

Description CutsomTkinter already includes the appearance presets (blue, dark-blue, green), so it would be useful for the user to be able to choose between these to further customize thier copy of Clipboardy.

Usecases Would be useful for people that might not be able to see certain colors very well and want to change to blue or green mode, which will change the buttons and switches color.

What to do -Add a ComboBox (drop down) to the appearance section of the settings window -Add three options (blue, dark-blue, green) -Implement a load/save function that can load and apply as well as save the chosen color setting

Thanks for your help, maximalmaxx