Skip to content

Commit 2f47466

Browse files
Restore previous theme toggle icons
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 1655672 commit 2f47466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/zensical.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ features = [
2626

2727
[[project.theme.palette]]
2828
media = "(prefers-color-scheme)"
29-
toggle.icon = "material/link"
29+
toggle.icon = "lucide/sun-moon"
3030
toggle.name = "Switch to dark mode"
3131

3232
[[project.theme.palette]]
3333
media = "(prefers-color-scheme: dark)"
3434
scheme = "slate"
3535
primary = "black"
3636
accent = "light blue"
37-
toggle.icon = "material/toggle-switch-off-outline"
37+
toggle.icon = "lucide/moon"
3838
toggle.name = "Switch to light mode"
3939

4040
[[project.theme.palette]]
4141
media = "(prefers-color-scheme: light)"
4242
scheme = "default"
4343
primary = "black"
4444
accent = "light blue"
45-
toggle.icon = "material/toggle-switch"
45+
toggle.icon = "lucide/sun"
4646
toggle.name = "Switch to system preference"
4747

4848
[project.theme.icon]

0 commit comments

Comments
 (0)