Syntax Highlighting Colorschemes

Base4Tone

Base4Tone is an opinionated system for working with variables in webdesign, and is also used to generate a collection of colorthemes for many different applications in dark - and light versions.


function foo(bar) {
    var a = 42,
        b = 'Prism';
    return a + bar(b);
}

Base2Tone

Based on DuoTone themes by Simurai for Atom.

“DuoTone themes use only 2 hues (7 shades in total). It tones down less important parts (like punctuation and brackets) and highlights only the important ones. This leads to a more calm color scheme, but still lets you find the stuff you’re looking for.”

Base2Tone has it’s own dedicated repository, and demopage on base2t.one.


function foo(bar) {
    var a = 42,
        b = 'Prism';
    return a + bar(b);
}

Atelier Schemes

Atelier Schemes, demotiles for Dune, syntax highlighting colorscheme
screenshot of Sulphurpool colorscheme - dark version - in Vim
Screenshot Sulphurpool – dark version – in Vim

Prism

Colorschemes for Prism: demopage

Colorscheme Lab

This repo on Github Go to Top