fix: correct fallback themes order
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user