Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>GitHub Dark ModeNew to Visual Studio Code? Get it now.
GitHub Dark Mode

GitHub Dark Mode

Preview

markusylisiurunen

|
32,550 installs
| (2) | Free
GitHub Dark Mode theme for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GitHub Dark Mode

GitHub Dark Mode theme for Visual Studio Code based on the actual CSS colors from github.com.

Example of the GitHub Dark Mode theme

Install

  1. Go to Visual Studio Marketplace
  2. Search for GitHub Dark Mode
  3. Click on "Install"

Development

If you want to contribute to this theme, you can run the theme locally by following these steps:

  1. Clone this repository to your machine
  2. Run yarn at the root of this repository
  3. Start building the theme by running yarn dev
  4. Press F5 on VSCode to start a new window using this theme

You can then make modifications to the theme and you should see your changes in real time.

Updating the color palette

The GitHub colors are extracted from github.com using the script scripts/scrape-github-colors.js. To update the color palette, do the following:

  1. Go to some repository in GitHub using Chrome
  2. Open the development tools
  3. Copy-paste the code from scripts/scrape-github-colors.js to the console
  4. Paste the color palette to src/github-colors.ts
  5. Make sure the colors are sorted alphabetically to make diffs clean
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft