Theming utlilities for neovim. This is very experimental at the moment.
Last updated Apr 8, 2026
37
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
2
Language breakdown
Lua 99.8%
Scheme 0.2%
โธ Files
click to expand
README

Theming utilities for your Neovim.
STATUS: WIP
NVIM: v0.8.0
TODOS
- Add nordic.nvim, rasmus.nvim, nirvana, warm and boo, nordic and chocolate.
- Support codewindow.nvim, aerial.nvim, harpoon.nvim, grapple.nvim, lazy.nvim,
- Add a colorpicker.
- Add an interactive playground.
- Add acromatic color checker function.
- Add temperature related functions.
- Add cold related functions.
- Add warmth related functions.
- Add contrast related functions.
- Write tests.
- Write guides.
- Refactor
api.lua. - Refactor
color.lua. - Refactor
extensions. - Fix telescope: previews are not showed when results list is empty. (Invalied buffer ID)
- Show a floating window when viewing colorscheme metadata. Allow setting timeouts and theme previews.
- Allow callbacks for some parts of the config.
- Add the following configuration options.
filetypes = {
enable = false,
items = {
python = "nord_dark",
lua = "mountain_dark",
c = "oxocarbon_dark",
},
},
presets = {
enable = false,
items = {
italic_comments = false,
dotted_spell = false,
contrast = false,
swap_kind = false,
glaze_kind = false,
},
},
This project is licensed under GPL-3.0.
๐ More in this category