A Vim colorscheme.
Sierra is a derivative of Hans Fugal's Desert. 'Statements', 'Functions', and 'Variables' are colored in cooler hues while 'Constants', 'String', and 'Booleans' are set to warmer reds. Sierra comes with a range of settings which you can tailor to fit your needs.
To make sierra your default colorscheme add this to your .vimrc:
colorscheme sierra
Add the following to your .vimrc to enable a dark version of Sierra:
" Sierra Dark
let g:sierra_Twilight = 1
colorscheme sierra
Add the following to your .vimrc for an even darker version of Sierra:
" Sierra Darker
let g:sierra_Midnight = 1
colorscheme sierra
Add the following to your .vimrc for the darkest version of Sierra:
" Sierra Darkest
let g:sierra_Pitch = 1
colorscheme sierra
This option was designed so that you do not have to continually change your vimrc throughout the day when you want a darker version of sierra. Sierra will now automatically cycle through each of it's modes starting at 5pm. With Campfire, when you launch Vim between 7am and 5pm the default Day mode will be the active setting. After 5pm, Twilight mode is scheduled to run. From 8pm to 12am, Midnight mode and then Pitch Mode till 7am morning. **Please note that this is experimental.
" Automatically Cycle thru Sierra
let g:sierra_Campfire = 1
colorscheme sierra
The screenshots of Sierra were made and tested using a default Vi IMproved 7.3 in iTerm 2.1.4 and the Vi IMproved 7.4 in the GUI MacVim app. Extended syntax for JavaScript provided by Jose Elera Campana's Plug-in vim-javascript-syntax. Enjoy!!
Please note that sierra is still brand new and I'm certain it will evolve over time. I'd love to hear from you guys if you have any feedback, suggestions or issues that you encounter. Just open an Issue ticket for any bugs or suggestions; and if sierra made your day, please leave a star! Also, if you like Sierra you might want to check out my other Vim theme Alduin