Folk – Neovim Color Schemes (abraxas, ushirogami, snawfus, mandragola, zaratan)

3 weeks ago 2

Neovim colorschemes by folk.lolabraxas, 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

Read Entire Article