-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
71 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
@homepageURL https://github.com/maximilionus/python_docs_dark | ||
@updateURL https://github.com/maximilionus/python_docs_dark/raw/master/python_docs_dark.user.css | ||
@license MIT | ||
@version 2.3.0 | ||
@version 2.4.0 | ||
@description Dark theme for python documentation pages | ||
@author maximilionus <[email protected]> | ||
==/UserStyle== */ | ||
|
@@ -48,6 +48,10 @@ | |
border-color: var(--background-dark); | ||
} | ||
|
||
.warning code { | ||
background-color: var(--background-dark); | ||
} | ||
|
||
div#sidebarbutton { | ||
color: #6d6d6d !important; | ||
background-color: var(--background-light) !important; | ||
|
@@ -64,6 +68,10 @@ | |
border: 1px solid #272727; | ||
} | ||
|
||
input:focus { | ||
outline: solid var(--text-normal) 2px; | ||
} | ||
|
||
form.inline-search input, | ||
div.sphinxsidebar input { | ||
border: 1px solid #272727; | ||
|
@@ -231,13 +239,17 @@ | |
} | ||
|
||
.highlight .nd { | ||
color: #ffc4c4; | ||
color: #ff8c77; | ||
} | ||
|
||
.highlight .k { | ||
color: #34b75a; | ||
} | ||
|
||
.highlight .kc { | ||
color: #7ec27e; | ||
} | ||
|
||
.highlight .kt { | ||
color: #e6572e; | ||
} | ||
|
@@ -274,6 +286,10 @@ | |
color: #a6d2ff; | ||
} | ||
|
||
.highlight .sa { | ||
color: #f7ef77; | ||
} | ||
|
||
.highlight .se { | ||
color: #f3a68f; | ||
} | ||
|
@@ -282,10 +298,18 @@ | |
color: #5b9de0; | ||
} | ||
|
||
.highlight .si { | ||
color: #d66794; | ||
} | ||
|
||
.highlight .nt { | ||
color: #e64a7d; | ||
} | ||
|
||
.highlight .m { | ||
color: var(--text-light); | ||
} | ||
|
||
.highlight .mi { | ||
color: #34c17b; | ||
} | ||
|
@@ -327,14 +351,10 @@ | |
} | ||
|
||
.highlight .gp { | ||
color: #8ac98a; | ||
color: #8ac7c9; | ||
} | ||
|
||
.highlight .na { | ||
color: #508fce; | ||
} | ||
|
||
.warning code { | ||
background-color: var(--background-dark); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
@homepageURL https://github.com/maximilionus/python_docs_dark | ||
@updateURL https://github.com/maximilionus/python_docs_dark/raw/master/python_docs_dark_adaptive.user.css | ||
@license MIT | ||
@version 2.3.0 | ||
@version 2.4.0 | ||
@description Dark theme for python documentation pages, activation depends on selected web browser color scheme | ||
@author maximilionus <[email protected]> | ||
==/UserStyle== */ | ||
|
@@ -49,6 +49,10 @@ | |
border-color: var(--background-dark); | ||
} | ||
|
||
.warning code { | ||
background-color: var(--background-dark); | ||
} | ||
|
||
div#sidebarbutton { | ||
color: #6d6d6d !important; | ||
background-color: var(--background-light) !important; | ||
|
@@ -65,6 +69,10 @@ | |
border: 1px solid #272727; | ||
} | ||
|
||
input:focus { | ||
outline: solid var(--text-normal) 2px; | ||
} | ||
|
||
form.inline-search input, | ||
div.sphinxsidebar input { | ||
border: 1px solid #272727; | ||
|
@@ -232,13 +240,17 @@ | |
} | ||
|
||
.highlight .nd { | ||
color: #ffc4c4; | ||
color: #ff8c77; | ||
} | ||
|
||
.highlight .k { | ||
color: #34b75a; | ||
} | ||
|
||
.highlight .kc { | ||
color: #7ec27e; | ||
} | ||
|
||
.highlight .kt { | ||
color: #e6572e; | ||
} | ||
|
@@ -275,6 +287,10 @@ | |
color: #a6d2ff; | ||
} | ||
|
||
.highlight .sa { | ||
color: #f7ef77; | ||
} | ||
|
||
.highlight .se { | ||
color: #f3a68f; | ||
} | ||
|
@@ -283,10 +299,18 @@ | |
color: #5b9de0; | ||
} | ||
|
||
.highlight .si { | ||
color: #d66794; | ||
} | ||
|
||
.highlight .nt { | ||
color: #e64a7d; | ||
} | ||
|
||
.highlight .m { | ||
color: var(--text-light); | ||
} | ||
|
||
.highlight .mi { | ||
color: #34c17b; | ||
} | ||
|
@@ -328,15 +352,11 @@ | |
} | ||
|
||
.highlight .gp { | ||
color: #8ac98a; | ||
color: #8ac7c9; | ||
} | ||
|
||
.highlight .na { | ||
color: #508fce; | ||
} | ||
|
||
.warning code { | ||
background-color: var(--background-dark); | ||
} | ||
} | ||
} |