Analysis updated 2026-05-18
Install a themed color scheme for the Neovim editor
Customize whether comments, keywords, and functions are bold or italic
Use as a reference for building your own Neovim colorscheme plugin
| serial-serialia/avalon.nvim | atcold/sota-models | nklbdev/aseprite-stamp-brush | |
|---|---|---|---|
| Stars | 5 | 6 | 4 |
| Language | Lua | Lua | Lua |
| Last pushed | — | 2014-11-18 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | developer | researcher | designer |
Figures from each repo's GitHub metadata at analysis time.
This repository is a color scheme plugin for the Neovim text editor, inspired by the character Saber from the Fate/Stay Night franchise. It changes how code looks in the editor, applying a themed palette of colors to text, comments, keywords, and functions. It can be installed through several popular Neovim plugin managers, including the built in vim.pack system or the lazy plugin manager. Once installed, a user turns it on by running the colorscheme avalon command, either directly in Vim or through the Lua API. The plugin can be configured with a small settings table. Right now it only ships with one theme option, called lake, though the README lists this as one of several planned themes to come. Users can also decide whether comments, keywords, and functions appear in bold, italic, underlined, or some combination of those styles. According to the README, the author was inspired by other well known Neovim color schemes, including Tokyonight, Kanagawa, and Catppuccin, and studied their code to learn how to build a color scheme plugin. The project describes some planned next steps, including support for plugin integrations, adding a light theme option, and improving the configuration system further. This is a small, focused visual customization tool rather than a full application: install it, pick the theme, and it changes the appearance of your code editor.
A Neovim colorscheme plugin inspired by Fate/Stay Night's Saber, currently offering one theme called lake.
Mainly Lua. The stack also includes Lua, Neovim.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.