From 6966b962f34c1a41de58003689ab4499b22975fe Mon Sep 17 00:00:00 2001 From: LeoKu Date: Thu, 23 Feb 2023 20:04:39 +0800 Subject: [PATCH] Add more skin colors --- src/utils/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constant.ts b/src/utils/constant.ts index 104fb3d..e65a3e8 100644 --- a/src/utils/constant.ts +++ b/src/utils/constant.ts @@ -86,7 +86,7 @@ export const SETTINGS: Readonly = { '#FD6F5D', ], - skinColors: ['#F9C9B6', '#E0BB95', '#AC6651'], + skinColors: ['#F8D9CE', '#F9C9B6', '#DEB3A3', '#C89583', '#9C6458'], get backgroundColor() { return [ -- GitLab