Skip to content

Commit 17d4db8

Browse files
committed
Removed adaptive theme, updated README, ver bump
1 parent 9fb658d commit 17d4db8

File tree

5 files changed

+23
-379
lines changed

5 files changed

+23
-379
lines changed

CHANGELOG.md

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

3+
## 3.0.0 - 2022.07.16
4+
### Removed
5+
- Adaptive userstyle removed due to becoming useless with new **Stylus** feature for color scheme detection
6+
37

48
## 2.4.0 - 2022.05.11
59
### Added

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,36 @@
44
</h1>
55

66

7-
| Preview | Adaptive Mode |
8-
| :-----------------------: | :------------------------------: |
9-
| ![](./images/preview.png) | ![](./images/promo_adaptive.png) |
7+
## ❓ About
8+
This repository contains the dark theme userstyle for python documentation and other web pages that inherit the stylesheet from official docs.
109

10+
- [Preview Image](#preview)
1111

12-
## ❓ About
13-
This repository contains the userstyle dark theme for python documentation and other web pages that inherit the stylesheet from official docs.
1412

1513
## 📦 Installation
16-
1. 🧩 Ensure that **Stylus** extension ([Chrome](https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne), [Firefox](https://addons.mozilla.org/ru/firefox/addon/styl-us/)) is installed in your browser
17-
2. ✔️ Select one of the theme variants below:
18-
- [⬇️ Adaptive][gh-raw-adaptive]
19-
- [⬇️ Default][gh-raw-default]
14+
1. 🧩 Ensure that **Stylus** extension ([Chrome](https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne), [Firefox](https://addons.mozilla.org/ru/firefox/addon/styl-us/)) is installed in your web browser
15+
2. [⬇️ Add][theme-raw] the latest release of this theme to **Stylus**
16+
17+
> **Adaptive** theme was removed in `3.0.0` release due to becoming useless with new **Stylus** feature for color scheme detection.
18+
But you still can download it [⬇️ by this link](https://github.com/maximilionus/python_docs_dark/raw/9fb658d6837a8fbf62e9adf6f2a288c63f69ce11/python_docs_dark_adaptive.user.css) *(version 2.4.0)*
2019

21-
> **Adaptive** theme activation depends on selected web browser color scheme, while **Default** one will always be active
2220

2321
## 🆙 Updating
24-
This userstyle is configured to install all updates right from this repository's `master` branch with Stylus updater, located on the *Installed Styles* page of this extension
22+
This userstyle is configured to install all updates right from `master` branch of this repository with Stylus updater, located in *Manage → Installed Styles → Actions*
2523

26-
## ☄️ Supported Domains
27-
Here's list of domains that are currently supported by this userstyle.
24+
25+
## ☄️ Supported Pages
26+
List of pages that are currently supported by this userstyle
2827

2928
- docs.python.org
3029
- packaging.python.org
3130

32-
> If you know of other domains that inherited the style from docs.python.org, you can notify me by [creating the new issue](https://github.com/maximilionus/python_docs_dark/issues/new?labels=add%20to%20supported%20pages)
31+
> If you know any other pages that use the same style as **docs.python.org**, you can notify me by [creating the new issue by this link](https://github.com/maximilionus/python_docs_dark/issues/new?labels=add%20to%20supported%20pages)
32+
33+
34+
## Preview
35+
![](./images/preview.png)
3336

3437

3538
<!-- REFERENCE LINKS -->
36-
[gh-raw-adaptive]: https://github.com/maximilionus/python_docs_dark/raw/master/python_docs_dark_adaptive.user.css (Raw adaptive theme)
37-
[gh-raw-default]: https://github.com/maximilionus/python_docs_dark/raw/master/python_docs_dark.user.css (Raw default theme)
39+
[theme-raw]: https://github.com/maximilionus/python_docs_dark/raw/master/python_docs_dark.user.css (Raw default theme)

images/promo_adaptive.png

-57.4 KB
Binary file not shown.

python_docs_dark.user.css

Lines changed: 1 addition & 1 deletion
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.4.0
7+
@version 3.0.0
88
@description Dark theme for python documentation pages
99
@author maximilionus <[email protected]>
1010
==/UserStyle== */

0 commit comments

Comments
 (0)