Neovim colorschemes by folk.lol — abraxas, ushirogami, snawfus, mandragola, and zaratan.
Add to your config:
-- In your lazy.nvim setup (e.g., ~/.config/nvim/lua/plugins/theme.lua)
{
"folksoftware/nvim",
name = "folk",
priority = 1000,
config = function()
require("folk").setup({
flavour = "abraxas", -- or "ushirogami", "snawfus", "mandragola", "zaratan", "auto"
})
vim.cmd.colorscheme "folk-abraxas"
end
}
Restart neovim — that's it!
:colorscheme folk-abraxas
:colorscheme folk-ushirogami
:colorscheme folk-snawfus
:colorscheme folk-mandragola
:colorscheme folk-zaratan
" Or use the command
:Folk abraxas
:Folk ushirogami
:Folk snawfus
:Folk mandragola
:Folk zaratan
:Folk auto
vim.opt.runtimepath:append("~/folk/nvim")
vim.g.folk_debug = true
require("folk").setup({ flavour = "abraxas" })
vim.cmd.colorscheme "folk-abraxas"
Vibing over catppuccin/nvim <3
MIT — Copyright © 2025 folk.lol
.png)





