diff --git a/lua/themes/eldritch.lua b/lua/themes/eldritch.lua new file mode 100644 index 0000000..747d5e3 --- /dev/null +++ b/lua/themes/eldritch.lua @@ -0,0 +1,3 @@ +return { + "eldritch-theme/eldritch.nvim", +} diff --git a/lua/themes/monochrome.lua b/lua/themes/monochrome.lua new file mode 100644 index 0000000..b043d0d --- /dev/null +++ b/lua/themes/monochrome.lua @@ -0,0 +1,3 @@ +return { + "kdheepak/monochrome.nvim", +}