soft-era-vim icon indicating copy to clipboard operation
soft-era-vim copied to clipboard

🌸 soft era for Vim ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱

trafficstars

~ soft era ~

syntax theme for Vim

🌸 Light pastel syntax theme for cozy, cute coding & typing. 🌱

soft era syntax theme screenshot

Installation

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.

Roadmap

  • [x] Base syntax
  • [ ] CSS syntax
  • [ ] Diff syntax
  • [ ] Elixir syntax
  • [ ] Fugitive syntax
  • [ ] Git syntax
  • [ ] Vim help syntax
  • [ ] HTML syntax
  • [ ] JavaScript syntax
  • [ ] JSON sytax
  • [ ] Markdown syntax
  • [ ] NERDTree syntax
  • [ ] Ruby syntax
  • [ ] vim-gitgutter syntax