Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 788 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 788 Bytes

A dark minimal vim theme with a touch of hot pink and cyan. Fork of noirblaze-vim.

antheme

Installation

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' }