DEV Community

Discussion on: Custom colors in oh-my-zsh themes

Collapse
 
zoltankundi profile image
Zoltan Kundi

Thanks for the tip! How can I make a custom color bold? I tried it with $FG_BOLD[<#>] but it doesn't seem to work.

Collapse
 
fermendezmx profile image
Fernando Méndez

You can do it as follows: %B$FG[<#>]

Collapse
 
yujinyuz profile image
Yujin

try %{$fg_bold[blue]%}