Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkaving/intellij-colors-solarized
Solarized Colorscheme for IntelliJ IDEA
https://github.com/jkaving/intellij-colors-solarized
color-scheme color-theme intellij solarized
Last synced: about 20 hours ago
JSON representation
Solarized Colorscheme for IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/jkaving/intellij-colors-solarized
- Owner: jkaving
- Created: 2011-04-14T10:41:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T04:37:50.000Z (7 months ago)
- Last Synced: 2024-12-05T11:06:40.581Z (8 days ago)
- Topics: color-scheme, color-theme, intellij, solarized
- Language: Shell
- Homepage:
- Size: 2.02 MB
- Stars: 3,257
- Watchers: 92
- Forks: 429
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - intellij-colors-solarized - Solarized Colorscheme for IntelliJ IDEA (Shell)
README
Solarized Colorscheme for IntelliJ IDEA
=======================================Original Solarized color scheme developed by Ethan Schoonover
Adapted for IntelliJ IDEA by:
Adam Vandenberg
Johan KavingVisit 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 main [Solarized 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.
[Solarized homepage]: http://ethanschoonover.com/solarized
[Solarized repository]: https://github.com/altercation/solarized
[IntelliJ-only repository]: https://github.com/jkaving/intellij-colors-solarizedStatus
------------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
ERB
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
Rust
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. Download the [latest version](https://github.com/jkaving/intellij-colors-solarized/releases/latest/download/settings.jar) of `settings.jar` from the [releases page](https://github.com/jkaving/intellij-colors-solarized/releases).
2. Go to `File | Import Settings...` and select the downloaded `settings.jar` file.
Click `OK` in the dialog that appears.3. Restart IntelliJ IDEA
4. **macOS**
* Go to `Preferences | Editor | Colors Scheme` and select one of the new color themes.**Windows / Linux**
* Go to `File | Settings... | Editor | Color Scheme` and select one of the new color themes.### Option 2: Manual installation
1. Clone this repository
2. Copy `Solarized Dark.icls` and `Solarized Light.icls` 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:
**macOS**
* `~/Library/Preferences/IntelliJIdeaXX/colors` [(IntelliJ IDEA Ultimate Edition)][IntelliJ IDE settings],
* `~/Library/Preferences/IdeaICXX/colors` [(IntelliJ IDEA Community Edition)][IntelliJ IDE settings],
* `~/Library/Preferences/WebIDE70/colors` [(PHPStorm 7.0)][PHPStorm IDE settings],
* `~/Library/Preferences/WebIDE80/colors` [(PHPStorm 8.0)][PHPStorm IDE settings],
* `~/Library/Preferences/WebStorm8/colors` [(WebStorm 8.0)][WebStorm IDE settings].**Linux**
* `~/./colors` Generic path,
* `~/.IdeaICXX/config/colors` [(IntelliJ IDEA)][IntelliJ IDE settings],
* `~/.PyCharmXX/colors` [(PyCharm)][PyCharm IDE settings].**Windows**
* `%USERPROFILE%\.IdeaICXX\config\colors` [(IntelliJ IDEA Community Edition)][IntelliJ IDE settings],
* `%USERPROFILE%\.PyCharm40\config\colors` [(PyCharm 4.5 Community Edition)][PyCharm IDE settings].3. Restart IntelliJ IDEA
4. **macOS**
* Go to `Preferences | Editor | Colors Scheme` and select one of the new color themes.**Windows / Linux**
* Go to `File | Settings... | Editor | Color Scheme` and select one of the new color themes.[IntelliJ IDE settings]: https://www.jetbrains.com/idea/help/project-and-ide-settings.html
[PHPStorm IDE settings]: https://www.jetbrains.com/phpstorm/help/project-and-ide-settings.html
[PyCharm IDE settings]: https://www.jetbrains.com/pycharm/help/project-and-ide-settings.html
[WebStorm IDE settings]: https://www.jetbrains.com/webstorm/help/project-and-ide-settings.htmlDarcula
-------
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 the `settings.jar` file contains Darcula versions of the color schemes.
The only difference from the regular versions is that these color schemes inherit
their default colors from the Darcula theme rather than from Default.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.