DarkPixlz's Modern Theme

Updates

Hello everybody,

It’s been a bit since I have linked updates here.

I’ve made a few relevant changes.

1. No more missing transparency

I have added transparency anywhere I can, anywhere else cant be added without breaking it.
(Besides the 404 page which I’m still working on)

2. Wizard support

Discourse recently redid their wizard so I added support for the theme in it.



image

3. More blur

When “too much” wasn’t enough, I brought more!

4. Sidebar

Sidebar support has been added.


5. Group Boxes

New Group boxes have been added.


But there’s more!

I have more on my to-do list, look out for those soon!

That’s about it for this update, thanks for sticking around!

3 Likes

Over the next few days I’ll be slowly working in to add some more obscure components, just added support for User Directory cards, along with at last the 404 page.



4 Likes

Hey, the theme is nice :blush:

There is one problem when you click on someone profile the user card does not shows if you scrolled down. It won’t show anything on mobile.

With desktop it should be more above with the profile it gets below which makes look dull.

2 Likes

Also, pls fix these topic number positions for mobile view.

Screenshot 2023-01-17 170025

And this size when you click on topic controls

Screenshot 2023-01-17 170221

Pls fix this also

2 Likes

I’ll work on that when my sites are back online, thanks for letting me know!

1 Like

Is there any ETA for when you fix all these?

Really depends when the server for my sites go back up. If you need the fixes now I’ll try when I get back home.

2 Likes

yes. pls, fix them your theme is awesome just these things need to fix. :blush:

3 Likes

Hey everybody!

It’s been a while since I’ve done much with the theme (let alone release notes), so here are some new changes.

New: Custom Topbar Colors

Previously, the topbar could only be a blue gradient, which didn’t fit with the extremely custom theme, so now there are options
image
In this example code:

Code Reformat

Nothing much to say about this, code has been reformatted.

Mobile fixes

Thanks to the reports, the mobile misalignment has been fixed!
image
It’s still a bit weird though, a fix for htat will also be soon.

User Status Compatibility

User Statuses are now compatible with the STAFF tag!

5 Likes

Also forgot to mention, but there’s also a Header Direction setting!

90:


0:

2 Likes

very nice theme… look like https://forums.unrealengine.com/

2 Likes

Any way we can get a full-width toggle on here?
I’m about to struggle my way through making a component with the CSS :smiley:

Theme is gorgeous btw

3 Likes

Might be sloppy, but here’s what I’m using now for anyone interested:

:root {
    --d-max-width: 95%;
}

#main-outlet {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 50px;
}

I do not use sidebar

3 Likes

Sure, I’ll work on it in the coming days. I have a few fixes on the way as well.

1 Like

Awesome to hear!
I’ll be keeping my eye out :slight_smile:

2 Likes

Hey! This theme is so good.
Would you consider adding a toggle to disable rounding?
If not for everything, maybe just the images (though disabling globally would be excellent for my tastes).
I post a lot of photography on my forum and it’s a bit jarring to see the rounding eat into the image itself.

Thanks for making such an awesome theme.

2 Likes

Sure! I’ll be working on everything maybe later tonight, I suspect the Discourse theme changes has done something to in less used areas
image
Currently todo for me:

  • Finish full-width
  • Bugs
  • Disable rounding
2 Likes

Time to suggest this theme onto my favorite forum, Dark Gaming.

2 Likes

Hey everybody!

I pushed a bunch of other changes, here’s a list:

1. Full Width

Idea: @MWGMorningwood
Screenshot with the option enabled:


Option to disable image rounding

Idea: @Den
Disabled (default/normal):
image
Enabled:
image

Support for new user cards

Image:
image
image
I’ll continue to update it for as long as I need and Discourse stops touching it.

Header changes

The header is now centered on desktop, and there’s a new setting, Blur-Header. As seen in the full width screenshot, it removes the gradient and blurs it.

Fixes

Fixed all broken settings, user cards, and more.

If you have any suggestions, let me know!

2 Likes

Thanks for the blazing fast response!
It’s working quite well.

2 Likes