🌸 Light pastel syntax theme for cozy, cute coding & typing. 🌱
Install manually, or using the package manager of your choice:
" vim-plug
Plug 'soft-aesthetic/soft-era-vim'
" NeoBundle
NeoBundle 'soft-aesthetic/soft-era-vim'
" Vundle
Plugin 'soft-aesthetic/soft-era-vim'
Once installed, set the colorscheme in your configuration:
" Vim >=8.0 or Neovim >= 0.1.5
if (has("termguicolors"))
set termguicolors
endif
" Neovim 0.1.3 or 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
# Enable syntax highlighting and set colorscheme
syntax enable
colorscheme soft-era
You can use the included vim-airline theme like:
let g:airline_theme = 'softera'
If you’re running Vim in iTerm2, it’s highly recommended to have a look at soft era for iTerm2.