Reputation: 3005
I know I can go to Settings (Preferences on Mac) | Appearance & Behaviour | Appearance | Theme and change between default
and darcula
.
And I know I can change the editor color scheme by going to Settings (Preferences on Mac) | IDE Settings | Editor | Colors & Fonts.
But how do I get different skins for the entire program? As in, other options than default
and darcula
?
Or are those the only two options?
I know I can download editor color schemes at PHPStorm-Themes.com. But those themes only seem to change the color scheme of the editor itself. I want a different color scheme for the entire program.
Upvotes: 1
Views: 965
Reputation: 93728
See https://weblogs.java.net/blog/kirillcool/archive/2005/08/intellij_idea_5.html for instructions. But, as @LazyOne mentioned, creating a custom LAF is a tricky task, and adding third-party LAF will likely break the UI
Upvotes: 1