Gokhan Karadag
Gokhan Karadag

Reputation: 599

Is it possible to install themes created for VS Code to WebStorm?

Is it possible to install themes created for Visual Studio Code to IntelliJ products such WebStorm or PhpStorm? If yes, how?

Upvotes: 0

Views: 1141

Answers (1)

lena
lena

Reputation: 93748

There is no way to directly import VSCode color schemes into JetBrains IDEs. But you can look for similar WebStorm/Phpstorm themes on the web. For example, you can try the theme with the UUID 57b63a1c849f3a1800dc1a1f from https://github.com/sdvoynikov/color-themes or https://github.com/lenny1882/vscode-dark-plus-webstorm; I'd also suggest looking at Material Theme UI plugin - it's a UI theme + a set of editor color schemes

Upvotes: 3

Related Questions