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,8 +7,8 @@ return {
version = "*", -- Pin to GitHub releases version = "*", -- Pin to GitHub releases
opts = { opts = {
fallback_themes = { fallback_themes = {
"catppuccin-frappe",
"catppuccin-macchiato", "catppuccin-macchiato",
"catppuccin-frappe",
"tokyonight", "tokyonight",
"kanagawa", "kanagawa",
"monochrome", "monochrome",
+1 -1
View File
@@ -7,7 +7,7 @@ return {
{ -- LazyVim { -- LazyVim
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "catppuccin-frappe", colorscheme = vim.g.my_colorscheme or "catppuccin-mocha",
news = { news = {
lazyvim = true, lazyvim = true,
neovim = true, neovim = true,