Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cloudlena/nvim-quantum

A Material Design based color scheme for Neovim
https://github.com/cloudlena/nvim-quantum

Last synced: about 2 months ago
JSON representation

A Material Design based color scheme for Neovim

Awesome Lists containing this project

README

        

# Neovim Quantum

A color scheme based on Google's [Material Design palette](https://material.io/guidelines/style/color.html#color-color-palette).

This project was heavily inspired by [tyrannicaltoucan/vim-quantum](https://github.com/tyrannicaltoucan/vim-quantum).

> **NOTE:** Quantum requires a terminal or GUI that supports true-colors and Neovim 0.5+ to be installed!

## Preview

![quantum](https://i.imgur.com/VzPs0Uf.png)

### Installation

Install this color scheme using your preferred Vim plugin manager, e.g. [Packer](https://github.com/wbthomason/packer.nvim):

```lua
use {
'cloudlena/nvim-quantum',
config = function() require('quantum').setup() end,
}
```