From 42208fb48833f0364fc4c396dd80f3dd5bfab06e Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Tue, 11 Jun 2024 01:36:55 +0530 Subject: [PATCH] fix: remove custom theme configs --- themes/neovim/catppuccin.lua | 6 ------ themes/neovim/tokyo-night.lua | 1 - 2 files changed, 7 deletions(-) diff --git a/themes/neovim/catppuccin.lua b/themes/neovim/catppuccin.lua index a1cd989..dbe34f5 100644 --- a/themes/neovim/catppuccin.lua +++ b/themes/neovim/catppuccin.lua @@ -1,10 +1,4 @@ return { - { - "catppuccin", - opts = { - transparent_background = true, - }, - }, { "LazyVim/LazyVim", opts = { diff --git a/themes/neovim/tokyo-night.lua b/themes/neovim/tokyo-night.lua index cb343dd..dad2d30 100644 --- a/themes/neovim/tokyo-night.lua +++ b/themes/neovim/tokyo-night.lua @@ -1,5 +1,4 @@ return { - { "folke/tokyonight.nvim" }, { "LazyVim/LazyVim", opts = {