fix tasksh review

This commit is contained in:
Ingolf Wagner 2022-09-08 03:43:54 +02:00
parent 26c247677e
commit ef4570e90d
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -1,5 +1,8 @@
{ config, pkgs, lib, ... }:
# find all URXVT parameters with
# urxvt --help 2>&1| sed -n '/: /s/^ */! URxvt*/gp' | les
with lib;
let
@ -178,6 +181,19 @@ in
URxvt*color13: S_violet
URxvt*color14: S_base1
URxvt*color15: S_base3
!! fix tasksh gray6 : https://github.com/GothenburgBitFactory/libshared/blob/f1a3cd6bfabfb083fe3c26f580a15c0d60a92ee9/src/Color.cpp#L179
URxvt*color232: S_base03
URxvt*color233: S_base03
URxvt*color234: S_base03
URxvt*color235: S_base03
URxvt*color236: S_base03
URxvt*color237: S_base03
URxvt*color238: S_base03
URxvt*color239: S_base03
URxvt*color240: S_base03
URxvt*color241: S_base03
URxvt*color242: S_base03
'';
};