/nvim-srcerite

Neovim colorscheme inspired by Srcery.

Primary LanguageLuaOtherNOASSERTION

Important

This project continues at another repository: m15a/nvim-srcerite.

Description

nvim-srcerite is a colorscheme for Neovim, generated from the template colorscheme nvim-highlite.

It is heavily inspired by srcery, long time my favorite Vim colorscheme. As its name implies, nvim-srcerite is a mix-in of srcery and highlite: it is intended to make the best use of srcery's contrasting color palette and highlite's nice syntax highlighting.

screenshot

Installation

Use your favorite package manager for installation. More instruction can be found at nvim-highlite's README.

Put the following lines into your init.lua.

vim.opt.termguicolors = true
vim.cmd [[colorscheme srcerite]]

As with nvim-highlite, Neovim 0.5+ is required.

Contribution

If you like this colorscheme, don't forget to add star to nvim-highlite! Any contributions to this repo are also welcome!

Changelog

  • 2022-07-23: Merge upstream version 2.0.2.