Skip to content

jibrang/Despacio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Despacio

Despacio version 4.0.0

Screenshot Screenshot Screenshot Screenshot

colorscheme despacio

Installation

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.

Package Manager Option
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 Option

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.

Despacio Settings

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

TODO: Improvements currently in development / strikeouts options are now available

  • New Darker UI Versions Sunset Mode
  • Xresources, iTerm, terminal.app themes Sunset Mode
  • New Darker UI Versions Twilight Mode
  • Xresources, iTerm, terminal.app themes Twilight Mode
  • New Darker UI Versions Midnight Mode
  • Xresources, iTerm, terminal.app themes Midnight Mode
  • New Darker UI Versions Pitch Mode
  • Xresources, 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

Callbacks

Despacio was inspired by KKPMW's awesome colorscheme Moonshine, and jpo's Railscasts and jnurmine's Zenburn.

Related

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:

About

A Vim colorscheme

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%