Switching theme to everforest and removing old themes.

This commit is contained in:
calcu1on
2025-04-20 16:11:38 -04:00
parent b3ab200719
commit 945caaefb1
8 changed files with 77 additions and 77 deletions

View File

@@ -17,7 +17,8 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins")
-- SET NEOVIM THEME --
vim.cmd.colorscheme('kanagawa-dragon')
vim.cmd "let g:everforest_background = 'hard'"
vim.cmd.colorscheme('everforest')
-- XDEBUG --
local dap = require('dap')