Skip to content

Dark Vim theme with bright colours

Notifications You must be signed in to change notification settings

ronwoch/hotline-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{hotline}

Previously called Lampaces Demon

Contributing

Feel free to make a PR, with a screenshot of what you've changed. Before and After preferably.

Installation

Option 1: Manual installation

  1. 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/
    

Option 2: Plug installation

Plug 'ronwoch/hotline-vim'

Modify .vimrc

syntax enable
set background=dark
colorscheme hotline

Screenshots

Better Highlighting (optional)

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

OCaml

Elixir

Haskell

Pallete

In the same Order as the image below

4C5801, 57BCDA, C0006E, 90A900, 2D6576

Pallet

About

Dark Vim theme with bright colours

Resources

Stars

Watchers

Forks

Packages

No packages published