Theming utilities for your Neovim.
STATUS: WIP
NVIM: v0.8.0
api.lua
.color.lua
.extensions
.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,
},
},