1
0
Fork 0

Korrigiere Alphawerte

This commit is contained in:
Malte Brandy 2019-11-25 03:36:42 +01:00
parent 59ef569e0e
commit 1b335a6fa9
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -189,7 +189,7 @@ in {
${
lib.concatStringsSep "\n" (lib.mapAttrsToList (category:
{ background, border, text }: ''
${category} ${background}c0 ${border} ${text}
${category} ${background}cc ${border} ${text}
'') barColors)
}
}
@ -213,7 +213,7 @@ in {
${
lib.concatStringsSep "\n" (lib.mapAttrsToList (category:
{ background, border, text }: ''
${category} ${background}c0 ${border} ${text}
${category} ${background}cc ${border} ${text}
'') barColors)
}
}