Install Stylus for either Firefox, Chrome or Opera or Cascadea for Safari and then install using one of these methods:
📦 Install the usercss which supports automatic updates and customization.
📦 Install manually from GitHub with no customization, but useful for development. The style is in Mozilla format.
💾 Gitako
💾 GitHub Hovercard
💾 GitHub Notifications Dropdown
💾 GitHub Polls
💾 Lovely forks
💾 npmhub
💾 OctoLinker
💾 Octotree
💾 Refined GitHub
💾 ZenHub
💾 Notifications Preview for GitHub
If you would like to contribute to this repository, please...
- 👓 Read the contribution guidelines.
- Fork or download this repository.
- 👌 Create a pull request!
First, make sure you have these installed:
To get started, run make deps
after which you can use the following make
scripts:
make build
: Runs thegenerate
andusercss
tasks.make usercss
: Build the Usercss style.make themes
: Parse the theme files and combine them into minified styles in thethemes
directory.make clean
: Reformatgithub-dark-extensions.css
to conform to the style guide.make lint
: Run Stylelint ongithub-dark-extensions.css
.make authors
: Regenerate theAUTHORS
file based on git history.make generate
: Regenerate auto-generated CSS rules compiled from various public sources.make update
: Update and install dependencies.
make patch
: Increment the patch version number, update file headers, create a commit and push it toorigin
.make minor
: Increment the minor version number, update file headers, create a commit and push it toorigin
.make major
: Increment the major version number, update file headers, create a commit and push it toorigin
.
Thanks to all that have contributed so far!