Skip to content
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
wants to merge 34 commits into
base: master
from

Some small changes

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

First draft of dark theme #44

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

Workflow runs completed with no jobs

You can’t perform that action at this time.