badnotes / ObsidianBlade

A color scheme for IntellJ IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ObsidianBlade - A color scheme for IntellJ IDEA

###Java

ObsidianBlade - Obsidian based color scheme

###Scala

ObsidianBlade - Obsidian based color scheme ObsidianBlade - Obsidian based color scheme

ObsidianBlade is a spin off the classic [Obsidian] (http://ideacolorthemes.org/themes/2/) the source of which I actually wanted to fork, but couldn't quite find the repo. Anyhow, thanks Morinar!

ObsidianBlade targets mainly Java and Scala (and some Bash) and introduces a fine-grained semantic color coding that allows one to easily tell apart semantic constructs in a glimpse of an eye. Class memebers, method parameters, local variables all have their own color, making code both pretty and easy to read.

ObsidianBlade was tested on IntelliJ 13.x, 14.x.

Importing ObsidianBlade

  1. Download the latest settings.jar.
  2. From IntelliJ, go to File then Import Settings and specify the settings.jar file you've downloaded in the previous step.
  3. Make sure to set IntelliJ's theme to Darcula by going to File then Settings, then Appearance and set the "Theme" to Darcula.
  4. From IntelliJ, go to File then Settings, then Colors & Fonts and select the ObsidianBlade color scheme.

######(Optional) Installing the "Source Code Pro" font:

  1. Download the Source Code Pro font to complement ObsidianBlade (and your IntelliJ in general).
  2. Go to File then Settings, click on Editor, Colors & Fonts then Font and set Source Code Pro under the Primary font combo box.

Building ObsidianBlade:

  1. Download and extract the latest sources (ObsidianBlade-master.zip).
  2. Execute buildSettings.sh to generate a settings.jar file.
  3. Perform the steps described in Importing ObsidianBlade starting from step 2.

About

A color scheme for IntellJ IDEA.


Languages

Language:Shell 100.0%