PhilippGrashoff opened a new issue, #34503: URL: https://github.com/apache/superset/issues/34503
## Screenshot  ## Description I've overwritten both primary and secondary colors in config.py THEME_OVERRIDES: ``` THEME_OVERRIDES = { "borderRadius": 4, "colors": { "primary": { "base": '#D4004A', "dark1": '#b5003f', "dark2": '#920033', "light1": '#dc0952', "light2": '#ffd9cd', "light3": '#ffd9cd', "light4": '#ffd9cd', "light5": '#ffd9cd' }, "secondary": { "base": '#D4004A', "dark1": '#b5003f', "dark2": '#920033', "light1": '#dc0952', "light2": '#ffd9cd', "light3": '#ffd9cd', "light4": '#ffd9cd', "light5": '#ffd9cd' }, "grayscale": { "base": '#485057' } } } ``` (Yes, I know this override isn't perfectly logic yet - still am in the stage of figuring which color is used where). Despite overwriting the primary base blue (#20A7C9), it is still widely used in the UI (see screenshot). I refreshed the Dashboard using CRTL + F5 to ensure it's not some client caching issue. I read this article: https://preset.io/blog/theming-superset-progress-update/ Even in there, the primary blue is not used everywhere (https://images.ctfassets.net/ykljvmtfxwdz/1E7cwNkQlPP9lw0NBw6DSw/b130be08281e3cdfbcf0b6cca39f38c8/Red_theme.png) Is there a simple way to completely overwrite the primary base color in 4.1.x, or is this a known issue? -- 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]
