Skip to content

Latest commit

History

History
83 lines (60 loc) 路 1.81 KB

README.md

File metadata and controls

83 lines (60 loc) 路 1.81 KB
#    # # #####  #####  #      ######       #    # # #    # 
##   # # #    # #    # #      #            #    # # ##  ## 
# #  # # #####  #####  #      #####  ##### #    # # # ## # 
#  # # # #    # #    # #      #            #    # # #    # 
#   ## # #    # #    # #      #             #  #  # #    # 
#    # # #####  #####  ###### ######         ##   # #    # 

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