mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Dark Mode for Kuma? #78
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#78
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 @ctrlbrk42 on GitHub (Aug 2, 2021).
I didn't see this listed elsewhere. I would appreciate offering a dark mode, please :)
If anyone else agrees, feel free to upvote.
@Panja0 commented on GitHub (Aug 2, 2021):
It's already mentioned in https://github.com/louislam/uptime-kuma/issues/21
Dark mode: based on system settings (thx @LeviSnoot)
@philippdormann commented on GitHub (Aug 2, 2021):
already did a PR for this at https://github.com/louislam/uptime-kuma/pull/32 which unfortunately had some issues in lightmode
my fork currently is not up to date, still has a working darkmode tho.
in #32 Louis stated he wants
In my opinion, the darkmode should be based on system settings via
prefers-color-schememedia queryI guess we can vote via GitHub reactions
prefers-color-scheme(♥)@LeviSnoot commented on GitHub (Aug 2, 2021):
Ideally we could have both, I've seen a number of websites have the options of
Light,DarkandAuto.@Panja0 commented on GitHub (Aug 2, 2021):
I'm with @LeviSnoot in this one! Light, Dark and auto would be great.
@moquito64 commented on GitHub (Aug 2, 2021):
I like to have options as well.
@chakflying commented on GitHub (Aug 2, 2021):
Per this reference we can switch to a js & css class based approach, and get the
prefers-color-schemeon load. We can then combine that with a setting set by the user.@louislam commented on GitHub (Aug 3, 2021):
I put this request to the next milestone. Will try to improve @philippdormann 's dark theme code.
@louislam commented on GitHub (Aug 8, 2021):
Will be available in the next release.