|
|
||
|---|---|---|
| colors | ||
| lua | ||
| media | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| setup.sh | ||
README.md
Default Settings Preview
Introduction
nvim-highlite is a colorscheme template repository for Neovim 0.5+.
This template's defaults focus on:
- Compatability with semantic highlighting.
- I was using colorschemes that often did not provide enough highlight groups to provide distinction between tokens.
- Visibility in any range of blue-light.
- I use
redshiftoften, and many colorschemes did not allow for me to see when I had lower color temperatures.
- I use
This template's design focuses on:
- Ease of use and rapid development.
- New features may simply be integrated with current configurations, rather than rewritten over them.
- Merging with the upstream repository is simplified by GitHub, allowing you to select what new defaults to add.
- It provides a large supply of defaults for plugins and programming languages.
- Define a smaller set of "categorical" highlights (see Neovim's
group-namehelp page) and many more willlinkautomatically.
- Define a smaller set of "categorical" highlights (see Neovim's
- Inversion of Control
- Changes made to the highlighting algorithm won't affect how you write your colorscheme.
- New highlight group attributes which are unaccounted for in older versions will simply be ignored without errors due to Lua's
tables.
Prerequisites
- Neovim 0.5+
Usage
Creating Your Own
- This repository should be forked, or cloned with
git clone https://github.com/Iron-E/nvim-highlite. - Follow the instructions in
colors/highlite.vim.- If you are on a Unix system, use the setup script like so:
Wherechmod +x ./setup.sh ./setup.sh highlite <colorscheme><colorscheme>is the name of your desired colorscheme.- If you are on Windows, rename the files manually.
Just The Defaults
- Install a plugin manager such as
vim-plugand use it to "plug" this repository." vim-plug example Plug "Iron-E/nvim-highlite" - Specify this colorscheme as your default colorscheme in the
init.vim:" Enable 24-bit color output. Only do this if your environment supports it. " This plugin works 100% fine with 8-bit, 16-bit, and 24-bit colors. set setmguicolors " Use the colorscheme colorscheme highlite
FAQ
Why am I receiving
E5108: Error executing lua [string ":lua"]:1: module '<colorscheme>' not found?
- Ensure your colorscheme's base folder is in Neovim's
rtpbefore sourcing.
Examples
This repository in itself is an example of how to use nvim-highlite. Aside from this, the following colorschemes are built using nvim-highlite:
- (if you use this, open an issue and I'll add it here!)
