lunarized-syntax

Solarized After Dark

aclissold

2,701

3

0.4.0

MIT

GitHub

Lunarized

A fork of the Atom version of the famous Solarized theme—with a moonlit aura.

Design Decisions

I love the harmonious blend of Solarized's accent colors and how well they all fit together. After all, the most important facet of a syntax theme is to be able to easily differentiate the different tokens in source code. And Solarized manages to achieve this while still looking beautiful.

However, the dark blue "in the shade of a tree" background (as well as the yellow morning-sun variant) break this neutrality. Lunarized fixes it by completely desaturating the base colors as well as lowering each of their brightnesses by 15%. Plain text has also been bumped from the base0 to base1 color to compensate.

Installation

To get the Atom package:

To get the Vim colorsheme:

With pathogen:

cd ~/.vim/bundle
git clone https://github.com/aclissold/lunarized-syntax

Without pathogen:

mkdir -p ~/.vim/colors
cd ~/.vim/colors
curl -O https://raw.githubusercontent.com/aclissold/lunarized-syntax/master/lunarized.vim

Screenshots

Atom Screenshot Vim Screenshot