forked fromcloudlena/nvim-quantum
- Notifications
You must be signed in to change notification settings - Fork0
A Material Design based color scheme for Neovim
License
NotificationsYou must be signed in to change notification settings
ryan-ph/nvim-quantum
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A color scheme based on Google'sMaterial Design palette.
This project was heavily inspired bytyrannicaltoucan/vim-quantum.
NOTE: Quantum requires a terminal or GUI that supports true-colors and Neovim 0.5+ to be installed!
Install this color scheme using your preferred Vim plugin manager, e.g.Packer:
use {'cloudlena/nvim-quantum',config=function()require('quantum').setup()end, }