aniervs / GraderMock

This is a project to complete live during a programming class, where some assignments are to solve issues. This project mocks a system from standard programming competitions (I/O checks, and AC,WA,MLE,TLE,RTE verdicts)
0 stars 2 forks source link

Automatic Dark theme #15

Open aniervs opened 7 months ago

aniervs commented 7 months ago

Implement dark theme automatically:

If the browser is in dark mode, then our app should use the dark mode If the browser is in light mode, then our app should use the light mode

Notice that for the code input, we can set any theme from many options given in the streamlit_ace component.

KarinaGanieva-sl commented 7 months ago

https://discuss.streamlit.io/t/how-to-change-theme-at-runtime-without-the-hamburger-menu/28444 - no way to change theme dynamically in the code

Also this issue is already implemented by default settings of streamlit