IDE - Add Custom Look and Feel to Intellij IDEA 11

血红的双手。 提交于 2019-12-05 19:47:54

You basically have two choices:

  1. Go into the "Color & Fonts" settings and tweak them to your liking. Of course, this really won't be a look & feel change. You can only tweak the editor panel and not the rest of the IDE.
  2. Write a plug-in to add a new LAF. Keep in mind this is a lot of work. It took the JetBrains team a year to develop the Darcula L&F and that was with dedicated graphic artists to create a whole suite of icons and recommend color combinations. Since the IntelliJ IDEA Community Edition is open source, you could use that source code to develop your plug-in. I'm pretty sure Darcula is available in the community edition.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!