This might just be my new favorite theme. You did an amazing job!
NEVER GONNA GIVE YOU UP
NEVER GONNA LET YOU DOWN
NEVER GONNA RUN AROUND, AND DESERT YOU
NEVER GONNA MAKE YOU CRY
NEVER GONNA SAY GOODBYE
NEVER GONNA TELL A LIE, AND HURT YOU
Anyway, the theme looks nice. :)
+1
This will have a big consequences for the market of botomless pits
oh my god this is so good. GOATed theme
just a question, do you reckon you could also include the Yotsuba A theme as well? I've always been a sucker for the yellower version of the site's layout, and I think it'd be really cool to have at least the values of that included here as well so that we could switch between them.
Other than that really insignificant nitpick this is a 10/10 theme. love it
+1
There are roads,
a samurai must travel…
Hi, thank you. I can try to create Yotsuba A style, but I don't know when it'll be done. Also I don't know if I should post it as a new theme or just edit this one. Anyway, I'll work on it :D.
BASED. You could include them as an alternate root here on the page in code blocks and add an image preview, or you could do an alternate version as well, yeah!
There are roads,
a samurai must travel…
Unfortuantely it seems that because of some main theme updates, this 4chan theme isn't working properly, so it needs fixes. I've an idea how to do that, but I don't have much time recently. I'm going to fix it this summer.
However if you need to use this theme now, contact me via discord (manganian7potasu_) and I'll help you by implementing some temporary fixes that will work for sure.
Bug has been fixed - 13.02.2025
The problem was in #page-title. The height value was set wrong and it created white squares at the top of page wehere theme was included. One of temporary solutions was to completely remove page title by adding CSS module #page-title { display: none; }. However I edited source code of theme and now there shouldn't be any problems: height value has been changed from 200px to 0px.
#page-title::after, .meta-title::after, #page-title::before, .meta-title::before {
content: " ";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(—niewiem));
height: 0px;
}