pager: add default fg and bg colors

This commit is contained in:
tv 2022-04-05 23:06:12 +02:00
parent 1407ad3502
commit 941476b492

View File

@ -30,5 +30,7 @@ pkgs.writeDashBin "pager" ''
-ti vt340 \
-xrm 'Pager*geometry: 32x10' \
-xrm 'Pager*internalBorder: 2' \
-xrm 'Pager*background: #050505' \
-xrm 'Pager*foreground: #d0d7d0' \
-e ${pkgs.haskellPackages.pager}/bin/pager "$@"
''