Customize dark mode colors #39564
Replies: 1 comment 4 replies
-
|
Yes, you can customize dark mode colors from your To enable dark mode with custom colors, add something like this: THEME = {
"algorithm": "dark",
"token": {
"colorPrimary": "#2893B3",
"colorError": "#e04355",
"colorWarning": "#fcc700",
"colorSuccess": "#5ac189",
"colorInfo": "#66bcfe",
}
}The A couple of useful feature flags you can also enable in your config [3]:
One tip: if your changes don't seem to take effect, clear the To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Good morning, is it possible to customize the colors of the dark mode across the entire interface from the config.py file?
Beta Was this translation helpful? Give feedback.
All reactions