Skip to content

Commit 642459b

Browse files
committed
Modified colors for new versions (wip), lic update
1 parent a71f957 commit 642459b

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Python Docs - Dark Theme: Changelog
22

33

4+
## **2.2.0** - 2020.x.x
5+
### Added
6+
- Support for new versions of python docs
7+
8+
49
## **2.1.1** - 2020.11.16
510
### Fixed
611
- Colors highlighting for some code elements

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 maximilionus
3+
Copyright (c) 2022 maximilionus
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

python_docs_dark.user.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@homepageURL https://github.com/maximilionus/python_docs_dark
55
@updateURL https://github.com/maximilionus/python_docs_dark/raw/master/python_docs_dark.user.css
66
@license MIT
7-
@version 2.1.1
7+
@version 2.2.0
88
@description Dark theme for docs.python.org
99
@author maximilionus <maximilionuss@gmail.com>
1010
==/UserStyle== */
@@ -62,7 +62,8 @@
6262
background-color: var(--background-dark);
6363
}
6464

65-
div.topic {
65+
div.topic,
66+
.nav-content .search input[type=submit] {
6667
border: 0px;
6768
background-color: var(--background-gray);
6869
}
@@ -169,6 +170,20 @@
169170
background-color: var(--background-gray);
170171
}
171172

173+
.version_switcher_placeholder,
174+
.language_switcher_placeholder,
175+
.nav-content
176+
{
177+
background-color: var(--background-dark);
178+
border: 2px solid var(--background-gray);
179+
border-radius: 5px;
180+
}
181+
182+
.language_switcher_placeholder select, .version_switcher_placeholder select {
183+
background-color: var(--background-dark);
184+
border: none;
185+
}
186+
172187
.highlight .o {
173188
color: #bfbfbf;
174189
}

0 commit comments

Comments
 (0)