Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/augustunderground/nocolor.nvim

No Color Scheme for NeoVim
https://github.com/augustunderground/nocolor.nvim

colorscheme lush-nvim neovim

Last synced: about 5 hours ago
JSON representation

No Color Scheme for NeoVim

Awesome Lists containing this project

README

        

# No Color Scheme for NeoVim

Made with [lush](http://git.io/lush.nvim).

![image](https://github.com/AugustUnderground/nocolor.nvim/assets/9946778/c7dfba22-514c-440b-b040-422f51561410)

![image](https://github.com/AugustUnderground/nocolor.nvim/assets/9946778/9136231e-109c-4dfa-9980-a01491575315)

## Install

With [lazy](https://github.com/folke/lazy.nvim):

```lua
{ "augustunderground/nocolor.nvim" }
```

Or any other plugin manager.

## Usage

No need to `setup()`, just

```lua
vim.cmd.colorscheme("nocolor")
```

or

```vim
colorscheme nocolor
```

## lualine

Dynamic [lualine](https://github.com/nvim-lualine/lualine.nvim) theme.

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

## Highlight Groups

Explicity overwrites the highlight groups in:

- [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua)
- [nvim-notify](https://github.com/rcarriga/nvim-notify)
- [barbar.nvim](https://github.com/romgrk/barbar.nvim)

## Lightswitch

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