Code Monkey home page Code Monkey logo

shirotelin's Introduction

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

shirotelin's People

Contributors

coder5506 avatar get-me-power avatar tatsuya4559 avatar yasukotelin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

shirotelin's Issues

Support for lightline.vim

Hello!

Thanks for the nice colorscheme! It's always good to find more light colorschemes :)

I'm using lightline.vim statusline, and I'd like know if you could provide colors to use with it. Thanks!

error in line 13

init.vim
`syntax enable "включает подсветку синтаксиса
set termguicolors
set mouse+=a
set autoindent "авто-отступ строки
set tabstop=2
set shiftwidth=2
set expandtab
set smartindent
set textwidth=80 "длина строки
filetype plugin indent on
"set number "показать номера строк

colorscheme shirotelin <-- 13 line

let g:airline_powerline_fonts=1 "Включить поддержку Powerline шрифтов
let g:Powerline_symbols='unicode' "Поддержка unicode

" Plagins
call plug#begin()

Plug 'yasukotelin/shirotelin'

Plug 'Pocco81/AutoSave.nvim'

Plug 'glepnir/galaxyline.nvim' , {'branch': 'main'}
Plug 'kyazdani42/nvim-web-devicons'
Plug 'romgrk/barbar.nvim'

Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
Plug 'akinsho/flutter-tools.nvim'

Plug 'preservim/nerdtree'

Plug 'ryanoasis/vim-devicons'

call plug#end()

lua << EOF
require("flutter-tools").setup{}
EOF

lua << EOF
require("telescope").load_extension("flutter")
EOF

lua << EOF
require('spaceline')
EOF`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.