about summary refs log tree commit diff stats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-24 21:19:22 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-24 21:19:22 +0100
commitc8aa411d3e145ce8a014d553e53e3f6203c315b6 (patch)
treeadc1cf917ab5f0409728ed348c317efdc32f23ab /modules/by-name
parentfix(modules/lf): Use the correct name for the ctpv config file (diff)
downloadnixos-config-c8aa411d3e145ce8a014d553e53e3f6203c315b6.tar.gz
nixos-config-c8aa411d3e145ce8a014d553e53e3f6203c315b6.zip
fix(modules/lf/ctpv/prev/glow): Force glow to colorize the output
Diffstat (limited to 'modules/by-name')
-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"