diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-24 21:19:22 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-24 21:19:22 +0100 |
commit | c8aa411d3e145ce8a014d553e53e3f6203c315b6 (patch) | |
tree | adc1cf917ab5f0409728ed348c317efdc32f23ab /modules | |
parent | fix(modules/lf): Use the correct name for the ctpv config file (diff) | |
download | nixos-config-c8aa411d3e145ce8a014d553e53e3f6203c315b6.tar.gz nixos-config-c8aa411d3e145ce8a014d553e53e3f6203c315b6.zip |
fix(modules/lf/ctpv/prev/glow): Force glow to colorize the output
Diffstat (limited to 'modules')
-rw-r--r-- | modules/by-name/lf/lf/ctpv/prev/glow.sh | 4 |
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" |