DuoTones colorschemes
Based on DuoTone themes by Simurai for Atom.
This is a work in progress. Until now only templates for Vim, Sublime Text and Prism have been edited.
In time the templates for HighlightJs and Prettify will also be edited to tone down those brackets, punctuation and so on, in order to keep these colorschemes in the spirit of the original DuoTone Themes.
“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.”
DuoTone Dark
Based on DuoTone Dark Theme by Simurai.
Go to demo with Prism.
function foo(bar) {
var a = 42,
b = 'Prism';
return a + bar(b);
}
DuoTone DarkSea
Based on DuoTone DarkSea Theme by Simurai
Go to demo with Prism.
function foo(bar) {
var a = 42,
b = 'Prism';
return a + bar(b);
}
DuoTone DarkSpace
Based on DuoTone DarkSpace Theme by Simurai.
Go to demo with Prism.
function foo(bar) {
var a = 42,
b = 'Prism';
return a + bar(b);
}
DuoTone DarkEarth
Based on DuoTone DarkEarth Theme by Simurai.
Go to demo with Prism.
function foo(bar) {
var a = 42,
b = 'Prism';
return a + bar(b);
}
DuoTone DarkForest
Based on DuoTone DarkForest Theme by Simurai.
Go to demo with Prism.
function foo(bar) {
var a = 42,
b = 'Prism';
return a + bar(b);
}
DuoTone DarkPool
Adapted from DuoTone Dark Theme by Simurai.
Go to demo with Prism.
function foo(bar) {
var a = 42,
b = 'Prism';
return a + bar(b);
}
Downloads
All downloads can be found in the output folder.
For Atom, please use the original theme by Simurai. For Sublime Text, go to the Textmate folder within the output folder. Or download the zip-file for Sublime Text/Textmate directly from here.
Installation for Sublime Text with Git
Or, when using Git, you can clone the dedicated repo for this purpose
In your Packages directory, clone the theme repository using the command below:
git clone https://github.com/atelierbram/duotones-sublime-colorschemes.git
Installation for Vim with Git
For Vim with Pathogen you can clone the dedicated repo for this purpose in the ~/.vim/bundle
directory like so:
cd ~/.vim/bundle
git clone https://github.com/atelierbram/vim-colors_duotones.git
Demo
Lab
Credits
- Credits to Simurai whose DuoTone themes for Atom were a model for these colorschemes
- Credits to Chris Kempson, whose Base16 Builder was used for conversion to the different output formats. It’s a remarkable building tool, and I would also recommend trying out the colorschemes he made with them.