Give Astrobox theme control over heirline colors

This commit is contained in:
2024-02-21 14:29:31 +01:00
parent 502c68e4df
commit 3c6dcc696a
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ return {
dependencies = { "astrobox" }, dependencies = { "astrobox" },
opts = { opts = {
colorscheme = "astrobox", colorscheme = "astrobox",
status = {
colors = require("astrobox.heirline").setup_colors,
},
}, },
}, },
{ {

View File

@@ -2,7 +2,6 @@
return { return {
{ {
"AstroNvim/astroui", "AstroNvim/astroui",
dependencies = { "astrobox" },
opts = { opts = {
status = { status = {
attributes = { attributes = {