🎨 Add themes

- Add Eldritch theme
- Add monochrome theme
This commit is contained in:
2024-07-16 11:05:39 -04:00
parent 11b4110201
commit 65b4ed135c
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
return {
"eldritch-theme/eldritch.nvim",
}
+3
View File
@@ -0,0 +1,3 @@
return {
"kdheepak/monochrome.nvim",
}