Skip to content

690609237/Sierra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot Sierra Screenshots of Backgrounds

Sierra

A Vim colorscheme.

Inspiration

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.

Sierra Settings

Day

To make sierra your default colorscheme add this to your .vimrc:

colorscheme sierra

Twilight

Add the following to your .vimrc to enable a dark version of Sierra:

" Sierra Dark
let g:sierra_Twilight = 1
colorscheme sierra

Midnight

Add the following to your .vimrc for an even darker version of Sierra:

" Sierra Darker
let g:sierra_Midnight = 1
colorscheme sierra

Pitch

Add the following to your .vimrc for the darkest version of Sierra:

" Sierra Darkest
let g:sierra_Pitch = 1
colorscheme sierra

Campfire

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

Moar Screenshots

Screenshots

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!!

Related

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

About

A Vim Colorscheme

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%