euporie.core.log.get_style_by_name
- euporie.core.log.get_style_by_name(name)
Return a style class by its short name. The names of the builtin styles are listed in
pygments.styles.STYLE_MAP
.Will raise
pygments.util.ClassNotFound
if no style of that name is found.