Skip to content

Commit

Permalink
Update Warm-Sun-Gold-Sand.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 authored Sep 21, 2024
1 parent a118b9e commit 4f33b9e
Showing 1 changed file with 48 additions and 16 deletions.
64 changes: 48 additions & 16 deletions themes/Warm-Sun-Gold-Sand.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -22,22 +23,38 @@
--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;
--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;
--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;
Expand All @@ -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}
}
.main {
background: hsl(35, 50%, 15%) !important;
}
.side {
background: linear-gradient(
135deg,
hsl(35, 50%, 5%) 0%,
hsl(35, 50%, 15%) 100%
) !important;
}
}

0 comments on commit 4f33b9e

Please sign in to comment.