Skip to content

Commit 8c23ba5

Browse files
committed
update dark mode to blue theme
1 parent 07842bd commit 8c23ba5

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

src/index.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,48 +104,48 @@
104104
}
105105

106106
.dark {
107-
--background: oklch(0.2497 0.0305 234.1628);
107+
--background: oklch(0.2570 0.0900 281.2880);
108108
--foreground: oklch(0.9306 0.0197 349.0785);
109109

110-
--card: oklch(0.2902 0.0299 233.5352);
110+
--card: oklch(0.2570 0.0900 281.2880);
111111
--card-foreground: oklch(0.9306 0.0197 349.0785);
112112

113-
--popover: oklch(0.2902 0.0299 233.5352);
113+
--popover: oklch(0.3790 0.1460 265.5220);
114114
--popover-foreground: oklch(0.9306 0.0197 349.0785);
115115

116116
--primary: oklch(0.9195 0.0801 87.6670);
117-
--primary-foreground: oklch(0.2497 0.0305 234.1628);
117+
--primary-foreground: oklch(0.3790 0.1460 265.5220);
118118

119119
--secondary: oklch(0.7794 0.0803 4.1330);
120-
--secondary-foreground: oklch(0.2497 0.0305 234.1628);
120+
--secondary-foreground: oklch(0.3790 0.1460 265.5220);
121121

122-
--muted: oklch(0.2713 0.0086 255.5780);
122+
--muted: oklch(0.2820 0.0910 267.9350);
123123
--muted-foreground: oklch(0.7794 0.0803 4.1330);
124124

125125
--accent: oklch(0.6699 0.0988 356.9762);
126126
--accent-foreground: oklch(0.9306 0.0197 349.0785);
127127

128128
--destructive: oklch(0.6702 0.1806 350.3599);
129-
--destructive-foreground: oklch(0.2497 0.0305 234.1628);
129+
--destructive-foreground: oklch(0.2820 0.0910 267.9350);
130130

131-
--border: oklch(0.3907 0.0399 242.2181);
132-
--input: oklch(0.3093 0.0305 232.0027);
133-
--ring: oklch(0.6998 0.0896 201.8672);
131+
--border: oklch(0.3790 0.1460 265.5220);
132+
--input: oklch(0.9620 0.0590 95.6170);
133+
--ring: oklch(0.4880 0.2430 264.3760);
134134
--sidebar-background: 240 5.9% 10%;
135135
--sidebar-foreground: oklch(0.9670 0.0029 264.5419);
136136
--sidebar-primary: oklch(0.6559 0.2118 354.3084);
137137
--sidebar-primary-foreground: oklch(1.0000 0 0);
138138
--sidebar-accent: oklch(0.8228 0.1095 346.0184);
139-
--sidebar-accent-foreground: oklch(0.2781 0.0296 256.8480);
140-
--sidebar-border: oklch(0.3729 0.0306 259.7328);
139+
--sidebar-accent-foreground: oklch(0.2820 0.0910 267.9350);
140+
--sidebar-border: oklch(0.4240 0.1990 265.6380);
141141
--sidebar-ring: oklch(0.6559 0.2118 354.3084);
142-
--chart-1: oklch(0.6998 0.0896 201.8672);
142+
--chart-1: oklch(0.4880 0.2430 264.3760);
143143
--chart-2: oklch(0.7794 0.0803 4.1330);
144144
--chart-3: oklch(0.6699 0.0988 356.9762);
145-
--chart-4: oklch(0.4408 0.0702 217.0848);
146-
--chart-5: oklch(0.2713 0.0086 255.5780);
145+
--chart-4: oklch(0.3790 0.1460 265.5220);
146+
--chart-5: oklch(0.2820 0.0910 267.9350);
147147
--radius: 0.4rem;
148-
--sidebar: oklch(0.2303 0.0270 235.9743);
148+
--sidebar: oklch(0.2570 0.0900 281.2880);
149149
--font-sans: Poppins, sans-serif;
150150
--font-serif: Lora, serif;
151151
--font-mono: Fira Code, monospace;

0 commit comments

Comments
 (0)