I saw some articles describing how to change the default color scheme of Rubymine. But they did it either in Mac OS or in Windows. I want to make the color scheme of my Rubymine 4.5 in Ubuntu exactly like TextMate has at railscast.com.
How can I do it?
Color scheme configuration doesn’t depend on the platform, the steps are the same on Linux, Mac and Windows. Go to
Settings(Preferenceson Mac) |Editor| Colors & Fonts and select one of the predefined schemes:As you can see, RailsCasts scheme is already bundled. You can also use Color Scheme Tool to convert other TextMate schemes to RubyMine. XML file with the scheme should be placed in the
config/colorsdirectory when IDE is not running.configdirectory location would depend on the OS. For RubyMine 4.5 on Linux it would be~/.RubyMine40/config.