tangled
alpha
login
or
join now
pdewey.com
/
darkearth-nvim
0
fork
atom
A dark and earthy colorscheme for Neovim. (mirror)
github.com/ptdewey/darkearth-nvim
neovim
neovim-colorscheme
fennel
0
fork
atom
overview
issues
pulls
pipelines
feat: add `ModeMsg` hlgroup
ptdewey
7 months ago
2d45a7f9
4b6f1807
+3
2 changed files
expand all
collapse all
unified
split
colors
darkearth.lua
fnl
darkearth
init.fnl
+1
colors/darkearth.lua
···
1
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
1
+
(comment "This file was generated by Fennel. Do not modify.")
2
2
+
1
3
(local theme {})
2
4
3
5
(macro defcolor [name hex]