An JetBrains theme template for themer. Compatible with JetBrains products such as PHPStorm, WebStorm, PyCharm & more!
Install this module wherever you have themer
installed:
npm install themer-jetbrains
Then pass themer-jetbrains
as a -t
(--template
) arg to themer
:
themer -c my-colors.js -t themer-jetbrains -o gen
Compatible with ChrisRM/material-theme-jetbrains
themer-jetbrains
will generate multiple colorscheme files for you to choose from based on the palettes specified in your color scheme.
Copy themer.palette.icls
to your JetBrains IDE 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
~/Library/Preferences/jetbrainsIdea{version}/colors
~/Library/Preferences/WebStorm{version}/colors
~/Library/Preferences/PyCharm{version}/colors
Windows
%USERPROFILE%\.IdeaIC{version}\config\colors
%USERPROFILE%\.PyCharm{version}\config\colors
Restart jetbrains IDEA
Go to Preferences | Editor | Colors & Fonts
and select one of the new
color themes.