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
First draft of dark theme #44
Open
+412
−193
Some small changes
8083d83
Select commit
ab1277b
First draft of dark theme.
septatrix 2fac50b
Use hex color shorthand in pydoctheme-default.css
septatrix d81172d
Revert default pygments_style
septatrix f878006
Merge branch 'dark-theme' of github.com:septatrix/python-docs-theme i…
septatrix 0451824
Update multiple styles
septatrix 271c783
Use sphinx auxiliary pygments themes
septatrix 2191edf
Add dark scrollbars
septatrix caf835a
Add dark style for more elements
septatrix dd1d265
Add dark inputs and search highlights
septatrix 49b9daa
Add div.sidebar styles (e.g. asyncio)
septatrix 8b74354
Add experimental theme toggle
septatrix 088d345
Use new sphinx dark theme configuration
septatrix f38de79
Fix stylesheet dynamic path
septatrix c57da51
Fix theme filename
septatrix 6e250b7
Fix pathto call and theme toggle button
septatrix 810109b
Rename stylesheets
septatrix 03802d2
Add renamed stylesheets
septatrix 439ac4b
Fix theme toggle logic
septatrix 9c18b35
Fix syntax error
septatrix 4d8894b
Fix toggle button styles
septatrix 9da080a
Add clearfix to top header
septatrix c6eb6aa
Add cookie persistence
septatrix 786cce5
Fix cookie typo
septatrix 4b145bf
Update accordingly with upstream changes
septatrix 94a5679
Revert unnecessary change
septatrix 2eeb713
Revert false deletion of stylesheet link
septatrix 2f04f0e
Add missing styles
septatrix 4ccabda
Make font color a bit more muted
septatrix b4aaa82
Improve contrast for scrollbar
septatrix 17848ca
Change constrast to reduce eye strain
septatrix 069ac41
Use localStorage instead of cookies
septatrix c3707e9
Add forceDark and auto mode to themetoggle
septatrix 3d6cffa
Remove most flickering when switching
septatrix 8083d83
Some small changes
septatrix
Open
First draft of dark theme #44
Some small changes
Feb 5, 2020
Feb 11, 2020
Feb 12, 2020
Feb 12, 2020
Feb 12, 2020
Feb 12, 2020
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Feb 14, 2020
Feb 19, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 15, 2020
Mar 15, 2020
Mar 15, 2020
Mar 19, 2020
Mar 19, 2020
Mar 30, 2020
Apr 4, 2020
Apr 4, 2020
Apr 4, 2020
Apr 4, 2020
Apr 21, 2020
8083d83
Select commit
ab1277b
First draft of dark theme.
septatrix 2fac50b
Use hex color shorthand in pydoctheme-default.css
septatrix d81172d
Revert default pygments_style
septatrix f878006
Merge branch 'dark-theme' of github.com:septatrix/python-docs-theme i…
septatrix 0451824
Update multiple styles
septatrix 271c783
Use sphinx auxiliary pygments themes
septatrix 2191edf
Add dark scrollbars
septatrix caf835a
Add dark style for more elements
septatrix dd1d265
Add dark inputs and search highlights
septatrix 49b9daa
Add div.sidebar styles (e.g. asyncio)
septatrix 8b74354
Add experimental theme toggle
septatrix 088d345
Use new sphinx dark theme configuration
septatrix f38de79
Fix stylesheet dynamic path
septatrix c57da51
Fix theme filename
septatrix 6e250b7
Fix pathto call and theme toggle button
septatrix 810109b
Rename stylesheets
septatrix 03802d2
Add renamed stylesheets
septatrix 439ac4b
Fix theme toggle logic
septatrix 9c18b35
Fix syntax error
septatrix 4d8894b
Fix toggle button styles
septatrix 9da080a
Add clearfix to top header
septatrix c6eb6aa
Add cookie persistence
septatrix 786cce5
Fix cookie typo
septatrix 4b145bf
Update accordingly with upstream changes
septatrix 94a5679
Revert unnecessary change
septatrix 2eeb713
Revert false deletion of stylesheet link
septatrix 2f04f0e
Add missing styles
septatrix 4ccabda
Make font color a bit more muted
septatrix b4aaa82
Improve contrast for scrollbar
septatrix 17848ca
Change constrast to reduce eye strain
septatrix 069ac41
Use localStorage instead of cookies
septatrix c3707e9
Add forceDark and auto mode to themetoggle
septatrix 3d6cffa
Remove most flickering when switching
septatrix 8083d83
Some small changes
septatrix