We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the solution you'd like
Currently, we can do e.g.
[colors] commit_id = { fg = "green", bg = "#ff1525", bold = true, underline = true }
Would it be possible to add support for italic = true as well?
italic = true
The text was updated successfully, but these errors were encountered:
Other interesting stylistic options (pulled from https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797) might be:
(Not sure which of these we already support, if any? I suppose, in the meantime, you could also manually add ANSI escape codes to your template.)
Sorry, something went wrong.
Wikipedia says this about italic 1:
Not widely supported. Sometimes treated as inverse or blink.
I don't mind still adding support for it. We should probably just not use it in default templates.
https://en.wikipedia.org/wiki/ANSI_escape_code#Select_Graphic_Rendition_parameters ↩
No branches or pull requests
Describe the solution you'd like
Currently, we can do e.g.
Would it be possible to add support for
italic = true
as well?The text was updated successfully, but these errors were encountered: