kint
June 7, 2017, 8:42am
1
Hey guys is there a dark/black web-interface? that would be really relaxing if working on it or checking it at night or if you just like dark themes more
Would be extreem cool
thanks Kint
We don't have one officially implemented, but see these links:
Had a little time this morning so I thought I would give my admin dashboard a makeover.
I was originally aiming towards a stylish style so you wouldn't have to do anything with the pi-hole itself. However the graph colors are a little tricky and would probably need a userscript. So I'm thinking the non-destructive approach may need to be thrown out.
Just a little preview since the graphs are ugly at the moment.
[image]
UPDATE: Here is some work on the chart
[image]
LKD70's Dark Theme intergration for the admin dashboard.
Inspiration from @doctormidnight (old thread )
This is a simple standalone dark theme implementation that overwrites parts of the current white admin theme to provide an alternative that won't burn your eyes at 2 in the morning.
A sample of the admin dashboard with this theme applied:
[image]
Keep in mind this theme is brand new, likely to change and does not come without its issues.
You can find the source of the theme and a …
I have been working on a dark admin dashboard theme after seeing the first post for it on these forums.
Today I'd like to share it!
It's completely free and open for anyone to do as they wish with it.
[image]
##Installation
You need the Stylish extension installed.
Install Stylish extension: Firefox & Chrome
Click the extension once loaded and then Manage All Styles - Screenshot
Create a new blank style and then hit the Import button - Screenshot1 -
Screenshot2
Paste in the whole of …
1 Like
Will be officially implemented with v5.1
pi-hole:devel
← pi-hole:new/dark
opened 08:14PM - 10 May 20 UTC
**By submitting this pull request, I confirm the following:**
- [X] I have r… ead and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md), as well as this entire template.
- [X] I have made only one major change in my proposed changes.
- [X] I have commented my proposed changes within the code.
- [X] I have tested my proposed changes, and have included unit tests where possible.
- [X] I am willing to help maintain this change if there are issues with it later.
- [X] I give this submission freely and claim no ownership.
- [X] It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.1)
- [X] I have squashed any insignificant commits. ([`git rebase`](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html))
---
**What does this PR aim to accomplish?:**
Add support for user-defined themes. This makes some wished feature requests, mainly around "dark mode" possible.
![Screenshot_2020-05-10 Pi-hole Admin Console](https://user-images.githubusercontent.com/16748619/81509717-07075380-930d-11ea-9225-3f084c1f95fc.png)
![Screenshot_2020-05-10 Pi-hole Admin Console(1)](https://user-images.githubusercontent.com/16748619/81509719-0969ad80-930d-11ea-817c-8e4bdaf54193.png)
![Screenshot_2020-05-10 Pi-hole Admin Console(2)](https://user-images.githubusercontent.com/16748619/81509721-0a9ada80-930d-11ea-85ab-f430a35066f4.png)
**How does this PR accomplish the above?:**
Remove inline styling. Add possibility for user-defined themes. New themes can easily be added and sent to us for inclusion in the regular Pi-hole releases.
This PR is feature-complete but also meant as a first suggestion for users tweaking colors and submitting them their changes to us.
**What documentation changes (if any) are needed to support this PR?:**
None
1 Like