git.m455.casa

sunset.vim

clone url: git://git.m455.casa/sunset.vim


README.md

sunset.vim

Two relaxing orange, red, and yellow-focused colorscheme for Vim.

Screenshot

Sunset:

Sunset purple:

Theme differences

The sunset colorscheme is the same as the sunset_purple colorscheme with all of the purple changed to red.

Requirements

Install the sunset colorschemes

This section describes how to install the sunset colorschemes using vim-plug, the install script, and how to install the colorschemes manually.

Note: In the sections below, you can change instances of colorscheme sunset to colorscheme sunset_purple to try the alternative purple version.

Install sunset using vim-plug

  1. Add the following to ~/.vimrc:

    Plug 'git://git.m455.casa/sunset.vim'

  2. Restart Vim.

  3. In Vim, run :PlugInstall.

  4. Add the following to ~/.vimrc:

    colorscheme sunset

Install sunset using the install script

  1. Run git clone git://git.m455.casa/sunset.vim

  2. Run ./install.sh

  3. Add the following to ~/.vimrc:

    colorscheme sunset

Install sunset manually

  1. Run git clone git://git.m455.casa/sunset.vim

  2. Run mkdir -p "$HOME/.vim/colors"

  3. Run cp sunset.vim/colors/sunset.vim "$HOME/.vim/colors/"

  4. Add the following to "$HOME/.vimrc":

    colorscheme sunset