Spaces:
Sleeping
Sleeping
Commit ·
a44285a
1
Parent(s): 2ae5268
change the color to green please
Browse files- src/app/globals.css +41 -41
src/app/globals.css
CHANGED
|
@@ -8,25 +8,25 @@ body {
|
|
| 8 |
|
| 9 |
@layer base {
|
| 10 |
:root {
|
| 11 |
-
--background:
|
| 12 |
--foreground: 240 10% 3.9%; /* Default dark text */
|
| 13 |
-
--card:
|
| 14 |
--card-foreground: 240 10% 3.9%;
|
| 15 |
-
--popover:
|
| 16 |
--popover-foreground: 240 10% 3.9%;
|
| 17 |
-
--primary:
|
| 18 |
-
--primary-foreground:
|
| 19 |
-
--secondary:
|
| 20 |
-
--secondary-foreground:
|
| 21 |
-
--muted:
|
| 22 |
-
--muted-foreground:
|
| 23 |
-
--accent:
|
| 24 |
-
--accent-foreground:
|
| 25 |
--destructive: 0 84.2% 60.2%;
|
| 26 |
--destructive-foreground: 0 0% 98%;
|
| 27 |
-
--border:
|
| 28 |
-
--input:
|
| 29 |
-
--ring:
|
| 30 |
--chart-1: 12 76% 61%;
|
| 31 |
--chart-2: 173 58% 39%;
|
| 32 |
--chart-3: 197 37% 24%;
|
|
@@ -35,45 +35,45 @@ body {
|
|
| 35 |
--radius: 0.5rem;
|
| 36 |
|
| 37 |
/* Sidebar specific colors, matched to the theme */
|
| 38 |
-
--sidebar-background:
|
| 39 |
-
--sidebar-foreground:
|
| 40 |
-
--sidebar-primary:
|
| 41 |
-
--sidebar-primary-foreground:
|
| 42 |
-
--sidebar-accent:
|
| 43 |
-
--sidebar-accent-foreground:
|
| 44 |
-
--sidebar-border:
|
| 45 |
-
--sidebar-ring:
|
| 46 |
}
|
| 47 |
|
| 48 |
.dark {
|
| 49 |
-
--background:
|
| 50 |
--foreground: 0 0% 98%;
|
| 51 |
-
--card:
|
| 52 |
--card-foreground: 0 0% 98%;
|
| 53 |
-
--popover:
|
| 54 |
--popover-foreground: 0 0% 98%;
|
| 55 |
-
--primary:
|
| 56 |
-
--primary-foreground:
|
| 57 |
-
--secondary:
|
| 58 |
--secondary-foreground: 0 0% 98%;
|
| 59 |
-
--muted:
|
| 60 |
--muted-foreground: 0 0% 63.9%;
|
| 61 |
-
--accent:
|
| 62 |
-
--accent-foreground:
|
| 63 |
--destructive: 0 62.8% 30.6%;
|
| 64 |
--destructive-foreground: 0 0% 98%;
|
| 65 |
-
--border:
|
| 66 |
-
--input:
|
| 67 |
-
--ring:
|
| 68 |
|
| 69 |
-
--sidebar-background:
|
| 70 |
--sidebar-foreground: 0 0% 95%;
|
| 71 |
-
--sidebar-primary:
|
| 72 |
-
--sidebar-primary-foreground:
|
| 73 |
-
--sidebar-accent:
|
| 74 |
-
--sidebar-accent-foreground:
|
| 75 |
-
--sidebar-border:
|
| 76 |
-
--sidebar-ring:
|
| 77 |
}
|
| 78 |
}
|
| 79 |
|
|
|
|
| 8 |
|
| 9 |
@layer base {
|
| 10 |
:root {
|
| 11 |
+
--background: 145 60% 97%; /* Very Light Green */
|
| 12 |
--foreground: 240 10% 3.9%; /* Default dark text */
|
| 13 |
+
--card: 145 60% 97%; /* Match background */
|
| 14 |
--card-foreground: 240 10% 3.9%;
|
| 15 |
+
--popover: 145 60% 97%;
|
| 16 |
--popover-foreground: 240 10% 3.9%;
|
| 17 |
+
--primary: 145 65% 40%; /* Main Green */
|
| 18 |
+
--primary-foreground: 145 20% 98%; /* White text on Green */
|
| 19 |
+
--secondary: 145 40% 90%; /* Lighter, less saturated green/grey */
|
| 20 |
+
--secondary-foreground: 145 10% 25%;
|
| 21 |
+
--muted: 145 30% 85%; /* Muted green/grey */
|
| 22 |
+
--muted-foreground: 145 5% 45%;
|
| 23 |
+
--accent: 145 65% 40%; /* Accent Green (same as primary) */
|
| 24 |
+
--accent-foreground: 145 20% 98%; /* White text on Accent Green */
|
| 25 |
--destructive: 0 84.2% 60.2%;
|
| 26 |
--destructive-foreground: 0 0% 98%;
|
| 27 |
+
--border: 145 30% 88%; /* Slightly darker green/grey border */
|
| 28 |
+
--input: 145 30% 92%; /* Input background */
|
| 29 |
+
--ring: 145 65% 50%; /* Ring color related to green accent */
|
| 30 |
--chart-1: 12 76% 61%;
|
| 31 |
--chart-2: 173 58% 39%;
|
| 32 |
--chart-3: 197 37% 24%;
|
|
|
|
| 35 |
--radius: 0.5rem;
|
| 36 |
|
| 37 |
/* Sidebar specific colors, matched to the theme */
|
| 38 |
+
--sidebar-background: 145 50% 95%; /* Slightly darker/more saturated green for sidebar */
|
| 39 |
+
--sidebar-foreground: 145 10% 20%;
|
| 40 |
+
--sidebar-primary: 145 65% 40%;
|
| 41 |
+
--sidebar-primary-foreground: 145 20% 98%;
|
| 42 |
+
--sidebar-accent: 145 65% 40%;
|
| 43 |
+
--sidebar-accent-foreground: 145 20% 98%;
|
| 44 |
+
--sidebar-border: 145 30% 85%;
|
| 45 |
+
--sidebar-ring: 145 65% 50%;
|
| 46 |
}
|
| 47 |
|
| 48 |
.dark {
|
| 49 |
+
--background: 145 20% 10%; /* Dark Green */
|
| 50 |
--foreground: 0 0% 98%;
|
| 51 |
+
--card: 145 20% 10%;
|
| 52 |
--card-foreground: 0 0% 98%;
|
| 53 |
+
--popover: 145 20% 10%;
|
| 54 |
--popover-foreground: 0 0% 98%;
|
| 55 |
+
--primary: 145 70% 50%; /* Vibrant Green for dark mode */
|
| 56 |
+
--primary-foreground: 145 30% 15%; /* Darker green text for contrast */
|
| 57 |
+
--secondary: 145 15% 20%;
|
| 58 |
--secondary-foreground: 0 0% 98%;
|
| 59 |
+
--muted: 145 10% 25%;
|
| 60 |
--muted-foreground: 0 0% 63.9%;
|
| 61 |
+
--accent: 145 70% 50%; /* Vibrant Green for dark mode accent */
|
| 62 |
+
--accent-foreground: 145 30% 15%; /* Darker green text for contrast */
|
| 63 |
--destructive: 0 62.8% 30.6%;
|
| 64 |
--destructive-foreground: 0 0% 98%;
|
| 65 |
+
--border: 145 15% 20%;
|
| 66 |
+
--input: 145 15% 20%;
|
| 67 |
+
--ring: 145 70% 55%; /* Ring color for dark mode green */
|
| 68 |
|
| 69 |
+
--sidebar-background: 145 15% 12%;
|
| 70 |
--sidebar-foreground: 0 0% 95%;
|
| 71 |
+
--sidebar-primary: 145 70% 50%;
|
| 72 |
+
--sidebar-primary-foreground: 145 30% 15%;
|
| 73 |
+
--sidebar-accent: 145 70% 50%;
|
| 74 |
+
--sidebar-accent-foreground: 145 30% 15%;
|
| 75 |
+
--sidebar-border: 145 15% 20%;
|
| 76 |
+
--sidebar-ring: 145 70% 55%;
|
| 77 |
}
|
| 78 |
}
|
| 79 |
|