ObsidianBlade is a spin off of the classic Obsidian, 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.
- For IntelliJ 16.x, 17.x use the
master
branch - For IntelliJ 13.x, 14.x, 15.x use the
v1.0
tag
- Download the latest settings.jar.
- From IntelliJ, go to
File
, thenManage IDE Settings
, thenImport Settings
and specify thesettings.jar
file you've downloaded in the previous step. - Make sure to set IntelliJ's theme to
Darcula
(skip to step 4 ifDarcula
is already set):- Go to
IntelliJ IDEA
menu (top menu bar) - Click on
Preferences
, thenAppearance & Behavior
, thenAppearance
- Set the
Theme
toDarcula
- Go to
- Finally, set the color scheme to
ObsidianBlade
:- Go to
IntelliJ IDEA
menu (top menu bar) - Click on
Preferences
, thenEditor
, then theColor Scheme
and setObsidianBlade
as the color scheme
- Go to
- Go to
IntelliJ IDEA
menu (top menu bar), click onPreferences
, thenEditor
, thenFont
and set the font toSource Code Pro
(In case the "Source Code Pro" font it missing, it can be downloaded here)
- Download and extract the latest sources (ObsidianBlade-master.zip).
- Execute
buildSettings.sh
to generate asettings.jar
file. - Perform the steps described in Importing ObsidianBlade starting from step 2.
Help is much appreciated, feel free to provide feedback, report issues, suggest PRs, etc.