pager: add default fg and bg colors
This commit is contained in:
parent
1407ad3502
commit
941476b492
@ -30,5 +30,7 @@ pkgs.writeDashBin "pager" ''
|
|||||||
-ti vt340 \
|
-ti vt340 \
|
||||||
-xrm 'Pager*geometry: 32x10' \
|
-xrm 'Pager*geometry: 32x10' \
|
||||||
-xrm 'Pager*internalBorder: 2' \
|
-xrm 'Pager*internalBorder: 2' \
|
||||||
|
-xrm 'Pager*background: #050505' \
|
||||||
|
-xrm 'Pager*foreground: #d0d7d0' \
|
||||||
-e ${pkgs.haskellPackages.pager}/bin/pager "$@"
|
-e ${pkgs.haskellPackages.pager}/bin/pager "$@"
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user