sherbet.nvim
sherbet.nvim copied to clipboard
Neovim colorscheme written in Lua.
Installation
Download with your favorite package manager.
With Packer:
use "lewpoly/sherbet.nvim"
Requirements
- neovim >= 0.6
- truecolor terminal support
Usage
As simple as writing (pasting)
colorscheme sherbet
vim.cmd("colorscheme sherbet")
Italic Support
vim.g.sherbet_italic_keywords = true
vim.g.sherbet_italic_functions = false
vim.g.sherbet_italic_comments = true
vim.g.sherbet_italic_loops = true
vim.g.sherbet_italic_conditionals = true
Please let me know if you come across any issues.