Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akamud/vscode-theme-onedark
VSCode Theme based on Atom's One Dark theme
https://github.com/akamud/vscode-theme-onedark
atom dark-theme editor theme visual-studio-code vscode-theme
Last synced: 30 days ago
JSON representation
VSCode Theme based on Atom's One Dark theme
- Host: GitHub
- URL: https://github.com/akamud/vscode-theme-onedark
- Owner: akamud
- License: mit
- Created: 2015-11-25T10:06:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T11:54:16.000Z (over 1 year ago)
- Last Synced: 2024-11-25T02:33:23.984Z (about 2 months ago)
- Topics: atom, dark-theme, editor, theme, visual-studio-code, vscode-theme
- Homepage:
- Size: 418 KB
- Stars: 291
- Watchers: 9
- Forks: 199
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Atom One Dark Theme
[![Preview in vscode.dev](https://img.shields.io/badge/preview%20in-vscode.dev-brightgreen)](https://vscode.dev/theme/akamud.vscode-theme-onedark)
![Visual Studio Marketplace Version (including pre-releases)](https://img.shields.io/visual-studio-marketplace/v/akamud.vscode-theme-onedark)
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/akamud.vscode-theme-onedark)
![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/akamud.vscode-theme-onedark)VSCode Theme based on Atom's [One Dark](https://github.com/atom/one-dark-syntax) theme. Best rated One Dark theme port in the marketplace, **features full Workbench theming**.
![](https://raw.githubusercontent.com/akamud/vscode-theme-onedark/master/screenshots/preview.png)
## Sponsors
[Sponsor](https://github.com/sponsors/akamud) this project on GitHub.
## Installing
This extension is available for free in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items/akamud.vscode-theme-onedark)
## Looking for the One Light theme?
If you are interested you can also have the One Light theme available [here](https://github.com/akamud/vscode-theme-onelight).
## What's new?
Click here to go to the [Changelog](https://github.com/akamud/vscode-theme-onedark/blob/master/CHANGELOG.md)
## Inconsistencies?
If you find any inconsistency in any language, raise an Issue and I'll fix it, please provide a sample for the language so I can compare.
**Attention:** If you are using **VSCode 1.43.0**, you must be seeing very different colors, as reported [here](https://github.com/akamud/vscode-theme-onedark/issues/119). An update to VSCode will be released fixing this issue for all themes, in the meantime, make sure you set this in your settings:
```json
"editor.semanticHighlighting.enabled": false
```## Customization
If you are using VSCode 1.12+ versions you can customize the colors to your liking, overriding the ones provided by this theme. More info [here](https://code.visualstudio.com/docs/getstarted/theme-color-reference).
### Custom Font
The original One Dark theme does not use a custom font, for that reason I don't supply a custom font either, but you might be used to see screenshots of the One Dark theme using the [Fira Mono](https://github.com/mozilla/Fira) font. You can easily [customize your settings](https://code.visualstudio.com/docs/getstarted/settings) to use it.
If you download and install the font in your system, you can add this option to have a custom font:```json
{
"editor.fontFamily": "YOUR FONT, Menlo, Monaco, 'Courier New', monospace"
}
```## Credits
[Atom](https://github.com/atom)