Can i set the dark theme in Streamlit?

I tried to apply the dark theme in my (private) space,
using Streamlit configuration.

I created the config.toml file with the following content:

[theme]
base="dark"

But the space doesn’t update the theme.

Is it possible to change the theme? Do you have any suggestions?