From: Jan-Christoph Borchardt Date: Mon, 2 Sep 2013 16:20:18 +0000 (+0200) Subject: placeholder.js: adjust saturation and lightness values X-Git-Tag: v6.0.0alpha2~223^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=57a1219ca0fb83a508e1df00263eb59d6aae61bf;p=nextcloud-server.git placeholder.js: adjust saturation and lightness values --- diff --git a/core/js/placeholder.js b/core/js/placeholder.js index 16ebbf99a77..167499940b5 100644 --- a/core/js/placeholder.js +++ b/core/js/placeholder.js @@ -34,7 +34,7 @@ * * Which will result in: * - *
T
+ *
T
* */ @@ -44,7 +44,7 @@ maxRange = parseInt('ffffffffffffffffffffffffffffffff', 16), hue = parseInt(hash, 16) / maxRange * 256, height = this.height(); - this.css('background-color', 'hsl(' + hue + ', 50%, 50%)'); + this.css('background-color', 'hsl(' + hue + ', 90%, 65%)'); // CSS rules this.css('color', '#fff');