Skip to content

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

License

Notifications You must be signed in to change notification settings

soft-aesthetic/soft-era-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~ 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

  • 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published