Browse Source

enhance readability

dev
xmcp 6 years ago
parent
commit
c4fe464d81
  1. BIN
      public/static/bg/gbp.jpg
  2. 2
      src/color_picker.js

BIN
public/static/bg/gbp.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

After

Width:  |  Height:  |  Size: 273 KiB

2
src/color_picker.js

@ -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];
}

Loading…
Cancel
Save