https://github.com/one-dark/vscode-one-dark-theme
One Dark theme for VS Code.
https://github.com/one-dark/vscode-one-dark-theme
dark-theme one-dark onedark vscode vscode-theme
Last synced: 8 months ago
JSON representation
One Dark theme for VS Code.
- Host: GitHub
- URL: https://github.com/one-dark/vscode-one-dark-theme
- Owner: one-dark
- License: isc
- Created: 2018-01-28T12:45:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T15:29:56.000Z (over 2 years ago)
- Last Synced: 2024-10-29T20:24:38.403Z (over 1 year ago)
- Topics: dark-theme, one-dark, onedark, vscode, vscode-theme
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mskelton.one-dark-theme
- Size: 4.78 MB
- Stars: 49
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# VS Code One Dark Theme
[](https://github.com/one-dark/vscode-one-dark-theme/actions/workflows/release.yml)
[](https://marketplace.visualstudio.com/items?itemName=mskelton.one-dark-theme)
[](https://marketplace.visualstudio.com/items?itemName=mskelton.one-dark-theme)
[](https://github.com/semantic-release/semantic-release)
> [One Dark](https://github.com/atom/one-dark-syntax) theme for VS Code.

## Configuration
This theme comes with several configuration settings to allow you to customize
the theme to your preference. We currently support the following settings:
- **Italic** - When enabled, uses italic font for keywords. Note that some
scopes \(e.g. markdown block quotes\) are styled with italic font even when
this setting is disabled.
- **Bold** - When enabled, uses bold font for namespace, class, and function
names. Note that some scopes \(e.g. markdown headers\) are styled with bold
font even when this setting is disabled.
To access these configuration settings, open the VS Code settings page and
search for "One Dark".

This theme ships with the italic setting turned on by default and the other
settings turned off by default, but you can adjust the settings to any
combination you like.
## Vivid Variant
In addition to the default color palette, this theme ships with a vivid variant
which uses the [One Dark Vivid](https://atom.io/themes/one-dark-vivid-syntax)
palette. This can be enabled by selecting "One Dark Vivid" from the Color Theme
dropdown in your VS Code settings.

## Thanks
- Thanks to [Binaryify](https://github.com/Binaryify) for his work on the theme
this project was originally based on.
- Thanks to
[VS Code Nebula Theme](https://github.com/eating-coleslaw/vscode-nebula-theme)
for the inspiration for creating a configurable color theme.