/farbe

a colorscheme collection for nvim

Primary LanguageLua

Farbe (ˈfaʁbə)

Farbe is a 16-color-theme collection for neovim. I am not affiliated with any of the original authors of the themes in this repository. All the themes are my personal interpretation of the original ones.

Installation:

Lazy:

{
    'paulfrische/farbe',
    priority = 1000,
    config = function()
        -- gruvbox is just an example
        vim.cmd.colorscheme('gruvbox')
    end
}

Supported Themes

Gruvbox

image

Dracula

image

Nord

image