mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #4314] Make A Dark Mode Theme #2773
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2773
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 @ghost on GitHub (Jan 22, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4314
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
@anthonyrom commented on GitHub (Jan 23, 2025):
Duplicate of #707 (and #2859 which should also be closed, but I don't want to comment there since it would un-stale the issue)
@lastsamurai26 commented on GitHub (Jan 29, 2025):
i using Theme.Park (:
this is what i use
Add this to your NPM docker compose file to the env'S
TP_THEME: dark
TP_DOMAIN: npmdomain.de/themes
this to the volumes
- /opt/containers/nginxproxy/themes/98-themepark:/etc/cont-init.d/98-themepark
download this file
https://raw.githubusercontent.com/themepark-dev/theme.park/refs/heads/master/docker-mods/nginx-proxy-manager/root/etc/cont-init.d/98-themepark
put it into the folder Above
start booth Containers
add this to your npm domain as custom location
same like here
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/707#issuecomment-2436441321
@ghost commented on GitHub (Jan 29, 2025):
Thanks i will try
Op wo 29 jan 2025 om 14:33 schreef Frank @.***>
@kllngtme commented on GitHub (Jan 29, 2025):
The themepark addition is cool and all but requires effort to setup and an additional service. Is there a reason why darkmode can't be added to NPM? 4 year old links for people asking the same thing to just save our eyes only to be told to use a workaround? Pardon the ignorance. I'm trying to understand a little why it can't be added
@lastsamurai26 commented on GitHub (Jan 31, 2025):
I honestly can't say, but I live with this workaround.
I was ready to switch to Zoraxy, but it doesn't support wildcard certificates, let alone automatically renewing them
@OfficialMuffin commented on GitHub (Feb 8, 2025):
Couldn't we just use Dark Reader extension in our browsers?
@lastsamurai26 commented on GitHub (Feb 13, 2025):
It is up to you, but this extension only works where it is installed, but Theme-Park always runs independently of the device
@op4lat commented on GitHub (May 18, 2025):
@lastsamurai26 Thanks! Although I didn't do it your way https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4314#issuecomment-2621666415 , I combined your referred https://github.com/NginxProxyManager/nginx-proxy-manager/issues/707#issuecomment-2436441321 way with yours.
TP_THEME: darkinstead of "editing line 45"@Feriman22 commented on GitHub (Aug 23, 2025):
Wow, thanks @op4lat
It looks like this for me:

@sleighton commented on GitHub (Aug 23, 2025):
@op4lat Wow, awesome! So much easier on my old eyes and simple to implement. Thanks!
@7heMech commented on GitHub (Nov 11, 2025):
This can be closed since new version has dark mode. @jc21