X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fgenerate_pastel_palette.c;h=8a846162140d7656b62f709776d60ef522cfd2b6;hb=f3d9cbdf5608cea15fafdfe7dd7089da91fcf13a;hp=d4c90e5a3d444e3c992db9d33c3db40a5185c8c3;hpb=c8e459358d6edc84dd754231ba202c3ee0284ed5;p=citadel.git diff --git a/webcit/generate_pastel_palette.c b/webcit/generate_pastel_palette.c index d4c90e5a3..8a8461621 100644 --- a/webcit/generate_pastel_palette.c +++ b/webcit/generate_pastel_palette.c @@ -12,7 +12,8 @@ void rgb(int red, int green, int blue) main() { - int pastel = 223; // try 191 if color depth is shallow + // int pastel = 223; + int pastel = 191; rgb (pastel, pastel, pastel); // pastel grey rgb (255, pastel, pastel); // pastel red