fix tasksh review
This commit is contained in:
parent
26c247677e
commit
ef4570e90d
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue