https://github.com/yurtaev/idea-one-dark-theme
One Dark theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm
https://github.com/yurtaev/idea-one-dark-theme
color-theme dark-theme intellij pycharm theme webstorm
Last synced: about 2 months ago
JSON representation
One Dark theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm
- Host: GitHub
- URL: https://github.com/yurtaev/idea-one-dark-theme
- Owner: yurtaev
- Created: 2015-08-18T18:08:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T07:37:06.000Z (over 5 years ago)
- Last Synced: 2025-03-28T07:06:14.513Z (2 months ago)
- Topics: color-theme, dark-theme, intellij, pycharm, theme, webstorm
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 936
- Watchers: 50
- Forks: 130
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED
Please try to use https://plugins.jetbrains.com/plugin/11938-one-dark-theme/
# One Dark PyCharm theme
[One Dark](https://github.com/atom/one-dark-syntax) theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm

## Installation
### Option 1: Install using "Import Settings..."
1. Go to `File | Import Settings...` and specify the `idea-one-dark-theme` directory or the `settings.jar` file.
Click `OK` in the dialog that appears.2. Restart IntelliJ IDEA
3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new
color themes.### Option 2: Manual installation
1. Copy `One Dark.icls` to your IntelliJ IDEA preferences
color directory. The directory varies, depending on which JetBrains IDE you are using.*The colors directory may need to be created.*
It is typically in:
**Mac OS X**
* IntelliJ IDEA: `~/Library/Preferences/IntelliJIdea{version}/colors`
* WebStorm `~/Library/Preferences/WebStorm{version}/colors`
* PyCharm `~/Library/Preferences/PyCharm{version}/colors`**Windows**
* IntelliJ IDEA `%USERPROFILE%\.IdeaIC{version}\config\colors`
* PyCharm `%USERPROFILE%\.PyCharm{version}\config\colors`2. Restart IntelliJ IDEA
3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new
color themes.## ToDo
- [x] Python
- [x] Django/Jinja2 template
- [x] CoffeeScipt
- [x] JavaScript
- [x] CSS
- [x] LESS
- [x] YAML
- [x] JSON
- [x] HTML
- [x] XML
- [x] Golang
- [ ] Java
- [ ] Ruby
- [ ] PHP
- [ ] UI theme---
## Thanks
- [Wali Akande](https://github.com/eskadah)