Skip to content

AugustUnderground/nocolor.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No Color Scheme for NeoVim

Topics

Resources

License

Stars

Watchers

Forks