From 4f33b9e3845e3375e49fb554a50828ef9c77c47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=83=E4=B8=81=E7=8B=97=7E?= Date: Sat, 21 Sep 2024 15:30:30 +0800 Subject: [PATCH] Update Warm-Sun-Gold-Sand.css --- themes/Warm-Sun-Gold-Sand.css | 64 ++++++++++++++++++++++++++--------- 1 file changed, 48 insertions(+), 16 deletions(-) diff --git a/themes/Warm-Sun-Gold-Sand.css b/themes/Warm-Sun-Gold-Sand.css index c75ba25..c19455e 100644 --- a/themes/Warm-Sun-Gold-Sand.css +++ b/themes/Warm-Sun-Gold-Sand.css @@ -1,11 +1,12 @@ /* 暖阳金沙(设计 by 666)*/ -.light, [data-theme="light"] { - --nextui-primary: 35 90% 55% !important; - --nextui-primary-foreground: 0 0% 100% !important; - --nextui-secondary: 35 80% 50% !important; +.light, +[data-theme="light"] { + --nextui-primary: 35 90% 55% !important; + --nextui-primary-foreground: 0 0% 100% !important; + --nextui-secondary: 35 80% 50% !important; --nextui-secondary-foreground: 0 0% 100% !important; - --nextui-content1: 35 80% 100% !important; + --nextui-content1: 35 80% 100% !important; --nextui-content1-foreground: 35 80% 40% !important; --nextui-content2: 0 0% 100% !important; --nextui-content2-foreground: 35 80% 35% !important; @@ -22,6 +23,7 @@ --nextui-default-500: 35 30% 60% !important; --nextui-default-600: 35 30% 30% !important; --nextui-foreground: 35 30% 30% !important; + --nextui-default-foreground: 35 30% 30% !important; --nextui-divider-opacity: 0.1 !important; --nextui-border-width-small: 1px !important; --nextui-border-width-large: 1px !important; @@ -29,15 +31,30 @@ --nextui-box-shadow-medium: 0px 4px 10px rgba(0, 0, 0, 0.02) !important; --nextui-box-shadow-large: 0px 4px 10px rgba(0, 0, 0, 0.02) !important; --nextui-background: none !important; - .bg-primary { background: linear-gradient(135deg,hsl(35, 80%, 50%) 0%, hsl(33, 74%, 58%) 100%) !important;} - .main { background: hsl(35, 85%, 97%) !important} - .side { background: linear-gradient(135deg, hsl(35, 85%, 80%) 0%, hsl(35, 90%, 95%) 100%) !important} + .bg-primary { + background: linear-gradient( + 135deg, + hsl(35, 80%, 50%) 0%, + hsl(33, 74%, 58%) 100% + ) !important; + } + .main { + background: hsl(35, 85%, 97%) !important; + } + .side { + background: linear-gradient( + 135deg, + hsl(35, 85%, 80%) 0%, + hsl(35, 90%, 95%) 100% + ) !important; + } } -.dark, [data-theme="dark"] { - --nextui-primary: 35 90% 55% !important; - --nextui-primary-foreground: 0 0% 100% !important; - --nextui-secondary: 35 80% 50% !important; +.dark, +[data-theme="dark"] { + --nextui-primary: 35 90% 55% !important; + --nextui-primary-foreground: 0 0% 100% !important; + --nextui-secondary: 35 80% 50% !important; --nextui-secondary-foreground: 0 0% 100% !important; --nextui-content1: 35 50% 20% !important; --nextui-content1-foreground: 35 70% 80% !important; @@ -56,14 +73,29 @@ --nextui-default-500: 35 50% 60% !important; --nextui-default-600: 35 50% 80% !important; --nextui-foreground: 35 50% 80% !important; + --nextui-default-foreground: 35 50% 80% !important; --nextui-divider-opacity: 0.1 !important; --nextui-border-width-small: 1px !important; --nextui-border-width-large: 1px !important; --nextui-box-shadow-small: 0px 4px 10px rgba(0, 0, 0, 0.02) !important; --nextui-box-shadow-medium: 0px 4px 10px rgba(0, 0, 0, 0.02) !important; --nextui-box-shadow-large: 0px 4px 10px rgba(0, 0, 0, 0.02) !important; - .bg-primary { background: linear-gradient(135deg,hsl(35, 80%, 50%) 0%, hsl(33, 74%, 58%) 100%) !important;} + .bg-primary { + background: linear-gradient( + 135deg, + hsl(35, 80%, 50%) 0%, + hsl(33, 74%, 58%) 100% + ) !important; + } --nextui-background: none !important; - .main { background: hsl(35, 50%, 15%) !important} - .side { background: linear-gradient(135deg, hsl(35, 50%, 5%) 0%, hsl(35, 50%, 15%) 100%) !important} -} \ No newline at end of file + .main { + background: hsl(35, 50%, 15%) !important; + } + .side { + background: linear-gradient( + 135deg, + hsl(35, 50%, 5%) 0%, + hsl(35, 50%, 15%) 100% + ) !important; + } +}