-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make primary color (navigation hightlight, section titles) configurable #138
Comments
I'm a fan of both ideas. I do think the purple is a bit opinionated for a default color (I'd go with something like a nice blue myself) |
Been thinking about this, I think we have these options:
My gut preference goes to solution 1. We can provide fallback styling (probably the default themed style?) which is what IE11 browsers will display. All other modern browsers see the beautiful themed documentation website. Any thoughts to add these options? |
Yes, if the "no IE11 support" means that in IE11 the customized colors are not shown but for the rest it still displays correctly with some default colors, I am totally fine with not supporting IE11 on this aspect. |
I'm also fine not supporting IE11 - this may be an assumption, but my guess is that the kind of user that is programming in python is not the kind of user that generally uses IE11... |
We are about to release v0.9 and I think the current implementation of color variables covers this issue (https://github.com/pydata/pydata-sphinx-theme/blob/main/src/pydata_sphinx_theme/assets/styles/variables/_color.scss) Can we consider this one solved ? |
Yep, I think this is now resolved! |
Currently we are using a "dark shade of blue-magenta" (according to google :)) for certain elements in the theme:
I think historically we started using it for the active navigation links for the pandas docs because this is the "dark purple" of the pandas logo, to have it match with the logo / general pandas style.
(although it seems now it is actually a slight variant, it's not the exact same color (#150458 vs #130654), although not really a visible difference)
I think it might make sense to:
cc @hoetmaaiers @choldgraf
The text was updated successfully, but these errors were encountered: