Dark Forum Theme?
- KVRAF
- 2393 posts since 29 Jun, 2005 from La La Land
It doesn't seem like it's ever going to happen. It's been way too long now. Kinda blows. It's one of the things that set KVR apart from all the other forums. It's just not the same anymore.
- KVRAF
- 11000 posts since 15 Apr, 2019 from Nowhere
I'm using it right now and I think it does a great job on producing good colors for the forum.fgimian wrote:In the meantime, I can only suggest the "Dark Reader" browser extension which seems to work moderately well on this site.
-
- KVRAF
- 5646 posts since 18 Jul, 2002
The best solution for me would be using the CSS prefers-color-scheme but considering how complex PHPBB3 is I understand why Ben is giving this very low priority.
-
- KVRAF
- 5646 posts since 18 Jul, 2002
Nothing yet? 
-
- KVRAF
- 2982 posts since 9 Dec, 2008
Clicked on that puppy by mistake today on refreshing the forum, thought dark theme had arrived.samsam wrote: Sun Jul 21, 2019 9:02 am Click on the unread topics tab, dark theme is there. Why won't Ben roll it out to rest of the site?
- KVRAF
- Topic Starter
- 5115 posts since 5 May, 2005 from Stockholm, Sweden
Forgot about this thread, been a year and a half already.
I use the extension below for just about everything that doesn't have a built in dark mode. Available for several browsers, has 14 regular modes and 14 inverted modes.
https://mybrowseraddon.com/dark-mode.html
I use the extension below for just about everything that doesn't have a built in dark mode. Available for several browsers, has 14 regular modes and 14 inverted modes.
https://mybrowseraddon.com/dark-mode.html
- KVRAF
- Topic Starter
- 5115 posts since 5 May, 2005 from Stockholm, Sweden
I'm not really bothered if it's updated now to be honest.
With that extension I mentioned this is how it looks for me right now. Not perfect but good enough.
With that extension I mentioned this is how it looks for me right now. Not perfect but good enough.
You do not have the required permissions to view the files attached to this post.
-
- KVRAF
- 5646 posts since 18 Jul, 2002
It's not THAT hard to implement some CSS code for people using a browser with dark mode support... you know it's 2020... and eyes won't bleed in low light environments

Code: Select all
@media (prefers-color-scheme: dark) {
#wrap {
background-color: #333;
}
.panel {
background-color: #333;
color: #ddd;
}
textarea.inputbox {
background: #333;
color: #ddd;
}
.bg2 {
background-color: #333;
}
.content {
color: #333;
}
.bg1 {
background-color: #3f3f3f;
}
blockquote {
background-color: #222114;
border-color: #5c5c43;
}
div.mainforumdiv a,
div.mainforumdiv a:active,
div.mainforumdiv a:visited {
color: orange;
}
div.flex.flexwrap.flexcenter {
color: #ddd;
}
}

-
- KVRAF
- 5646 posts since 18 Jul, 2002
Well, maybe in 2030.
- KVRer
- 1 posts since 3 Mar, 2008 from Los Angeles
Ditto that. Please direct me to dark mode implementation.
