charmbracelet / pop

Send emails from your terminal 📬
MIT License
2.28k stars 43 forks source link

Terminal theme and fonts used in README.md #18

Closed robmorgan closed 11 months ago

robmorgan commented 11 months ago

Very unimportant, but what combination of terminal theme and font are you using in your screenshots?

maaslalani commented 11 months ago

Hey! The font is JetBrains Mono: https://www.jetbrains.com/lp/mono/ and the terminal prompt is:

export PS1="\[\e[38;2;90;86;224m\]> \[\e[0m\]"
maaslalani commented 11 months ago

The terminal theme is: https://github.com/meowgorithm/dotfiles/blob/master/modules/home/colors.nix

robmorgan commented 11 months ago

@maaslalani cheers 👍