shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
- Supports Windows, macOS and Linux!
- Supported CUI and GUI.
NeoVim (MacOS) |
---|
GVim (Windows) |
- for Terminal.app (yasukotelin/shirotelin-terminal-app)
- for JetBrains IDE (yasukotelin/shirotelin-intellij)
- for Visual Studio Code (yasukotelin/shirotelin-vscode)
- for Kakoune (esessoms/shirotelin-kakoune)
- for Emacs (esessoms/shirotelin-theme)
- for iTerm2 (tatsuya4559/shirotelin-iterm2)
- [✔] Markdown https://github.com/plasticboy/vim-markdown
- [✔] lightline.vim https://github.com/itchyny/lightline.vim
- [✔] NERDTree https://github.com/preservim/nerdtree
- [✔] NERDTree + vim-devicons https://github.com/ryanoasis/vim-devicons
- [✔] dart-vim-plugin https://github.com/dart-lang/dart-vim-plugin
- [✔] vim-lsp https://github.com/prabirshrestha/vim-lsp
- [✔] coc.nvim https://github.com/neoclide/coc.nvim
- [✔] coc-flutter https://www.npmjs.com/package/coc-flutter
- [✔] vim-go https://github.com/fatih/vim-go
- [✔] vim-clap https://github.com/liuchengxu/vim-clap
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
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
Complete and popup are simple and classical color 😍
TODO is highlighted with background Green.
Supported diff color 🤷♂️
I add colors for plugins actively.
https://github.com/plasticboy/vim-markdown
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',
\ }
https://github.com/scrooloose/nerdtree
https://github.com/ryanoasis/vim-devicons
https://github.com/dart-lang/dart-vim-plugin
Supported for coc.nvim.
Supported for Closing Label on the coc-flutter
NOTE Closing Label is supported on only Neovim.
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.
Supported for vim-clap
MIT Licence
yasukotelin