Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umayr/dark-peacock

Dark variant of Peacock colour scheme for JetBrains Family
https://github.com/umayr/dark-peacock

Last synced: about 15 hours ago
JSON representation

Dark variant of Peacock colour scheme for JetBrains Family

Awesome Lists containing this project

README

        

## Dark Peacock
Dark variant of Peacock colour scheme for JetBrains IDEs (PhpStorm/WebStorm)

#### How to:
##### OSX
- On Finder, navigate to the location where you downloaded the XML and copy it.
Then press `shift+command+g` and go to: `~/Library/Preferences/WebIde70/colors/`

- Paste the .xml file in and restart your IDE. Then navigate to `Settings > Editor > Colors & Fonts` and select the Dark Peacock color scheme.

##### Windows
- On Windows Explorer, select the XML file just downloaded and copy it.

- Then navigate to the colors folder, located in: `C:/Users/USERNAME/.WebIde70/config/colors` Paste the .xml file in and restart your IDE.

- Then navigate to `File > Settings > Editor > Colors & Fonts` and select the Dark Peacock color scheme.

##### Linux
- On Linux, the color files are located in: `~/.WebIde70/config/colors/` After you put your .xml files, restart your IDE.

- Then navigate to `File > Settings > Editor > Colors & Fonts` and select the Dark Peacock color scheme.

**Note**: If you couldn't find `.WebIde70` folder in your system then it means you're using different version of webstorm/phpstorm. There are different folders for each versions, such as:
- PhpStorm 7.x - `.WebIde70`
- PhpStorm 8.x - `.WebIde80`
- WebStorm 9.x - `.WebStorm9`
- WebStorm 10.x - `.WebStorm10`

#### Screenshots
**Javascript**
![JS Screenshot for Dark Peacock](https://raw.githubusercontent.com/umayr/dark-peacock/master/example/javascript.png "Javascript Screenshot")

**SCSS**
![SCSS Screenshot for Dark Peacock](https://raw.githubusercontent.com/umayr/dark-peacock/master/example/scss.png "SCSS Screenshot")

**HTML**
![HTML Screenshot for Dark Peacock](https://raw.githubusercontent.com/umayr/dark-peacock/master/example/html.png "HTML Screenshot")

**Bash**
![Bash Screenshot for Dark Peacock](https://raw.githubusercontent.com/umayr/dark-peacock/master/example/bash.png "Bash Screenshot")

### Fonts

Primary font for this theme is [Hack](http://sourcefoundry.org/hack/) by [**@chrissimpkins**](https://github.com/chrissimpkins/) while [Source Code Pro](http://adobe-fonts.github.io/source-code-pro/) by [**@adobe-fonts**](https://github.com/adobe-fonts/) serves as secondary one.

#### License
````
The MIT License (MIT)

Copyright (c) 2014 Umayr Shahid

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```