Solarized Colorscheme for IntelliJ IDEA

Original Solarized color scheme developed by Ethan Schoonover es@ethanschoonover.com

Adapted for IntelliJ IDEA by:

Adam Vandenberg flangy@gmail.com

Johan Kaving johan@kaving.se

Visit
the Solarized homepage

See the Solarized homepage for screenshots, details and color scheme versions for Vim, Mutt,
popular terminal emulators and other applications. These versions can also be found in the mainSolarized
repository
 on GitHub.

Unfortunately the IntelliJ subtree in the main repository has not been updated and is out-of-sync with this repository.

For IntelliJ this IntelliJ-only repository is therefore recommended over the
main repository.

Status

These color scheme files are primarily tested with the latest version of IntelliJ IDEA Community Edition. They might work with other versions of IntelliJ IDEA as well as other JetBrains tools (e.g. PhpStorm and PyCharm).

This table lists the languages (and other sections under Preferences | Editor | Colors & Fonts) for which the syntax
highlighting has been adapted to the Solarized color scheme:

Language/Section Supported Note
ActionScript Yes  
Android Logcat Yes  
Apache Config Yes  
BEMHTML Yes  
Bash Yes (BashSupport 1.1beta14
or later)
Buildout config Yes  
C No  
C++ No  
CMD Yes  
CSS Yes  
Clojure Templates Yes  
CoffeeScript Yes  
Custom Templates Yes  
Dart Yes  
Debugger Yes  
Diff Yes  
Django/Jinja2
Template
Yes  
Erlang Yes  
File Status Yes  
General Yes  
Gherkin (Cucumber) Yes  
Google Go Yes  
GQL Yes  
Groovy Yes  
HAML Yes  
HTML Yes  
Haskell Yes  
JFlex Yes  
Jade Yes  
Java Yes  
JavaScript Yes  
JSP Yes  
Jodd props file Yes  
Kotlin Yes  
LESS Yes  
Localization file Yes  
Lua Yes  
Mako Template Yes  
Markdown Yes  
Objective-C Yes  
PHP Yes  
Properties Yes  
Python Yes  
ReST file Yes  
RegExp Yes  
Ruby Yes  
SASS Yes  
SQL Yes  
Scala Yes  
Tea Yes  
Twig Yes  
XML Yes  
XPath Yes  
YAML Yes  

Installation

Option
1: Install using "Import Settings..."

  1. Go to File | Import Settings... and specify the intellij-colors-solarized directory
    or thesettings.jar file. Click OK in
    the dialog that appears.

  2. Restart IntelliJ IDEA

  3. Go to Preferences | Editor | Colors & Fonts and select one of the
    new color themes.

Option
2: Manual installation

  1. Copy Solarized Dark.xml and Solarized
    Light.xml
     to your IntelliJ IDEA preferences color directory. The directory varies, depending on which JetBrains IDE you are using.

    The colors directory may need to be created.

    It is typically in:

    Mac OS X

    Windows

  2. Restart IntelliJ IDEA

  3. Go to Preferences | Editor | Colors & Fonts and select one of the
    new color themes.

Darcula

Depending on the Look and Feel that you use the background color for editor tabs will be different. The default L&F has a light gray background, while the Darcula L&F has a dark background.

It is hard to find colors that work equally well on both light and dark backgrounds, and therefore thesettings.jar file
contains Darcula versions of the color schemes.

The only difference from the regular versions is the file status colors and the Darcula schemes are automatically generated by the buildjar.sh script.

Note
About Fonts

Unfortunately, font settings are included in the color settings files. You should probably modify these in Preferences
| Editor | Colors & Fonts | Font
 after adding the color schemes to your IntelliJ IDEA installation.

Note
About Committing Changes

If you want to commit updates to the XML color scheme files, make sure to run the buildjar.shscript before committing
to generate an updated settings.jar file as well. The script has been tested on OS X, on other operating
systems you're on your own.

最新文章

  1. 继承映射关系 TPH、TPT、TPC<EntityFramework6.0>
  2. Java知识积累2-StringReverse实现文字(单词)倒叙输出
  3. 一个老菜鸟所理解的UX及产品流
  4. iOS-ARC项目使用非ARC文件 MRC项目使用ARC文件
  5. linux集群运维工具:clustershell和pssh
  6. eclipse快捷键用不了
  7. mysql root 密码丢失问题
  8. 图解SSL/TLS协议
  9. Python:数字
  10. UpdatePanel的用法
  11. bootstrap 3 のcheckbox-inline
  12. Java Mac电脑配置java环境,JAVA IDE eclipse开发svn使用
  13. 5_Longest Palindromic Substring(Manacher) --LeetCode
  14. 自动化测试基础篇--Selenium iframe定位问题
  15. 开源的许可证GPL、LGPL、BSD、Apache 2.0
  16. node-cache
  17. 技能|三次简化一张图:一招理解LSTM/GRU门控机制
  18. [转] lua 获取本地当月天数
  19. 20155234 2016-2017-2 《Java程序设计》第8周学习总结
  20. jQuery EasyUI API 中文文档 - Panel面板

热门文章

  1. Qt5程序开机自启动(windows)
  2. 错误解决--oracle中出现ORA-01791: 不是 SELECTed 表达式 错误
  3. nodejs--express开发个人博客(-)
  4. 46黑名单显示的bug---(优化ListView)convertView复用带来的问题
  5. 蓝牙Profile的概念和常见种类
  6. OCP-1Z0-051-题目解析-第25题
  7. Source Insight使用技巧
  8. 黑龙江省第七届大学生程序设计竞赛-Mysterious Organization
  9. Windows Azure 社区新闻综述(#78 版)
  10. [Android系列—] 1. Android 开发环境搭建与Hello World