From b87bbe7ff0bdd2f93e514ee695031d184e13772a Mon Sep 17 00:00:00 2001 From: "Ted \"skjsjhb\" Gao" Date: Fri, 24 Jan 2025 21:53:51 +0800 Subject: [PATCH] perf(ui): adjust theme colors --- themes/sakura-dark.ts | 8 ++++---- themes/sakura-light.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/sakura-dark.ts b/themes/sakura-dark.ts index 2e12a03c..ba1fdee3 100644 --- a/themes/sakura-dark.ts +++ b/themes/sakura-dark.ts @@ -103,19 +103,19 @@ export default { DEFAULT: "#ffeaef" }, content1: { - DEFAULT: "#101010", + DEFAULT: "#1f161a", foreground: "#fff" }, content2: { - DEFAULT: "#232323", + DEFAULT: "#291c21", foreground: "#fff" }, content3: { - DEFAULT: "#363636", + DEFAULT: "#39262d", foreground: "#fff" }, content4: { - DEFAULT: "#494949", + DEFAULT: "#483039", foreground: "#fff" }, focus: "#ff86b5", diff --git a/themes/sakura-light.ts b/themes/sakura-light.ts index 5244c3ad..fa4a8960 100644 --- a/themes/sakura-light.ts +++ b/themes/sakura-light.ts @@ -103,19 +103,19 @@ export default { DEFAULT: "#540f25" }, content1: { - DEFAULT: "#f5cfd5", + DEFAULT: "#fcf0f2", foreground: "#000" }, content2: { - DEFAULT: "#e0aab3", + DEFAULT: "#f8dbe0", foreground: "#000" }, content3: { - DEFAULT: "#deb1bb", + DEFAULT: "#f5c6ce", foreground: "#000" }, content4: { - DEFAULT: "#d49da8", + DEFAULT: "#f1b1bb", foreground: "#000" }, focus: "#ff86b5",