SupersetOdT commented on issue #34824:
URL: https://github.com/apache/superset/issues/34824#issuecomment-3494092712

   Just add it in the "dark theme" section of the config.py file. 
   
   THEME_DARK = {
     "token": {
         "colorPrimary": "#4d9aff",
         "colorSuccess": "#4caf50",
         "colorWarning": "#ffb74d",
         "colorError": "#f44336",
         "fontFamily": "'Inter', Helvetica, Arial",
         **"brandLogoUrl" : "/static/assets/images/dark_logo_odt.svg",**
       },
       "algorithm": "dark",
     }
   
   Personally, I find it interesting to have the choice of adapting or not the 
colors of the logo according to the theme. My logo uses dark gray (on the 
'light' theme) which becomes almost invisible in the dark theme. I can 
therefore adapt the colors of the logo to the theme in order to make it more 
apparent. 


-- 
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]

Reply via email to