Browse Source

调整临时账号颜色

pull/16/head
hole-thu 3 years ago
parent
commit
84a43b618c
  1. 2
      src/color_picker.js

2
src/color_picker.js

@ -10,7 +10,7 @@ export class ColorPicker {
get(name, is_tmp = false) {
name = name.toLowerCase();
if (is_tmp) return ['hsl(0, 0%, 80%)', 'hsl(0, 0%, 30%)'];
if (is_tmp) return ['hsl(0, 0%, 86%)', 'hsl(0, 0%, 25%)'];
if (name === '洞主') return ['hsl(0, 0%, 97%)', 'hsl(0, 0%, 16%)'];
if (!this.names[name]) {

Loading…
Cancel
Save