Skip to content

cmoscofian/nibble-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#    # # #####  #####  #      ######       #    # # #    # 
##   # # #    # #    # #      #            #    # # ##  ## 
# #  # # #####  #####  #      #####  ##### #    # # # ## # 
#  # # # #    # #    # #      #            #    # # #    # 
#   ## # #    # #    # #      #             #  #  # #    # 
#    # # #####  #####  ###### ######         ##   # #    # 

nibble-vim

A 4-bit colorscheme for vim/ neovim strongly inspired by the good old MS-DOS.

Join me on remembering what was like pushing that i386 button and waiting a good solid 5 minutes before we could play doom...

Here you have few examples of behaviour based on different languages, it has support for tree-sitter (nvim).

GO

Bash

Javascript

Instalation


You can use your favorite plugin manager to install this theme and from there it is as simple as adding this to your vimrc/init.vim:

colorscheme nibble

Plugin managers

call plug#begin()
  Plug 'cmoscofian/nibble-vim'
call plug#end()
call vundle#begin()
  Plugin 'cmoscofian/nibble-vim'
call vundle#end()
return require('packer').startup(function()
  use 'cmoscofian/nibble-vim'
end)
  • [vim-8+]:
git clone https://github.com/cmoscofian/nibble-vim.git ~/.vim/pack/theme/start/nibble-vim

or

git submodule add https://github.com/cmoscofian/nibble-vim.git ~/.vim/pack/theme/start/nibble-vim

About

💾 A 4-bit colorscheme for vim/neovim strongly inspired by the good old MS-DOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published