From 65b4ed135ce101dbb588ac8c95649d88f05f9126 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 16 Jul 2024 11:05:39 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20themes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Eldritch theme - Add monochrome theme --- lua/themes/eldritch.lua | 3 +++ lua/themes/monochrome.lua | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 lua/themes/eldritch.lua create mode 100644 lua/themes/monochrome.lua 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", +}