Skip to content

hadalized/hadalized.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hadalized palette and color themes

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.

Use with neovim

With lazy, add

return {
    {
        "hadalized/hadalized.nvim",
        opts = {
            italic = false, -- example to disable all italic text.
        },
        priority = 1000,
        dependencies = { },
    },
}

Theme generation

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
just

Equivalently

uv tool install hadalized
hdl build neovim --output=colors

This will invoke the hadalized application and copy the built neovim files into ./colors.

About

Darker Solarized inspired neovim theme.

Resources

License

Stars

Watchers

Forks

Packages

No packages published