From e78ced4ea0610add1592a46801e343e29417ce66 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 27 Jul 2024 06:13:34 -0400 Subject: [PATCH] feat(astral): update astral config Update astral config to define the new fallback_themes option --- lua/plugins/astral.lua | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lua/plugins/astral.lua b/lua/plugins/astral.lua index 4575cbe..233b203 100644 --- a/lua/plugins/astral.lua +++ b/lua/plugins/astral.lua @@ -1,5 +1,15 @@ return { "rootiest/astral.nvim", - version = "*", - --opts = { restore_colors = true }, + version = "*", -- Pin to GitHub releases + opts = { + fallback_themes = { + "catppuccin-frappe", + "catppuccin-macchiato", + "tokyonight", + "kanagawa", + "monochrome", + "default", + }, + }, + --dev = true, }