# Atom One Dark Theme

[![Marketplace](https://vsmarketplacebadge.apphb.com/version/akamud.vscode-theme-onedark.svg)](https://marketplace.visualstudio.com/items/akamud.vscode-theme-onedark) [![Installs](https://vsmarketplacebadge.apphb.com/installs/akamud.vscode-theme-onedark.svg)](https://marketplace.visualstudio.com/items/akamud.vscode-theme-onedark) [![Ratings](https://vsmarketplacebadge.apphb.com/rating-short/akamud.vscode-theme-onedark.svg)](https://marketplace.visualstudio.com/items/akamud.vscode-theme-onedark)
[![Beerpay](https://img.shields.io/beerpay/akamud/vscode-theme-onedark.svg)](https://beerpay.io/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

[![](https://alt-images.codestream.com/codestream_logo_ali_atomonedark.png)](https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_campaign=ali_atomonedark&utm_medium=banner "Try CodeStream")  
Eliminate context switching and costly distractions. Create and merge PRs and perform code reviews from inside your IDE while using jump-to-definition, your keybindings, and other IDE favorites.  
[Learn more](https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_campaign=ali_atomonedark&utm_medium=banner "Learn more")

## 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)