fix: correct fallback themes order
This commit is contained in:
@@ -7,8 +7,8 @@ return {
|
||||
version = "*", -- Pin to GitHub releases
|
||||
opts = {
|
||||
fallback_themes = {
|
||||
"catppuccin-frappe",
|
||||
"catppuccin-macchiato",
|
||||
"catppuccin-frappe",
|
||||
"tokyonight",
|
||||
"kanagawa",
|
||||
"monochrome",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user