/nocolor.nvim

No Color Scheme for NeoVim

Primary LanguageLuaMIT LicenseMIT

No Color Scheme for NeoVim

Made with lush.

image

image

Install

With lazy:

{ "augustunderground/nocolor.nvim" }

Or any other plugin manager.

Usage

No need to setup(), just

vim.cmd.colorscheme("nocolor")

or

colorscheme nocolor

lualine

Dynamic lualine theme.

local nocolor = require("nocolor.lualine")
require("lualine").setup({ options = { theme = nocolor }})

Highlight Groups

Explicity overwrites the highlight groups in:

Lightswitch

Switch between light and dark mode on the fly with the :Light and :Dark commands, or toggle with :LightSwitch.