Open alikleit opened 1 month ago
Hi @alikleit ,
thank you for reporting your issue. Nevertheless, the dark mode does not mean a report with black background is going to be generated.
Dark_mode stands for using the bootstrap 'flatly' theme (https://bootswatch.com/flatly/), which in this case and based upon Ydata-profiling code base, only the headers are expected to change in colors.
The theme dark does not exist. Instead bootstrap themes should be considered - https://docs.profiling.ydata.ai/latest/features/custom_reports/#customizing-the-reports-theme.
I'll assume this is a feature request. Nevertheless we won't be prioritizing it for the time being, unless it gets upvoted by the community.
Current Behaviour
dark_mode=True
only applies to the header, setting config theme to dark breaks the htmlExpected Behaviour
background and components to be dark, with font-color to be white
Data Description
Code that reproduces the bug
pandas-profiling version
v4.10.0
Dependencies
OS
Ubunto (WSL)
Checklist