mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #3538] Add a dark mode #2351
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#2351
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 @Cocolin67 on GitHub (Feb 10, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3538
Maybe just add a toggle that can switch the theme to dark, since it use Tabler, i guess it should be easy to create that ! My eyes would be pleased thanks, love the proxy manager :)
@Cocolin67 commented on GitHub (Feb 13, 2024):
Oh thanks, I didn't see it
@EthyMoney commented on GitHub (Feb 19, 2024):
That's just for the docs though right? Is there anything in the works for the app UI itself?
@wchorski commented on GitHub (Feb 22, 2024):
I have a work around if you're willing to do a bit of css override
here is my blog post about it, but I'll try to give you the short version here
Run the container
spin up the container first and let the app pull down.
Map the CSS volume
now map `/app/frontend/css/main.css' as a volume to your local machine so that your dark mode tweak persists.
spin up the container again and go to edit that new
./css/main.cssfileCSS
here is what I've added at the bottom of that css file. It isn't perfect but I kinda like the plumb color theme
@Cocolin67 commented on GitHub (Apr 18, 2024):
Resolved since update is released
@jpeaglesandkatz commented on GitHub (May 21, 2024):
why is this closed when the initial issues was opend regarding dark mod in the proxy manager UI itself, NOT the documentation...
It is outright silly that a project like nginx proxy manager doesn't include darkmode.. Especially when apparently it is using an easy theming solution.
@ramphex commented on GitHub (Jun 29, 2024):
is there any update on this? Why did the docs get themed but the the actual dashboard UI?
@Cocolin67 commented on GitHub (Jul 31, 2024):
Apparently it's still not fixed, i thought it was but it was just the doc that got the dark UI. i'll reopen the issue
@drummerwolli commented on GitHub (Aug 19, 2024):
sounds like a duplicate of https://github.com/NginxProxyManager/nginx-proxy-manager/issues/707
@RobLoach commented on GitHub (Jan 29, 2025):
Duplicate of https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4314 too .
@HybridRCG commented on GitHub (Apr 4, 2025):
The funny thing is , NPM's own website - "https://nginxproxymanager.com/" does have a toggle for dark mode..
Only reason why i'm not changing to another reverse proxy manager just for the dark mode sake is that I don't have to go into NPM very often. but sure as makes my eyes hurt every time i have to use it. :(
I see the workaround. but the fare question is why must a different service be running purely for dark mode?
@vacerde commented on GitHub (May 2, 2025):
Any updates on this?
@RobLoach commented on GitHub (May 2, 2025):
Click the "Subscribe" button if you'd like to be notified of any updates in this issue?
@reynold-lariza commented on GitHub (Jul 14, 2025):
If anyone couldn't find what @wchorski anymore. I generated this dark mode with ChatGPT.
Just apply at the last line of
main.cssTried to fight with ChatGPT for 30 mins to make it look nice, but there are still some hiccups, like the unselected radio buttons in Settings > Custom page > Edit looks invisible, and the file browse button looks contrasting. But I rarely look at these pages anyway, so I had to settle with this one.
@Feriman22 commented on GitHub (Aug 23, 2025):
Working and easy solution here:
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4314#issuecomment-2888707741
@Linouxs commented on GitHub (Sep 12, 2025):
I use this method too but I add the theme with Nginx proxy manager itself: https://docs.theme-park.dev/setup/#nginx-proxy-manager
With this method you don't have to download the files and config Docker. This is my config:
@7heMech commented on GitHub (Nov 11, 2025):
This can be closed since new version has dark mode. @jc21