- If using Stylish:
- Get the Stylish addon for Firefox, Chrome, Opera, Safari and Firefox Mobile.
- Then install this style using:
- userstyles.org (with customization options)
- or, add it manually into the editor.
- Use the grunt build process to customize your GitHub Dark theme.
- Please refer to the installation documentation for more details.
- Or, use our GitHub-Dark Script which requires a user script addon, but allows dynamic style changes & updates:bangbang:
If a recent change by GitHub broke the style, chances are that we already fixed it. Make sure to reinstall from userstyles.org or GitHub before opening an issue. Note that only Stylish for Firefox performs automatic style updates.
- GitHub-code-wrap to wrap long lines in code boxes
- GitHub-FixedHeader to have a fixed header
- GitHub-Commit-Limit to show line length limits when editing a commit message
- GitHub-Selected-Tab-Color
Available Syntax Highlighting Themes (Demo)
Theme | GitHub | CodeMirror | Jupyter |
---|---|---|---|
Ambiance | * | * | |
Chaos | * | ||
Clouds Midnight | * | ||
Cobalt | * | * | |
GitHub Dark | * | * | |
Idle Fingers | * | * | |
Kr Theme | * | ||
Merbivore | * | ||
Merbivore Soft | * | ||
Mono Industrial | * | ||
Mono Industrial Clear | * | ||
Monokai | * | * | * |
Monokai Spacegray Eighties | * | * | * |
Obsidian | * | * | |
Pastel on Dark | * | * | * |
Solarized Dark | * | * | * |
Terminal | * | ||
Tomorrow Night | * | ||
Tomorrow Night Blue | * | * | |
Tomorrow Night Bright | * | * | * |
Tomorrow Night Eigthies | * | * | * |
Twilight | * | * | * |
Vibrant Ink | * | * |
- Partial support for Codemirror and Jupyter notebook syntax highlighting themes.
- If the selected theme does not have an associated CodeMirror or Jupyter theme, it will fall back to a Twilight theme.
- Please provide a pull request if you have or want to create a missing theme.
- If you're using a custom domain for GitHub Enterprise, be sure to include it though a
@-moz-document
rule (Firefox) or add it to theApplies to
section in (Chrome). - If you want GitHub commit messages to use a monospaced font, and have a background color indicating the width limits, check out GitHub Commit Limit.
If you would like to contribute to this repository, please...
- Fork
- Make changes (please read the contribution guidelines and abide by them)
- Create a pull request!
Thanks to all that have contributed so far!
See the full change log.
- Minor Fixes for Review and inline tags
- Review:
- Colored review item icons
- Fix pending review boxes
- Organization:
- Fixes for the invite page
- Status:
- Various text color fixes
- Themes:
- Update
github/_template.css
. - Add GitHub Dark theme (GitHub & Jupyter).
- Update
- Form Select: Fix arrow icon.
- Developer:
- Fix plain code style. See issue #424.
- Transparent table background & add border to
pre
.
- Themes:
- Add partial Dracula support for CodeMirror & Jupyter. See issue #415.
- Fix up Dracula CodeMirror theme.
- Added Monokai - Spacegray Eighties theme from Sublime pull #426; thanks @torrentails; closes issue #425.
- Meta:
- Ignore build folder in case it is not removed. See issue #422.
- Remove
.min.css
files from git. Fixes issue #424. - Revert "Meta: Remove
.min.css
files from git". Fixes issue #424. - Move
archive
folder to https://github.com/StylishThemes/Syntax-Themes.
- Demo
- Use source theme files. See issue #424.
- Add Monokai Spacegray Eighties min & demo.
- Global: Remove
ace_
andCodeMirror
selectors from the main theme. See issue #422. - Guides: Brighten headers. Fixes issue #418.
- Trending: Style subheading.
- Organization: Add border to team info box. Fixes issue #420.
- Explore: Brighten subtitle.
- Themes:
- Switch Twilight from ACE to CodeMirror. See issue #422.
- Add CodeMirror theme for Ambiance.
- Add CodeMirror theme for Cobalt.
- Add CodeMirror theme for Monokai.
- Add CodeMirror theme for Pastel-on-Dark.
- Add CodeMirror theme for Solarized-Dark.
- Add CodeMirror theme for Tomorrow-Night-Bright.
- Add CodeMirror theme for Tomoorow-Night-Eighties.
- Add CodeMirror theme for Vibrant Ink.
- Restructure folders.
- Editor: Fix selection and remove selection style out of theme. See issue #422.
- Meta:
- Add "Updating" section to README.
- Update devDependencies.
- Update issue template with instructions.
- Switch theme src and min location.
- Build min css from separate files with Twilight fallback. See issue #422.
- Developer: More tweaks.
- Meta:
- Optimize default background image further.
- Optimize PNGs, add select-arrow image.