mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[GH-ISSUE #43] Cannot figure out how to set Dark Mode #35
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @netnem on GitHub (Jan 2, 2024).
Original GitHub issue: https://github.com/matze/wastebin/issues/43
How do I make the app go into dark mode? I guessed "- WASTEBIN_DARK_MODE=1" which didn't work but I don't see any documentation to make it the default theme.
I ended up rebuilding the docker file and just copied over the dark theme into the light theme as a workaround. Just a little strange.
@matze commented on GitHub (Jan 2, 2024):
It's entirely client-side and based on your browser settings.
@netnem commented on GitHub (Jan 6, 2024):
Hey no problem. I was just expecting to see a settings page where you can change the "theme" from dark / bright etc. Feel free to close this.