colorscheme despacio
There are a few ways to install despacio. The first option is by using your favorite vim package manager and the second is by manual download.
Manager | ||
---|---|---|
Vundle | add to .vimrc: | Plugin 'alessandroyorba/despacio' |
NeoBundle | add to .vimrc: | NeoBundle 'alessandroyorba/despacio' |
VimPlug | add to .vimrc: | Plug 'alessandroyorba/despacio' |
Pathogen | from terminal: | cd ~/.vim/bundle && \ git clone git://github.com/alessandroyorba/despacio |
Download the .zip and copy despacio.vim
to ~/.vim/colors
(on Windows <your-vim-dir>\vimfiles\colors
). Or for global accessibility, /usr/share/vim/vimfiles/colors
.
You can activate them by adding each of the following variables to your .vimrc. Remember to place the variables before declaring colorscheme despacio
.
Description | Add to .vimrc | Screenshot |
---|---|---|
gray background | colorscheme despacio |
Screenshot |
medium gray background | let g:despacio_Sunset = 1 |
Screenshot |
dark gray background | let g:despacio_Twilight = 1 |
Screenshot |
almost black background | let g:despacio_Midnight = 1 |
Screenshot |
black background | let g:despacio_Pitch = 1 |
Screenshot |
Changes theme depending on time of day | let g:despacio_Campfire = 1 |
Screenshot |
New Darker UI Versions Sunset ModeXresources, iTerm, terminal.app themes Sunset ModeNew Darker UI Versions Twilight ModeXresources, iTerm, terminal.app themes Twilight ModeNew Darker UI Versions Midnight ModeXresources, iTerm, terminal.app themes Midnight ModeNew Darker UI Versions Pitch ModeXresources, iTerm, terminal.app themes Pitch Mode- Option to remove CursorLine Background color
- Option to have Matching Parens underlined
Option to cycle thru modes throughout the day - Campfire Mode
Despacio was inspired by KKPMW's awesome colorscheme Moonshine, and jpo's Railscasts and jnurmine's Zenburn.
Feedback, issues or suggestions? Open an Issue Despacio Issues! Also, if you like Despacio you might want to check out a few of the other Vim themes I manage: