From 8c818bce1cf9dc090326ccbe5b16a9f27268d602 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Thu, 20 Jul 2023 11:31:04 +0800 Subject: [PATCH] style: adjust color scheme --- src/contentScripts/views/App.vue | 2 +- src/styles/variables.scss | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index 52203c66..5ddea6df 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -340,7 +340,7 @@ function setAppAppearance() { } .divider { - --at-apply: my-2 w-full h-1px bg-$bew-fill-4; + --at-apply: my-2 w-full h-2px bg-$bew-fill-2; } &.bottom .divider { diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 365b9f73..b04f10f0 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -101,10 +101,10 @@ --bew-elevated-solid-2: hsl(0 0% 100%); // #endregion - --bew-fill-1: rgb(95 95 125 / 13%); - --bew-fill-2: rgb(95 95 125 / 23%); - --bew-fill-3: rgb(95 95 125 / 33%); - --bew-fill-4: rgb(95 95 125 / 43%); + --bew-fill-1: rgb(120 120 128 / 13%); + --bew-fill-2: rgb(120 120 128 / 23%); + --bew-fill-3: rgb(120 120 128 / 33%); + --bew-fill-4: rgb(120 120 128 / 43%); --bew-border-color: var(--bew-fill-1); @@ -136,10 +136,10 @@ --bew-elevated-solid-1: hsl(230 12% 15%); --bew-elevated-solid-2: hsl(230 12% 20%); - --bew-fill-1: rgb(95 95 125 / 18%); - --bew-fill-2: rgb(95 95 125 / 26%); - --bew-fill-3: rgb(95 95 125 / 36%); - --bew-fill-4: rgb(95 95 125 / 46%); + --bew-fill-1: rgb(142 142 184 / 14%); + --bew-fill-2: rgb(142 142 184 / 24%); + --bew-fill-3: rgb(142 142 184 / 34%); + --bew-fill-4: rgb(142 142 184 / 44%); } :root {