CSSG-Labs / PyNote

Text Editor Written in Python
GNU General Public License v3.0
3 stars 4 forks source link

Integrate Themes via Menu Bar #6

Open PatrickBruso opened 1 year ago

PatrickBruso commented 1 year ago

Custom Tkinter is a python UI-library based on Tkinter, which provides new, modern and fully customizable widgets. We need to update our application to use custom tkinter so that our application has a more modern feel.

PatrickBruso commented 1 year ago

I am going to attempt to integrate some themes, probably using the sv_ttk library, by adding a menubar item. I will then let the user decide between a "light" theme and a "dark" theme.