Reputation: 463
I'd like to use custom Look and Feel's for IntelliJ IDEA (for the IDE itself). I've tried adding the L&F .jar to the libs directory in the IDEA installation folder, as well as in my {java_home}\libs\ext, and specifying the Look and Feel in {user}.IntelliJIdea11\config\options\options.xml, under the LAFManager
component, and it would only revert to the default Alloy: IDEA theme.
Can this be accomplished? Or can I add themes to the selection drop down in the IDEA Appearance settings panel?
Upvotes: 3
Views: 2125
Reputation: 31926
You basically have two choices:
In the end, I think your best bet is to spring for a personal license of IDEA 14 if your company won't pay for an upgrade. At $99, that's about 40 cents a day for a year. Well worth it. And with the new subscription model, a license purchased now (good for 1 year of upgrades) will (most likely) be active when IntelliJ IDEA v15 is released assuming the typical late-November/early-December release time frame.
Upvotes: 2