sharkdp / vivid

A themeable LS_COLORS generator with a rich filetype datebase
Apache License 2.0
1.73k stars 87 forks source link

Allowed font_style to be an array #124

Closed John-Toohey closed 8 months ago

John-Toohey commented 9 months ago

This allows multiple font_styles to be used, allowing, say, for a bold and italic text. Fixes #49

All previous examples should work, but now you can also specify:

font-style:
  - bold
  - underline
sharkdp commented 8 months ago

Thank you for the update