enhance readability

This commit is contained in:
xmcp
2019-07-16 22:25:56 +08:00
parent 5277f8facc
commit c4fe464d81
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

After

Width:  |  Height:  |  Size: 273 KiB

View File

@@ -18,7 +18,7 @@ export class ColorPicker {
if(!this.names[name]) {
this.current_h+=golden_ratio_conjugate;
this.current_h%=1;
this.names[name]=`hsl(${this.current_h*360}, 60%, 90%)`;
this.names[name]=`hsl(${this.current_h*360}, 50%, 90%)`;
}
return this.names[name];
}