Skip to content

n1ghtmare/noirblaze-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Important Notice

If you're using neovim, you should be using nvim-noirbuddy, which builds upon noirblaze-vim and takes it to the next level. Highly customizable with many presets. You can now change the "primary" colour and have your own spin on a monochrome color scheme.


A dark minimal vim theme with a touch of hot pink (magenta?).

2022-09-15_00-06

Installation

If you're using vim-plug you can add the following to your plugin call:

Plug 'n1ghtmare/noirblaze-vim'

Or if you're using packer.nvim:

use "n1ghtmare/noirblaze-vim"

Then in your config add (for vim):

syntax enable
colorscheme noirblaze

Or, for neovim with lua:

vim.opt.background = "dark"
vim.cmd("colorscheme noirblaze")

You can also enable the lightline theme by including the following:

let g:lightline = { 'colorscheme': 'noirblaze' }

Here is some more screenshots:

2022-09-15_00-09 2022-09-15_00-12

2022-02-08_14-43 2022-02-08_14-45

About

A minimal vim theme with a touch of hot pink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published