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

feat: add `ModeMsg` hlgroup

ptdewey 2d45a7f9 4b6f1807

+3
+1
colors/darkearth.lua
··· 1 + --[[ "This file was generated by Fennel. Do not modify." ]] 1 2 local theme = {} 2 3 theme["Normal"] = {bg = "#24211E", fg = "#D7C484"} 3 4 theme["Identifier"] = {link = "Normal"}
+2
fnl/darkearth/init.fnl
··· 1 + (comment "This file was generated by Fennel. Do not modify.") 2 + 1 3 (local theme {}) 2 4 3 5 (macro defcolor [name hex]