fix: correct fallback themes order

This commit is contained in:
2024-08-28 06:38:06 -04:00
parent b6445deed3
commit d6f7d68af1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ return {
{ -- LazyVim
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-frappe",
colorscheme = vim.g.my_colorscheme or "catppuccin-mocha",
news = {
lazyvim = true,
neovim = true,