|
1 | 1 | :root { |
2 | 2 | --background: hsl(0 0% 100%); |
3 | 3 | --foreground: hsl(225 9% 9%); |
4 | | - --card: hsl(220 13% 95%); |
5 | | - --card-foreground: hsl(240 10% 4%); |
| 4 | + --card: hsl(0, 0%, 100%); |
| 5 | + --card-foreground: hsl(0, 0%, 100%); |
6 | 6 | --popover: hsl(0 0% 100%); |
7 | 7 | --popover-foreground: hsl(240 10% 4%); |
8 | | - --primary: hsl(228 66% 50%); |
| 8 | + --primary: hsl(114 95.2% 32.4%); |
9 | 9 | --primary-foreground: hsl(0 0% 100%); |
10 | | - --secondary: hsl(228 71% 91%); |
| 10 | + --secondary: hsla(114, 95%, 32%, 0.1); |
11 | 11 | --secondary-foreground: hsl(0 0% 0%); |
12 | 12 | --muted: hsl(232 12% 87%); |
13 | 13 | --muted-foreground: hsl(217 19% 27%); |
14 | | - --accent: hsl(214 95% 93%); |
| 14 | + --accent: hsl(115, 94%, 93%); |
15 | 15 | --accent-foreground: hsl(240 6% 10%); |
16 | 16 | --destructive: hsl(346 100% 41%); |
17 | 17 | --destructive-foreground: hsl(0 0% 100%); |
|
33 | 33 | --sidebar-accent-foreground: hsl(240 6% 10%); |
34 | 34 | --sidebar-border: hsl(220 13% 91%); |
35 | 35 | --sidebar-ring: hsl(240 5% 65%); |
36 | | - --navbar-background: hsl(234 25% 92%); |
| 36 | + --navbar-background: hsl(0 100% 100%); |
37 | 37 | --navbar-foreground: hsl(215 28% 17%); |
38 | | - --navbar-primary: hsl(228 100% 19%); |
| 38 | + --navbar-primary: hsl(0 0% 0%); |
39 | 39 | --navbar-primary-foreground: hsl(0 0% 100%); |
40 | 40 | --navbar-border: hsl(232 12% 87%); |
41 | | - --navbar-muted: hsl(228 100% 19%); |
42 | | - --navbar-accent-background: hsl(214 95% 93%); |
| 41 | + --navbar-muted: hsl(217 19% 27%); |
| 42 | + --navbar-accent-background: hsl(125, 94%, 93%); |
43 | 43 | --navbar-accent-foreground: hsl(224 64% 33%); |
44 | | - --navbar-sub-background: hsl(228 32% 15%); |
45 | | - --navbar-sub-foreground: hsl(0 0% 100%); |
| 44 | + --navbar-sub-background: hsl(0 0% 100%); |
| 45 | + --navbar-sub-foreground: hsl(0 0% 0%); |
46 | 46 | --navbar-sub-accent: hsl(228 96% 29%); |
47 | | - --footer-background: hsl(234 25% 92%); |
48 | | - --footer-foreground: hsl(228 100% 19%); |
| 47 | + --footer-background: hsl(240 4.8% 95.9%); |
| 48 | + --footer-foreground: hsl(0, 0%, 0%); |
49 | 49 | --footer-muted: hsl(240 2% 20%); |
50 | 50 | --footer-border: hsl(230 6% 81%); |
51 | | - --navbar-sub-muted: hsl(228 78% 35%); |
| 51 | + --navbar-sub-muted: hsl(0, 0%, 0%); |
52 | 52 | --tertiary: hsl(0 0% 100%); |
53 | 53 | --tertiary-foreground: hsl(228 100% 19%); |
54 | 54 | --tertiary-border: hsl(230 6% 81%); |
55 | | - --badge-default-background: hsl(186 100% 28%); |
| 55 | + --badge-default-background: hsl(31 100% 63.9%); |
56 | 56 | --badge-secondary-background: hsl(31 97% 72%); |
57 | 57 | --badge-default-foreground: hsl(0 0% 100%); |
58 | 58 | --badge-secondary-foreground: hsl(0 0% 0%); |
59 | 59 | --tertiary-hover: hsl(220 13% 95%); |
60 | 60 | } |
61 | 61 |
|
62 | 62 | .theme-personal { |
63 | | - --background: hsl(0 0% 100%); |
64 | | - --foreground: hsl(225 9% 9%); |
65 | | - --card: hsl(0, 0%, 100%); |
66 | | - --card-foreground: hsl(0, 0%, 100%); |
67 | | - --popover: hsl(0 0% 100%); |
68 | | - --popover-foreground: hsl(240 10% 4%); |
69 | | - --primary: hsl(114 95.2% 32.4%); |
70 | | - --primary-foreground: hsl(0 0% 100%); |
71 | | - --secondary: hsla(114, 95%, 32%, 0.1); |
72 | | - --secondary-foreground: hsl(0 0% 0%); |
73 | | - --success: hsl(141 71% 48%); |
74 | | - --accent: hsl(115, 94%, 93%); |
75 | | - --accent-foreground: hsl(240 6% 10%); |
76 | | - --muted: hsl(232 12% 87%); |
77 | | - --muted-foreground: hsl(217 19% 27%); |
78 | | - --navbar-background: hsl(0 100% 100%); |
79 | | - --navbar-foreground: hsl(215 28% 17%); |
80 | | - --navbar-primary: hsl(0 0% 0%); |
81 | | - --navbar-primary-foreground: hsl(0 0% 100%); |
82 | | - --navbar-border: hsl(232 12% 87%); |
83 | | - --navbar-muted: hsl(217 19% 27%); |
84 | | - --navbar-accent-background: hsl(125, 94%, 93%); |
85 | | - --navbar-accent-foreground: hsl(224 64% 33%); |
86 | | - --navbar-sub-background: hsl(0 0% 100%); |
87 | | - --navbar-sub-foreground: hsl(0 0% 0%); |
88 | | - --navbar-sub-accent: hsl(0 0% 100%); |
89 | | - --navbar-sub-muted: hsl(0, 0%, 0%); |
90 | | - --footer-background: hsl(240 4.8% 95.9%); |
91 | | - --footer-foreground: hsl(0, 0%, 0%); |
92 | | - --footer-muted: hsl(240 2% 20%); |
93 | | - --footer-border: hsl(230 6% 81%); |
94 | | - --badge-default-background: hsl(31 100% 63.9%); |
95 | 63 | } |
96 | 64 |
|
97 | 65 | .theme-business { |
|
0 commit comments