Install • Styles • FAQ • Contribute
• • •
Improve your browser experience by using dark themes for various sites.
The repo contains .css
files I have created in order to improve experience of internet browsing of web sites that don't support dark mode by default.
The project is mirrored at: github, gitlab, and bitbucket mirrors.
To be able to use userstyles in your browser you have to install plugin that injects stylesheet files like Stylus
, Stylish
etc. They have to support specific user-css format (header & styles).
The following stylesheets are listed under ./userstyles/
:
-
Wikipidia
Styles for various Wikimedia Foundation sites like wikipedia, wiktionary, wikibooks, etc. Multi-language is supported. -
Git Docs Dark
Styles for locally available git documetation html pages. Documentation wchich is typically accessed viagit help -w <git command>
command. -
Npm Dark
Styles for locally available npm documetation wchich is typically accessed vianpm help <git command>
command. -
en.cppreference.com
Styles for network/filesystem available cpp reference documetation. Documentation can typically be accessed via either en.cppreference.com or locally: via downloading & installing local HTML book from archives . ` command. -
gnu.org
Styles for GNU manuals (bash
,make
,gawk
) in/manuals
namespace. As of 2022 should work well for many pages. You can download and unzip manuals intodevdocs/gnu/(bash|make|gawk)/..
folder and read offline with dark styles applied. See@-moz-document
in user.css for exact regexp used.
Styles for for GCC STD C++ Library api.
It's any css file that is specifically named (suffixed) by .user.css
extension. Such files typically special header at the top. More info can be found here here.
- add common palette
- add sass
See DEVELOPMENT.md file for more info.
The Project is proudly managed by Lerna.
Documented by README.MD.
Copyright 2019 © Alexander Davronov <al.neodim at gmail.com>