mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Don't use chroma for Ascii profiles
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ func (e *CodeBlockElement) Render(w io.Writer, ctx RenderContext) error {
|
||||
}
|
||||
theme := rules.Theme
|
||||
|
||||
if rules.Chroma != nil {
|
||||
if rules.Chroma != nil && ctx.options.ColorProfile > 1 {
|
||||
theme = "charm"
|
||||
styles.Register(chroma.MustNewStyle("charm",
|
||||
chroma.StyleEntries{
|
||||
|
||||
Reference in New Issue
Block a user