Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.58 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.58 KB

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