Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/augustunderground/nocolor.nvim
- Owner: AugustUnderground
- License: mit
- Created: 2024-05-27T11:35:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T19:43:43.000Z (6 months ago)
- Last Synced: 2024-05-29T05:45:43.891Z (6 months ago)
- Topics: colorscheme, lush-nvim, neovim
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.