mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -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
|
theme := rules.Theme
|
||||||
|
|
||||||
if rules.Chroma != nil {
|
if rules.Chroma != nil && ctx.options.ColorProfile > 1 {
|
||||||
theme = "charm"
|
theme = "charm"
|
||||||
styles.Register(chroma.MustNewStyle("charm",
|
styles.Register(chroma.MustNewStyle("charm",
|
||||||
chroma.StyleEntries{
|
chroma.StyleEntries{
|
||||||
|
|||||||
Reference in New Issue
Block a user