dark mode is only enabled in the marimo edit mode, but defaults to light mode when I run as app
How to enable dark mode in the marimo app?
Solution:Jump to solution
if you run
marimo config show
, it prints out where it is. you should include, with your dockerfile a .marimo.toml
file with the contents
...6 Replies
Are you deploying it or this is locally?
It’s a user setting, not an app setting
preconf_analytics
a marimo app
:45]Myles Scolnick: It’s a user setting, not an app setting
Well thats a bit troubling. Then its hard to choose between "blacck" and "white" textSo we grab the config from a .marimo.toml
We don’t document this well - but you can copy your config file inside your dockerfile
marimo config show
(Sorry on my phone)
Hmm. Would the .Marimo toml file be located in the repository that I am using? Im just using a virtual environment, no docker
Solution
if you run
marimo config show
, it prints out where it is. you should include, with your dockerfile a .marimo.toml
file with the contents