SupersetOdT commented on issue #34824:
URL: https://github.com/apache/superset/issues/34824#issuecomment-3217023579
OK great! It works!
Here is my config that works:
THEME_DEFAULT = {
"token": {
"colorPrimary": "#2893B3",
"colorSuccess": "#5ac189",
"colorWarning": "#fcc700",
"colorError": "#e04355",
"fontFamily": "'Inter', Helvetica, Arial",
"brandLogoUrl" : "/static/assets/images/logo_odt.svg",
# ... other tokens
},
# ... other theme properties
}
Here is the one to be removed because it no longer has an effect starting
with v6.0.0rc1:
# APP_ICON =
Nice evolution that allows to structure the customization of the theme in
the config !!
Is it possible to update the docu?
https://github.com/apache/superset/blob/6.0/superset/config.py
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]