A dark and earthy colorscheme for Neovim. (mirror) github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme fennel

chore: add .sprig.lua

pdewey.com ebd95409 ccf7b438

verified
+7 -2
+1 -1
.gitattributes
··· 1 1 colors/*.lua linguist-generated 2 2 assets/*.sh linguist-generated 3 - extras/*.sh linguist-generated 3 + extras/**/*.sh linguist-generated
+5
.sprig.lua
··· 1 + return { 2 + compiler = { correlate = false }, 3 + macros = { "fnl/earth/macros%.fnl" }, 4 + paths = { ["fnl/(.-)/init%.fnl"] = "colors/%1.lua" }, 5 + }
+1 -1
colors/lightearth.lua
··· 232 232 for group, attr in pairs(theme) do 233 233 vim.api.nvim_set_hl(0, group, attr) 234 234 end 235 - return nil 235 + return nil