goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.84k stars 109 forks source link

Header color and font size! #86

Closed Sergey-Voskresenskiy closed 2 years ago

Sergey-Voskresenskiy commented 2 years ago

I looked through a lot of configs and could not figure out how to control the font size, color, family for the Header part of the dashboard alpha. I will be very grateful for any help and/or advice. My config

goolord commented 2 years ago

vim runs in the terminal, are you expecting to be able to change the font size + family of just the header?

you can change the color though, https://github.com/goolord/alpha-nvim/blob/main/doc/alpha.txt#L111

opts = { hl = "MyHeaderHighlightGroup" }

Sergey-Voskresenskiy commented 2 years ago

vim runs in the terminal, are you expecting to be able to change the font size + family of just the header?

Hope is the last to die. But thank you for your answer.

goolord commented 2 years ago

with https://github.com/goolord/alpha-nvim/pull/63 you might be able to approximate something like that by say displaying an image, if your terminal supports that