Skip to content

folksoftware/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim colorschemes by folk.lol — abraxas, ushirogami, snawfus, mandragola, zaratan, anqa, tatzelwurm, and yurei.

How

Add to your config:

-- In your lazy.nvim setup (e.g., ~/.config/nvim/init.lua)
{
  "folksoftware/nvim",
  name = "folk",
  priority = 1000,
  config = function()
    require("folk").setup({ flavour = "abraxas" })
    vim.cmd.colorscheme "folk-abraxas"
  end
}

Restart neovim — that's it!

Themes

abraxas

abraxas creature abraxas theme :colorscheme folk-abraxas

ushirogami

ushirogami creature ushirogami theme :colorscheme folk-ushirogami

snawfus

snawfus creature snawfus theme :colorscheme folk-snawfus

mandragola

mandragola creature mandragola theme :colorscheme folk-mandragola

zaratan

zaratan creature zaratan theme :colorscheme folk-zaratan

anqa

anqa creature anqa theme :colorscheme folk-anqa

tatzelwurm

tatzelwurm creature tatzelwurm theme :colorscheme folk-tatzelwurm

yurei

yurei creature yurei theme :colorscheme folk-yurei

Development

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