A dark and earthy colorscheme for Neovim. (mirror) github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme fennel
at main 17 lines 351 B view raw
1return { 2 build = { 3 { atomic = true }, 4 { 5 "fnl/darkearth/init.fnl", 6 function() 7 return "colors/darkearth.lua" 8 end, 9 }, 10 { 11 "fnl/lightearth/init.fnl", 12 function() 13 return "colors/lightearth.lua" 14 end, 15 }, 16 }, 17}