Skip to content

jurelik/vim-antheme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal vim theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%