Home

Awesome

Alabaster Color Scheme

A light color scheme with minimal amount of highlighting for Sublime Text 3.

Motivation

Most color schemes highlight everything they can, ending up looking like a fireworks show.

Instead, Alabaster uses minimal highlighting; it defines just four classes:

  1. Strings
  2. All statically known constants (numbers, symbols, keywords, boolean values)
  3. Comments
  4. Global definitions

Additionally:

Variations

Alabaster BG is a variation of the same scheme but it uses background color for highlighting instead of text color. The idea is that it is easier to read when all text is black rather than when it changes color every few words. The colored background in that case creates a separate layer which is easier to ignore if you just trying to read the words.

Alabaster Dark is just a dark version based on the same principles.

Alabaster Mono and Alabaster Dark Mono are monochromatic version, with only cursor and occasional errors/search results highlighted.

Screenshot

What our users are saying?

It's like I had this weight on my eyes, and now it's gone. Awesome!

– Alex Sugak ★★★★★

After your theme others looks like unreadable neon things 🤯

– lamartire ★★★★★

Minimalistic cool

– denisgrib ★★★★★

Super minimal and undistracting. Easy to read.

– Josh Bernitt ★★★★★

A little bit confusing at first if you're from The Dark Land. But then you just chill.

– aenor.realm ★★★★★

Installation

Both schemes are packed in the same package.

Via Package Control

First, install Alabaster via Package Control:

  1. ToolsCommand Palette...Package Control: Install Package
  2. Select Alabaster Color Scheme and press Enter.

Then, enable it:

  1. Select Preferences → Color Scheme ...
  2. Pick Auto, then Alabaster (or Alabaster BG) for light variant and Alabaster Dark for dark variant.

Variations

See also

Writer Color Scheme: minimal color scheme for long-term writing.

Profile Switcher: Switch quickly between writing and coding profiles.

Fira Code: Best coding font in the world.

Credits

Made by Niki Tonsky.

License

MIT License