Shirotelin Save

shirotelin is Ultimate standard light colorscheme for Vim and Neovim!

Project README

shirotelin logo

shirotelin

shirotelin is Ultimate standard light colorscheme for Vim and Neovim!

reviewdog

  • Supports Windows, macOS and Linux!
  • Supported CUI and GUI.
NeoVim (MacOS)
GVim (Windows)

shirotelin family!

Supported Plugins Color⛏

Install

If you use any vim plugin manager, refer to the following.

vim-plug

Plug 'yasukotelin/shirotelin'

dein.vim

call dein#add('yasukotelin/shirotelin')

Manual Install

If you want to manual install, you download colors/shirotelin.vim and puts on your ~/.vim/colors directory.

Finally, Write to your .vimrc or init.vim.

colorscheme shirotelin

Settings

If you want to show the Tab, white space, and EOL, you write a like below to .vimrc or init.vim. shirotelin shows nice them.

set list
set listchars=tab:»-,eol:↲,extends:»,precedes:«,space:.

If you want to show the cursorline, you write this. shirotelin's cursorline is underline.

set cursorline

You doesn't want to show the cursorline. You write this.

set nocursorline

Screenshots

Complete

Complete and popup are simple and classical color 😍

TODO

TODO is highlighted with background Green.

Diff

Supported diff color 🤷‍♂️

Supported Plugins

I add colors for plugins actively.

Markdown

https://github.com/plasticboy/vim-markdown

shirotelin for Markdown

lightline.vim

https://github.com/itchyny/lightline.vim

If you use lightline.vim, you can write the below code in your .vimrc and use shirotelin colorscheme on lightline!

let g:lightline = {
      \ 'colorscheme': 'shirotelin',
      \ }
shirotelin for lightline.vim

NERDTree

https://github.com/scrooloose/nerdtree

shirotelin for NERDTree

with vim-devicons

https://github.com/ryanoasis/vim-devicons

shirotelin for NERDTree with vim-devicons

dart-vim-plugin

https://github.com/dart-lang/dart-vim-plugin

shirotelin for dar-vim-plugin

coc.nvim

Supported for coc.nvim.

shirotelin for coc.nvim

coc-flutter

Supported for Closing Label on the coc-flutter

NOTE Closing Label is supported on only Neovim.

vim-go

Supported for vim-go

NOTE vim-go default config is a less highlited. If you want to more highlight, you can refer vim-go WIKI pages and setting them.

vim-clap

Supported for vim-clap

Licence

MIT Licence

Author

yasukotelin

Open Source Agenda is not affiliated with "Shirotelin" Project. README Source: yasukotelin/shirotelin
Stars
92
Open Issues
0
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating