marcustanx / 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 GitHub-Dark Script which supports automatic updates and customization. Refer to its README.
πŸ“¦ Install manually from GitHub with no customization, but useful for development. The style is in Mozilla format.
πŸ“¦ Install via custom build with customization from configuration file. Refer to this wiki page.

Additional Userstyles

βš™οΈ GitHub-Blog-Dark
βš™οΈ GitHub-code-wrap
βš™οΈ GitHub-Commit-Limit
βš™οΈ GitHub-Community-Dark
βš™οΈ GitHub-Compact-Feed
βš™οΈ GitHub-Feed-Icons
βš™οΈ GitHub-FixedHeader
βš™οΈ GitHub-Selected-Tab-Color
βš™οΈ GitHub-Sticky-Sidebar
βš™οΈ GitHub-tab-size
βš™οΈ Overlay-Scrollbars
βš™οΈ GitHub Dark Calendar Color Customizer
βš™οΈ GitHub Dark Diff Color Customizer
βš™οΈ GitHub Dark Element Borders

Supported GitHub Extensions

πŸ’Ύ Gitako
πŸ’Ύ GitHub Awesome Autocomplete
πŸ’Ύ GitHub Hovercard (set it to dark theme)
πŸ’Ύ GitHub Notifications Dropdown
πŸ’Ύ GitHub Polls
πŸ’Ύ Lovely forks
πŸ’Ύ npmhub
πŸ’Ύ OctoLinker
πŸ’Ύ Octotree
πŸ’Ύ Refined GitHub
πŸ’Ύ ZenHub

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

To develop, first install Node.js 12 or greater, then install dependencies via npm install after which you can use the various commands available:

  • npx grunt: The default grunt task builds a custom theme using a provided build.json file. See the wiki for details.
  • npm run build: Runs the generate and usercss tasks.
  • npm run usercss: Build a Usercss style.
  • npm run themes: Parse all theme files and combine them into minified styles in the themes directory.
  • npm run clean: Reformat github-dark.css to conform the style guide.
  • npm run lint: Run Stylelint on github-dark.css.
  • npm run authors: Regenerate the AUTHORS file based on git history.
  • npm run imagemin: Minify all images present in the image directory.
  • npm run generate: Regenerate auto-generated CSS rules based on GitHub's stylesheet. Run this regularly.
  • npm run patch: Increment the version on the patch version number, update headers and create a commit.
  • npm run minor: Increment the version on the minor version number, update headers and create a commit.
  • npm run major: Increment the version on the major version number, update headers and create a commit.
  • npm run 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 76.3%Language:HTML 19.3%Language:JavaScript 4.2%Language:Shell 0.1%