From 84a43b618cc1ee5ab55944e9eb9f97562690be1b Mon Sep 17 00:00:00 2001 From: hole-thu Date: Sun, 3 Apr 2022 00:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=B4=E6=97=B6=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/color_picker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/color_picker.js b/src/color_picker.js index 691b325..b18f981 100644 --- a/src/color_picker.js +++ b/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]) {