A darker Solarized-inspired theme primarily for neovim 0.11+ and that uses the oklch color space for definitions. The name references the oceanic hadopelagic zones to emphasize our preference of a darker shade of the original Solarized background.
With lazy, add
return {
{
"hadalized/hadalized.nvim",
opts = {
italic = false, -- example to disable all italic text.
},
priority = 1000,
dependencies = { },
},
}The palettes defined in colors/* are generated using the hadalized theme builder.
To generate all theme files, assuming uv and just are installed
git clone https://github.com/hadalized/hadalized
justEquivalently
uv tool install hadalized
hdl build neovim --output=colorsThis will invoke the hadalized application and copy the built neovim
files into ./colors.