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
chore: add .sprig.lua
pdewey.com
1 week ago
ebd95409
ccf7b438
verified
This commit was signed with the committer's
known signature
.
pdewey.com
SSH Key Fingerprint:
SHA256:ePOVkJstqVLchGK8m9/OGQG+aFNHD5XN3xjvW9wKCA4=
+7
-2
3 changed files
expand all
collapse all
unified
split
.gitattributes
.sprig.lua
colors
lightearth.lua
+1
-1
.gitattributes
···
1
1
colors/*.lua linguist-generated
2
2
assets/*.sh linguist-generated
3
3
-
extras/*.sh linguist-generated
3
3
+
extras/**/*.sh linguist-generated
+5
.sprig.lua
···
1
1
+
return {
2
2
+
compiler = { correlate = false },
3
3
+
macros = { "fnl/earth/macros%.fnl" },
4
4
+
paths = { ["fnl/(.-)/init%.fnl"] = "colors/%1.lua" },
5
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
235
-
return nil
235
235
+
return nil