-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark-python-docs.user.css
More file actions
107 lines (106 loc) · 2.45 KB
/
Copy pathdark-python-docs.user.css
File metadata and controls
107 lines (106 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/* ==UserStyle==
@name Dark Python Docs
@description Dark theme for Python Docs.
@namespace https://github.com/Maurin3
@version 1.0.5
@author Maurin3
@homepageURL https://github.com/Maurin3/Userstyles
@supportURL https://github.com/Maurin3/Userstyles/issues
@updateURL https://raw.githubusercontent.com/Maurin3/Userstyles/master/dark-python-docs.user.css
@preprocessor stylus
==/UserStyle== */
@-moz-document url-prefix("https://docs.python.org/"){
html, body{
background-color: #222222;
color: #FFFFFF;
}
.related, .related a {
background-color: #222222 !important;
color: #FFFFFF !important;
}
.sphinxsidebar, .sphinxsidebar a {
background-color: #333333 !important;
color: #FFFFFF !important;
}
.sphinxsidebar h4,.sphinxsidebar h3, .sphinxsidebar li{
color: #CCCCCC !important;
}
.bodywrapper, .body, .document{
background-color: #222222 !important;
color: #FFFFFF !important;
}
.body h1, .body h2, .body h3, .body h4{
background-color: #222222 !important;
color: #CCCCCC !important;
}
code.docutils, .admonition{
background-color: #4a4a4a !important;
color: #CCCCCC !important;
}
.admonition.warning{
background-color: #532828 !important;
color: #CCCCCC !important;
}
.admonition.note{
background-color: #284053 !important;
color: #CCCCCC !important;
}
.admonition.seealso{
background-color: #4e5328 !important;
color: #CCCCCC !important;
}
pre{
background-color: #4a4a4a !important;
border-color: #4a4a4a !important;
color: #DFDFDF;
}
pre > .gp{
color: #eeaa73 !important;
}
pre > .s1, pre > .s2{
color: #67b3ff !important;
}
pre > .nn, pre > .gt{
color: #12b7fb !important;
}
pre > .nf{
color: #3d74ff !important;
}
pre > .kn, pre > .k, pre > .nb, pre > .ow, pre > .mi,pre > .ne{
color: #87ee73 !important;
}
pre > .n, pre > .p, pre > .o, pre > .go, pre > span {
color: #CCCCCC !important;
}
pre > .gr{
color: #f76060 !important;
}
pre > .c1{
color: #777777 !important;
}
a {
color: #5dc5ff !important;
}
.field-odd{
background-color: #222222 !important;
}
table.docutils th{
background-color:#111111;
}
table.docutils tr.row-even td{
background-color:#222222;
}
table.docutils td{
background-color:#333333;
}
#outdated-warning{
background-color: #350000 !important;
color: #FF8888 !important;
}
#sidebarbutton{
background-color: #4a4a4a !important;
}
dt:target, span.highlighted{
background-color: #93872c;
}
}