Previously called Lampaces Demon
Feel free to make a PR, with a screenshot of what you've changed. Before and After preferably.
-
After downloading the vim script or package, move the
hotline.vim
file to the.vim/colors
directory.$ cd hotline-vim/colors $ mv hotline.vim ~/.vim/colors/
Plug 'ronwoch/hotline-vim'
syntax enable
set background=dark
colorscheme hotline
These screenshots use nvim treesitter for syntax hightlighting
With these options
lua <<EOF
require'nvim-treesitter.configs'.setup {
ensure_installed = "maintained",
highlight = {
enable = true,
},
rainbow = {
enable = true,
},
indent = {
enable = false,
},
}
EOF
In the same Order as the image below
4C5801, 57BCDA, C0006E, 90A900, 2D6576