How to customize the highlight of alpha's header? #1193
-
I changed highlight_overrides in user/configs/catppuccin.lua, but it doesn't work. return {
highlight_overrides = {
latte = function()
return {
Normal = { fg = "#000000" },
CmpBorder = { fg = "#000000" },
AlphaHeader = { fg = "#FF0000" },
}
end,
},
} Is it because the highlight of AlphaHeader is set in utils/init.lua, and it's load after catppuccin? |
Beta Was this translation helpful? Give feedback.
Answered by
CharlesChiuGit
Apr 9, 2024
Replies: 1 comment
-
ys, i think that's the case. right now we dont have a easy solution for it, maybe consider make a fork and change it in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CharlesChiuGit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ys, i think that's the case.
right now we dont have a easy solution for it, maybe consider make a fork and change it in
lua/modules/utils/init.lua
?