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-solarizeddirectory
or thesettings.jarfile. ClickOKin
the dialog that appears.Restart IntelliJ IDEA
Go to
Preferences | Editor | Colors & Fontsand select one of the
new color themes.
Option
2: Manual installation
Copy
Solarized Dark.xmlandSolarizedto 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 & Fontsand 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.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.
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 ...
随机推荐
- 树莓派安装mysql
首先我想启用root用户,所以我先启用root用户: sudo passwd root 这里会提示输入两次密码,然后: sudo passwd --unlock root 这样就可以启动root登录, ...
- Qt中所有类型之间的转换
1.char * 与 const char *的转换 char *ch1="hello11";const char *ch2="hello22";ch2 = c ...
- Android常用动画Frame-By-Frame Animations的使用
在Android的动画中有一种叫做Frame by Frame 的动画效果,就是跟Flash播放一样,是一帧一帧地显示,如果动画是连续并且有规律的话,就跟播放视频一样. 首先在drawable目录下添 ...
- thinkphp 分组、页面跳转与ajax
本节课大纲: 一.多应用配置技巧 二.使用分组 三.页面跳转 $this->success('查询成功',U('User/test')); $this->redirect('User/te ...
- 【Linux】Linux 自己主动挂载NTFS格式移动硬盘
1.首先下载ntfs-3g http://www.tuxera.com/community/ntfs-3g-download/ 2.解压 $tar zxvf ntfs-3g_ntfsprogs-201 ...
- muduo 与 libevent2 吞吐量对照
libevent 是一款很好用的 C 语言网络库,它也採用 Reactor 模型,正好能够与 muduo 做一对照. 本文用 ping pong 測试来对照 muduo 和 libevent2 的吞吐 ...
- arm:jlink调试和直接烧写运行的不同 [mdk s3c2440]
1.对全局变量的初始化. 2.还没发现的事例. /*************************************************/ 先上连接文件sct LR_ROM1 0x3000 ...
- Java开发中常见的危险信号(上)
本文来源于我在InfoQ中文站原创的文章,原文地址是:http://www.infoq.com/cn/news/2013/12/common-red-flags-in-java-1 Dustin Ma ...
- 自己用js写的两个日历控件
前一阵写了两个日历控件,做了简单的封装,发出来共朋友们参考. 第一个日历控件,条状的日历. (使用方法:调用initBarTime(id,evn),第一个参数是要渲染div的id,第二个参数是点击日期 ...
- Python 第四篇:生成器、迭代器、装饰器、递归函数与正则表达式
一:生成器:Generator,可以理解为是一种一个函数产生一个迭代器,而迭代器里面的数据是可以通过for循环获取的,那么这个函数就是一个生成器,即生成器是有函数生成的,创建生成器使用()表示,比如g ...