A dark minimal vim theme with a touch of hot pink and cyan. Fork of noirblaze-vim.
If you're using vim-plug you can add the following to your plugin call:
Plug 'jurelik/vim-antheme'
Or if you're using packer.nvim:
use "jurelik/vim-antheme"
Then in your config add (for vim):
syntax enable
colorscheme antheme
Or, for neovim with lua
:
vim.opt.background = "dark"
vim.cmd("colorscheme antheme")
You can also enable the lightline theme by including the following:
let g:lightline = { 'colorscheme': 'antheme' }