umeshgmrl / GitHub-Dark

:octocat: Dark GitHub style

Home Page:https://raw.githubusercontent.com/StylishThemes/GitHub-Dark/master/github-dark.user.css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

githubdark-logo
Version Stars Forks devDependencies Gitter

Your eyes will :heart: you.

Preview

Preview of GitHub Dark

Installation

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.

Additional Userstyles

βš™οΈ GitHub Blog Dark
βš™οΈ GitHub Code Wrap
βš™οΈ GitHub Commit Limit
βš™οΈ GitHub Community Dark
βš™οΈ GitHub Compact Feed
βš™οΈ GitHub Dark Calendar Color Customizer
βš™οΈ GitHub Dark Diff Color Customizer
βš™οΈ GitHub Dark Element Borders
βš™οΈ GitHub Dark IMG Background Color
βš™οΈ GitHub Feed Icons
βš™οΈ GitHub FixedHeader
βš™οΈ GitHub Selected Tab Color
βš™οΈ GitHub Sticky Sidebar
βš™οΈ GitHub Tab Size
βš™οΈ Overlay Scrollbars

Supported GitHub Extensions

πŸ’Ύ Gitako
πŸ’Ύ GitHub Hovercard
πŸ’Ύ GitHub Notifications Dropdown
πŸ’Ύ GitHub Polls
πŸ’Ύ Lovely forks
πŸ’Ύ npmhub
πŸ’Ύ OctoLinker
πŸ’Ύ Octotree
πŸ’Ύ Refined GitHub
πŸ’Ύ ZenHub
πŸ’Ύ Notifications Preview for GitHub

Available Syntax Highlighting Themes (Demo)

Theme GitHub CodeMirror Jupyter
Ambiance βœ”οΈ βœ”οΈ ❌
Base16 Ocean Dark ❌ βœ”οΈ βœ”οΈ
Chaos βœ”οΈ ❌ ❌
Clouds Midnight βœ”οΈ ❌ ❌
Cobalt βœ”οΈ βœ”οΈ ❌
Dracula ❌ βœ”οΈ βœ”οΈ
GitHub Dark βœ”οΈ ❌ βœ”οΈ
Idle Fingers βœ”οΈ ❌ βœ”οΈ
Kr Theme βœ”οΈ ❌ ❌
Material 🚧 βœ”οΈ ❌
Merbivore βœ”οΈ ❌ ❌
Merbivore Soft βœ”οΈ ❌ ❌
Mono Industrial βœ”οΈ ❌ ❌
Mono Industrial Clear βœ”οΈ ❌ ❌
Monokai βœ”οΈ βœ”οΈ βœ”οΈ
Monokai Spacegray Eighties βœ”οΈ βœ”οΈ βœ”οΈ
Obsidian βœ”οΈ ❌ βœ”οΈ
One Dark βœ”οΈ βœ”οΈ ❌
Pastel on Dark βœ”οΈ βœ”οΈ βœ”οΈ
Railscasts βœ”οΈ βœ”οΈ βœ”οΈ
Solarized Dark βœ”οΈ βœ”οΈ βœ”οΈ
Terminal βœ”οΈ ❌ ❌
Tomorrow Night βœ”οΈ ❌ βœ”οΈ
Tomorrow Night Blue βœ”οΈ ❌ βœ”οΈ
Tomorrow Night Bright βœ”οΈ βœ”οΈ βœ”οΈ
Tomorrow Night Eighties βœ”οΈ βœ”οΈ βœ”οΈ
Twilight (default) βœ”οΈ βœ”οΈ βœ”οΈ
Vibrant Ink βœ”οΈ βœ”οΈ ❌
  • Support for Codemirror and Jupyter notebook syntax highlighting themes as listed above.
  • Please provide a pull request if you have or want to create a missing theme, or help complete the theme(s) designated with a construction symbol (🚧).

Notes

  • If you're using a custom domain for GitHub Enterprise, be sure to include it through a @-moz-document rule (Firefox) or add it to the Applies to section in (Chrome).

Contributions

If you would like to contribute to this repository, please...

  1. πŸ‘“ Read the contribution guidelines.
  2. fork Fork or cloud-download download this repository.
  3. πŸ‘Œ Create a pull request!

Development

First, make sure you have these installed:

  • node: version 12 or greater
  • yarn: version 1
  • make: comes with Unix-like OS, on Windows use this

To get started, run make deps after which you can use the following make targets:

  • make build: Runs the generate and usercss tasks.
  • make usercss: Build the Usercss style.
  • make themes: Parse the theme files and combine them into minified styles in the themes directory.
  • make clean: Reformat github-dark.css to conform the style guide.
  • make lint: Run Stylelint on github-dark.css.
  • make authors: Regenerate the AUTHORS file based on git history.
  • make generate: Regenerate auto-generated CSS rules compiled from various public sources.
  • make patch: Increment the patch version number, update file headers, create a commit and push it to origin.
  • make minor: Increment the minor version number, update file headers, create a commit and push it to origin.
  • make major: Increment the major version number, update file headers, create a commit and push it to origin.
  • make update: Update and install dependencies.

Thanks to all that have contributed so far!

And thanks for the shoutout on the JS Party podcast!

About

:octocat: Dark GitHub style

https://raw.githubusercontent.com/StylishThemes/GitHub-Dark/master/github-dark.user.css

License:Other


Languages

Language:CSS 86.1%Language:HTML 12.1%Language:JavaScript 1.7%Language:Makefile 0.1%Language:Shell 0.0%