Skip to content

RETROHACK is dark blue vim colorschem inspired by default darkblue.

License

Notifications You must be signed in to change notification settings

yasukotelin/retrohack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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