mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-06-01 04:30:47 -05:00
[PR #7] [MERGED] feat: dark mode #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/VERT-sh/VERT/pull/7
Author: @not-nullptr
Created: 11/13/2024
Status: ✅ Merged
Merged: 11/13/2024
Merged by: @not-nullptr
Base:
main← Head:nullptr/dark-mode📝 Commits (5)
6c955e3feat: basic dark mode6bb9205feat: theme toggle3fa2650Completed dark mode and about page changes0888cc1Fix progressive blur on dark mode5e47cdbfeat: dynadark tailwind plugin for dark detection📊 Changes
15 files changed (+213 additions, -32 deletions)
View changed files
➕
.vscode/settings.json(+3 -0)➕
.vscode/tailwind.json(+55 -0)📝
package.json(+2 -0)📝
src/app.html(+1 -1)📝
src/app.scss(+47 -11)➕
src/hooks.server.ts(+9 -0)📝
src/lib/components/functional/FancyMenu.svelte(+2 -2)📝
src/lib/store/index.svelte.ts(+9 -0)📝
src/routes/+layout.svelte(+28 -3)➕
src/routes/+layout.ts(+16 -0)📝
src/routes/+page.svelte(+4 -2)📝
src/routes/about/+page.svelte(+20 -10)📝
src/routes/convert/+page.svelte(+1 -1)📝
tailwind.config.ts(+9 -2)📝
vite.config.ts(+7 -0)📄 Description
this PR adds dark mode. for future reference, to detect dark mode from tailwind, use
dynadark:instead ofdark:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.