supports with dark theme?
See original GitHub issueHi, thanks for your awesome work. I love it
I didn’t use every features of pandasgui
yet. but i’ll try.
And maybe I expect myself to write very basic tutorial for my students.
but there’s few suggestion for this project.
- it’s good to see this in colab.
- when pandasgui didn’t work in colab. i tried to use it on jupyter lab. (and it worked !) however as my local pc has dark theme. it didn’t work properly.
Here are my environments
- macOS catalina
python
version 3.8.3pandasgui
version 0.2.7pandas
version 1.1.2
thanks again.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Dark Mode, Dark Theme: Adding Support to Your Application
This basically instructs Android OS to change application colors to a dark theme, making guesses about what those colors should be. In the...
Read more >Dark theme - Android Developers
Support Dark theme in your app. Themes and styles; Change themes in-app. Force Dark. Disable Force Dark on a view. Web content; Best...
Read more >prefers-color-scheme - CSS: Cascading Style Sheets | MDN
The prefers-color-scheme CSS media feature is used to detect if a user has requested light or dark color themes.
Read more >Supporting Dark themes in Android | by Baljeet Singh
Now as we have enabled dark theme in our app. We will now learn how we can change default colours and other components...
Read more >Dark Mode to Change Color Schemes and CSS Properties
Dark Mode. Ionic makes it easy to change the themes of your app, including supporting dark color schemes. With growing support for 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
Unfortunately I’ll never be able to support Colab since it runs on a remote server and cannot run any realtime graphical frameworks like PyQt.
I’m working on adding a dark theme and will probably publish it in the next 2 weeks.
Just added a line to create that dir if it doesn’t exist, can you check if it works now