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 ...
随机推荐
- POJ 1379 Run Away 【基础模拟退火】
题意:找出一点,距离所有所有点的最短距离最大 二维平面内模拟退火即可,同样这题用最小圆覆盖也是可以的. Source Code: //#pragma comment(linker, "/ST ...
- Chapter 11 迪米特法则
迪米特法则也叫最少知识原则:如果两个类不必彼此直接通信,那么这两个类就不应当发生直接的相互作用.如果其中一个类需要调用另一个类的某一个方法的话,可以通过第三者转发这个调用. 迪米特法则首先强调的前提是 ...
- 3DShader之投影贴图(Projective Texturing)
相信大家都应该玩过CS或者CF吧,游戏里面有个喷图功能,就是按一个T键就能在墙上或者地板上喷出自己预先设定的图案. 而刚好这就是我们这个Shader所需实现的内容.由于没有潜伏者的贴图,我只有从这个图 ...
- 开源 免费 java CMS - FreeCMS1.9 职位管理
项目地址:http://code.google.com/p/freecms/ 职位管理 管理职位,实现招聘功能. 1. 职位管理 从左側管理菜单点击职位管理进入. 2. 加入职位 在职位列表下方点击& ...
- OpenRisc-31-关于在设计具有DMA功能的ipcore时的虚实地址转换问题的分析与解决
引言 之前,我们在讨论基于ORPSoC的ipcore设计时提到过DMA的问题,当时我们实现DMA的功能时,访问的是local memory,并没有使用主存(即外部的SDRAM),使用的是本地的一块存储 ...
- JQuery - 根据节点获取对应的id,可用于留言板
可以用于留言版的,点击展看和收起.显示评论等等功能. 效果: ----------------- html代码: JQuery代码:
- 为什么我的outlook只能收信不能发信,发送测试电子邮件消息: 无法发送此邮件。请在帐户属性中验证电子邮件
链接地址:http://zhidao.baidu.com/link?url=aVIFo2aNLuHIZGZuEUataHkZp4XApHqyvbEK8ACHPhi3jwhGhM0GBAtm72AnsP ...
- Python 第三篇(下):collections系列、集合(set)、单双队列、深浅copy、内置函数
一.collections系列: collections其实是python的标准库,也就是python的一个内置模块,因此使用之前导入一下collections模块即可,collections在py ...
- Windows Store Javascript项目使用高德地图、谷歌地图、百度地图API
原文 Windows Store Javascript项目使用高德地图.谷歌地图.百度地图API 在Win8 Store 项目中可以使用的地图主要有微软的Bing Map,目前高德地图sdk也支持Wi ...
- C++ 檔案、資料夾、路徑處理函式庫:boost::filesystem
原帖:https://tokyo.zxproxy.com/browse.php?u=uG7kXsFlW1ZmaxKEvCzu8HrCJ0bXIAddA1s5dtIUZ%2FYzM1u9JI7jjKLT ...