No description
colors | ||
lua/filth | ||
example.png | ||
filth.toml | ||
Justfile | ||
LICENSE | ||
README.md |
filth theme for nvim
A variant on Catppuccin Mocha with more minimal choices around colors.
The real Catppuccin Mocha: https://github.com/catppuccin/nvim
Created using: https://github.com/LunarVim/colorgen-nvim
Installation
lazy.nvim
{
url = "https://git.liten.app/krig/filth-theme",
lazy = false,
priority = 1000,
config = function()
vim.o.background = 'dark'
vim.cmd.colorscheme 'filth'
end
},