Solarized Colorscheme for IntelliJ IDEA
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..."
Go to
File | Import Settings...
and specify theintellij-colors-solarized
directory
or thesettings.jar
file. ClickOK
in
the dialog that appears.Restart IntelliJ IDEA
Go to
Preferences | Editor | Colors & Fonts
and select one of the
new color themes.
Option
2: Manual installation
Copy
Solarized Dark.xml
andSolarized
to your IntelliJ IDEA preferences color directory. The directory varies, depending on which JetBrains IDE you are using.
Light.xmlThe colors directory may need to be created.
It is typically in:
Mac OS X
~/Library/Preferences/IntelliJIdea13/colors
(IntelliJ
IDEA 13 Ultimate Edition),~/Library/Preferences/IdeaIC13/colors
(IntelliJ
IDEA 13 Community Edition),~/Library/Preferences/WebIDE70/colors
(PHPStorm
7.0),~/Library/Preferences/WebIDE80/colors
(PHPStorm
8.0),~/Library/Preferences/WebStorm8/colors
(WebStorm
8.0).
Windows
%USERPROFILE%\.IdeaIC13\config\colors
(IntelliJ
IDEA 13 Community Edition),%USERPROFILE%\.PyCharm40\config\colors
(PyCharm
4.5 Community Edition).
Restart IntelliJ IDEA
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
after adding the color schemes to your IntelliJ IDEA installation.
| Editor | Colors & Fonts | Font
Note
About Committing Changes
If you want to commit updates to the XML color scheme files, make sure to run the buildjar.sh
script 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.
Solarized Colorscheme for IntelliJ IDEA的更多相关文章
- Android好用且常用的插件及工具
1.GitHub,这个不管是做安卓还是其他,只要是开发就必上的网站,也是天朝没有墙掉为数不多的网站 2.Stack OverFlow,这个和上面一样,国外非常著名的问答网站,在上面基本上很多问题都可以 ...
- Android开发常用的插件及工具
1.GitHub,这个不管是做安卓还是其他,只要是开发就必上的网站,也是天朝没有墙掉为数不多的网站 2.Stack OverFlow,这个和上面一样,国外非常著名的问答网站,在上面基本上很多问题都可以 ...
- 转发—Android开发常用的插件及工具
作者:蓝之风 出处:http://www.cnblogs.com/vaiyanzi/ Android开发常用的插件及工具 1.GitHub,这个不管是做安卓还是其他,只要是开发就必上的网站,也是天朝没 ...
- vimrc
我的vimrc https://github.com/juandx/vimrc 当然得装vundle git clone https://github.com/VundleVim/Vundle.vim ...
- 使用pathogen管理Vim插件并托管到Github
参照文章[1][2]的办法,将vim打造成一个Python开发环境.文章中使用的是 pathogen + git 来管理 Vim 插件的.对这种方式还不太明白的同学可以参考[3]中的介绍.pathog ...
- Vim配置及说明——IDE编程环境
Vim配置及说明——IDE编程环境 Vim配置及说明——IDE编程环境 1.基本及字体 2.插件管理 3.主题风格 4.窗口设置 5.目录树导航 6.标签导航 7.taglist 8.多文档编辑 9. ...
- VIM 打造 c/c++ IDE
1. vim 的安装 $sudo apt-get install vim vim-scripts vim-doc <br> 其中vim-scripts包含了vim的一些基本插件,包括语法高 ...
- vim 高级使用技巧
前言:逃离windows有很长时间了,特别是当今android盛行的时代,我们没有理由不选择ubuntu作为编译开发android之首选.其实操作系统只是我们使用的一个工具, windows也好lin ...
- 【转】所需即所获:像 IDE 一样使用 vim
转自: https://github.com/yangyangwithgnu/use_vim_as_ide 所需即所获:像 IDE 一样使用 vim yangyangwithgnu@yeah.net ...
随机推荐
- CodeForces 294B Shaass and Bookshelf 【规律 & 模拟】或【Dp】
这道题目的意思就是排两排书,下面这排只能竖着放,上面这排可以平着放,使得宽度最小 根据题意可以得出一个结论,放上这排书的Width 肯定会遵照从小到大的顺序放上去的 Because the total ...
- Oracle中奇怪的【不等于号】
Oracle中奇怪的[不等于号] 在Oracle中,不等号有三种:<>,!=,^= 例如: select * from test where name<>'xn'.返回的结 ...
- ascii码所有字符对照表(包含汉字和外国文字)
http://www.0xaa55.com/thread-398-1-1.html看到了0xaa55的这个帖子,想起了2年前我在51cto发的一个帖子http://down.51cto.com/dat ...
- 为什么要选择cdn加速
CDN的通俗理解就是网站加速,CPU均衡负载,可以解决跨运营商,跨地区,服务器负载能力过低,带宽过少等带来的网站打开速度慢等问题. 比如: 1.一个企业的网站服务器在北京,运营商是电信,在广东的联通用 ...
- [置顶] 自定义java Annotation快速入门与提高
我们先来看看一个简单的注解类定义 import java.lang.annotation.Documented; import java.lang.annotation.Retention; impo ...
- Linux内核源代码解析之——我与神童聊Linux内核
本文原创为freas_1990,转载请标明出处:http://blog.csdn.net/freas_1990/article/details/11619609 我的朋友里,至少有2.5个神童. 有的 ...
- 更换Winform 皮肤(下)----完全GDI+绘制
skin皮肤和DLL程序及文件:下载 链接:http://www.cnblogs.com/DebugLZQ/archive/2013/04/15/3021659.html
- 转:关于http server - 来自百度知道,留存备读
web server 目 录 1名词解释 2应用程序服务器与web服务器 2.1 Web服务器(Web Server) 2.2 带应用程序服务器的Web服务器 2.3 警告(caveats) ...
- mac下的应用程序发布 及 打包(Python写的脚本,可打包第三方库)
其实这个问题在网上能搜到大把的解决方案.大家的统一答案都是 otool -L yourapp.app/Contents/MacOS/yourapp 根据输出信息在运行 install_name_too ...
- Eclipse用法和技巧二十八:Eclipse插件Easy Explore的今世
先说明一下easyexplore插件的功能,easyexplore是一个类似于 Windows Explorer的Eclipse插件,它可以帮助你在不退出Eclipse的环境下迅速浏览本地文件系统. ...