Help changing header color of alpha-nvim plugin #616
Unanswered
theeternalsw0rd
asked this question in
Q&A
Replies: 1 comment
-
you need to set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my alpha.lua
and colorscheme.lua
As far as I can tell, this is the way to do it. I checked the value of
:echo synIDattr(synIDtrans(hlID("AlphaHeader")), "fg#")
while running and it indicates the correct hexcode for colors.purple. The color of the header for alpha remains unchanged as you can see in the screenshot. Not sure what to check next.Beta Was this translation helpful? Give feedback.
All reactions