From 091d0ab6bb1860a993a2154e6be1bfeb526195a8 Mon Sep 17 00:00:00 2001 From: andrzej Date: Thu, 7 Nov 2024 13:34:12 +0100 Subject: [PATCH] add themes --- nvim/.config/nvim/lua/plugins/themes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/.config/nvim/lua/plugins/themes.lua b/nvim/.config/nvim/lua/plugins/themes.lua index ae6a67b..59bcaad 100644 --- a/nvim/.config/nvim/lua/plugins/themes.lua +++ b/nvim/.config/nvim/lua/plugins/themes.lua @@ -83,4 +83,6 @@ return { { "EdenEast/nightfox.nvim", priority = 1000 }, { "catppuccin/nvim", name = "catppuccin", priority = 1000 }, { "folke/tokyonight.nvim", priority = 1000 }, + { "mellow-theme/mellow.nvim" }, + { "bettervim/yugen.nvim" }, }