Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erietz/set3.nvim

:rainbow: Neovim colorscheme using matplotlib's Set3 colormap
https://github.com/erietz/set3.nvim

Last synced: 19 days ago
JSON representation

:rainbow: Neovim colorscheme using matplotlib's Set3 colormap

Awesome Lists containing this project

README

        

Colorscheme for neovim with support for treesitter.

![Screenshot](./media/Screenshot-2023-01-14.png)

# Installation

With [Packer](https://github.com/wbthomason/packer.nvim)

```lua
use { 'erietz/set3.nvim', requires = 'tjdevries/colorbuddy.nvim' }
```

# Usage

```lua
vim.cmd.colorscheme('set3')
```

or

```lua
require('colorbuddy').colorscheme('set3')
```