Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Color shemes in webstorm 7 - how to install?

Tags:

webstorm

How to install color scheme in webstorm 7 on windows? There are no any folder named webide10 in my user's folder.

Theme that I want to install is here https://github.com/negativefix/zenburn

like image 340
mikach Avatar asked Dec 20 '13 11:12

mikach


People also ask

How do I install a Theme on Webstorm?

Change the UI themeIn the Settings/Preferences dialog ( Ctrl+Alt+S ), select Appearance & Behavior | Appearance. Alternatively, press Ctrl+` and select Theme from the Switch list.

How do I change my Webstorm color Theme?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme. Use the Scheme list to select a color scheme.

How do I install Jetbrain Theme?

To install: Go to Settings | Plugins, find the theme plugin and install it. Restart the IDE. Go to Settings | Appearance & Behavior | Appearance and select IntelliJ Light Preview in the Theme dropdown.


2 Answers

Select «File» → «Import Setting» from the main menu and follow the instructions. After the IDE restarted go to the Preferences, expand «Editor» → «Colors and fonts» tab and choose the installed theme.

like image 197
Rahnzo Avatar answered Sep 22 '22 06:09

Rahnzo


For WEbStorm7 the Zenburn.xml has to be placed into ~.WebStorm7\config\colors\ folder (where ~ is your home folder, like 'C:\Users\my.name\.WebStorm7\config\colors\Zenburn.xml'

like image 41
lena Avatar answered Sep 24 '22 06:09

lena