Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] PyQtDarkTheme is broken #40

Open
benjaminwp18 opened this issue Jul 11, 2024 · 1 comment
Open

[BUG] PyQtDarkTheme is broken #40

benjaminwp18 opened this issue Jul 11, 2024 · 1 comment
Labels
good first issue Good for newcomers
Milestone

Comments

@benjaminwp18
Copy link
Contributor

Describe the bug

PyQtDarkTheme is broken in Python 3.12. To make our GUI work in 3.12, it was removed. Now the GUI follows your system default theme on Ubuntu (i.e. if you pick dark theme in system settings, the GUI will be in dark mode).

Possible Solutions

  1. Make our own fork of PyQtDarkTheme (the owner of the original repo is MIA)
  2. Find another pre-made dark/light theme
  3. Write our own themes from scratch
@benjaminwp18 benjaminwp18 added this to the Preseason milestone Jul 11, 2024
@benjaminwp18
Copy link
Contributor Author

Remember to add whatever Python deps are necessary to pyproject.toml and the GUI README

i.e.

pip install pyqtdarktheme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant