embark-theme / vim

An ambitious theme for vim
https://embark-theme.github.io/
MIT License
657 stars 26 forks source link

[Question] What font do you use in your screenshots? #33

Closed kryzar closed 3 years ago

kryzar commented 3 years ago

Hi,

What font are you using in your screenshots, for example here?

Thanks!

skbolton commented 3 years ago

I use kitty as my terminal (there's also an embark theme for it). One of my favorite features is the font support. It allows you to define a specific font for every font style (bold, italic, etc) but also a fallback font for certain unicode ranges. So I am using a lot of fonts here. I have roboto mono nerd font to give me the icons. Then for the comments I use the italic version of Operator Mono. And just regular Operator mono for all other text.

Operator Mono is a paid font and it costs 200! I bought it years ago so the shock has worn off and I love it. But if you want free alternative I'd look at IBM Plex. Or a much closer but $40 option is Dank Mono

Here is my kitty config with the font handling lines https://github.com/skbolton/titan/blob/4abcbf07b9ac6cb95d90cbb2b19f3f00eb42e591/kitty/kitty/kitty.conf#L22-L30

skbolton commented 3 years ago

Feel free to ask any other questions but I will close this for now

kryzar commented 3 years ago

Thanks a lot for this detailed answer!