goolord / alpha-nvim

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

How to centralize the startify theme #70

Closed meijieru closed 1 year ago

meijieru commented 2 years ago

How to achieve a similar effect with dashboard theme like centered startify?

goolord commented 2 years ago

changing position = "center" and adding a "width = x" to opts of each element might get you the effect you want without much trouble

meijieru commented 1 year ago

One problem I faced is the lengths within startify are not fixed. So it's not trivial to use the center trick as dashboard.

goolord commented 1 year ago

the newer theta theme is like a centered startify theme

meijieru commented 1 year ago

Looks good, thx!