Give Astrobox theme control over heirline colors
This commit is contained in:
@@ -5,6 +5,9 @@ return {
|
|||||||
dependencies = { "astrobox" },
|
dependencies = { "astrobox" },
|
||||||
opts = {
|
opts = {
|
||||||
colorscheme = "astrobox",
|
colorscheme = "astrobox",
|
||||||
|
status = {
|
||||||
|
colors = require("astrobox.heirline").setup_colors,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"AstroNvim/astroui",
|
"AstroNvim/astroui",
|
||||||
dependencies = { "astrobox" },
|
|
||||||
opts = {
|
opts = {
|
||||||
status = {
|
status = {
|
||||||
attributes = {
|
attributes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user