about summary refs log tree commit diff stats
path: root/modules/by-name/lf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/lf')
-rw-r--r--modules/by-name/lf/lf/ctpv/prev/glow.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/by-name/lf/lf/ctpv/prev/glow.sh b/modules/by-name/lf/lf/ctpv/prev/glow.sh
index 3b3fb609..c77bfa41 100644
--- a/modules/by-name/lf/lf/ctpv/prev/glow.sh
+++ b/modules/by-name/lf/lf/ctpv/prev/glow.sh
@@ -10,4 +10,6 @@ w="$w"
 
 . %HELPERS
 
-glow --style auto --width "$w" "$f"
+# Specify the style, to force `glow` to output colors.
+# tracking issue: https://github.com/charmbracelet/glow/issues/654
+glow --style dark --width "$w" "$f"