Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 947 Bytes

README.md

File metadata and controls

63 lines (37 loc) · 947 Bytes

top.png

Inspired by vim default bundle colorscheme "darkblue".

  • Supports Windows, macOS and Linux!
  • Supported CUI and GUI.

How to instal

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

vim-plug

Plug 'yasukotelin/retrohack'

dein.vim

call dein#add('yasukotelin/retrohack')

Manual Install

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

Finally, Write to your .vimrc or if you use NeoVim, write your init.vim.

colorscheme retrohack

Setting

Underline

If you want to show the cursorline, you write this.

set cursorline

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

set nocursorline

Screenshots

diff image

Licence

MIT Licence

Author

yasukotelin