All Projects → yasukotelin → Shirotelin

yasukotelin / Shirotelin

Licence: mit
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!

Projects that are alternatives of or similar to Shirotelin

Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+304.35%)
Mutual labels:  vim-plugin, vim-colorscheme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-86.96%)
Mutual labels:  vim-plugin, vim-colorscheme, colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+152.17%)
Mutual labels:  vim-plugin, vim-colorscheme, colorscheme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (+291.3%)
Mutual labels:  vim-colorscheme, light-theme
Tokyonight Vim
A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by enkia with the same name
Stars: ✭ 256 (+271.01%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (+278.26%)
Mutual labels:  vim-colorscheme, colorscheme
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (+104.35%)
Mutual labels:  colorscheme, vim-colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+405.8%)
Mutual labels:  vim-colorscheme, colorscheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (+317.39%)
Mutual labels:  vim-colorscheme, colorscheme
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (+510.14%)
Mutual labels:  light-theme, colorscheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+650.72%)
Mutual labels:  vim-plugin, colorscheme
One Gnome Terminal
Atom's One Dark and One Light theme for GNOME Terminal
Stars: ✭ 256 (+271.01%)
Mutual labels:  light-theme, colorscheme
jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-49.28%)
Mutual labels:  colorscheme, vim-colorscheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-23.19%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Colors Pencil
Light (& dark) color scheme inspired by iA Writer
Stars: ✭ 498 (+621.74%)
Mutual labels:  vim-plugin, vim-colorscheme
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-24.64%)
Mutual labels:  vim-colorscheme, colorscheme
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (+369.57%)
Mutual labels:  vim-plugin, colorscheme
VimConfig
Configuration files for Vi-IMproved.
Stars: ✭ 23 (-66.67%)
Mutual labels:  vim-plugin, vim-colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-2.9%)
Mutual labels:  colorscheme, vim-colorscheme
Palenight.vim
Soothing color scheme for your favorite [best] text editor
Stars: ✭ 492 (+613.04%)
Mutual labels:  vim-plugin, colorscheme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].