Is it possible to import TextMate themes to IntelliJ IDEA?

廉价感情. 提交于 2019-12-20 14:09:52

问题


Is it any way to automate import TextMate themes to IntelliJ IDEA, like converter between these two formats?


回答1:


Please check the converter created by JetBrains.

This is a tool to convert color schemes from TextMate to IntelliJ Platform based products such as IntelliJ IDEA, RubyMine and PyCharm.

Since the way highlighting works in TextMate is not an exact match for the capabilities of IntelliJ Platform, we try to perform an intelligent mapping between the two. In particular, color definitions not existing in TextMate are remapped from the default IntelliJ color scheme based on the background color used in the TextMate theme, to ensure that the resulting text is readable.

The table of the mappings is not yet complete; additions and corrections are very much welcome.

Note that the tool requires Python version 2.7. The default version of Python installed on MacOS X is 2.6; you'll need to use Python from MacPorts if you'd like to run the tool on MacOS X.



来源:https://stackoverflow.com/questions/8506413/is-it-possible-to-import-textmate-themes-to-intellij-idea

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