Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到一些文章描述了如何更改 Rubymine 的默认配色方案。但是他们在 Mac OS 或 Windows 中做到了。我想在 Ubuntu 中制作我的 Rubymine 4.5 的配色方案,就像在 railscast.com 上的 TextMate 一样。
我该怎么做?
配色方案配置不依赖平台,Linux、Mac、Windows步骤相同。转到Settings(Preferences在 Mac 上)| Editor| 颜色和字体,然后选择其中一种预定义方案:
Settings
Preferences
Editor
如您所见,RailsCasts方案已经捆绑。您还可以使用配色方案工具将其他 TextMate 方案转换为 RubyMine。config/colorsIDE 未运行时,应将带有方案的 XML 文件放在目录中。config目录位置取决于操作系统。对于 Linux 上的 RubyMine 4.5,它将是~/.RubyMine40/config.
config/colors
config
~/.RubyMine40/config