Replit Ask Theme

A theme based off of the code blocks here. I tried changing the actual site theme:

image

but it didn’t work unfortunately.

Link: https://replit.com/theme/@QwertyQwerty88/replit-ask

Leave any more theme suggestions you have for me.

2 Likes

I like the subtle gray colors when you’re navigating the UI. It’s not very hard to read, but since the font and background colors are kind of the same color (a bluish-gray) it’s something to think about. Not too much of a problem, though.

image

I personally don’t really like the code block colors too much on Ask but I like it on Replit.
It’s a good recreation, too:

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Solitreo&display=swap");

:root {
    --background: #e0e0e0;
    --text: #000000;
    --link: #1E90FF;
}

@media (prefers-color-scheme: dark) {
    :root {
        --background: #000000;
        --text: #ffffff;
        --link: #7abdff;
    }
}

and
image

but I actually like the theme colors better.

The gray on gray still feels weird a bit (it’s like I’ve turned down brightness) but other than that, I like it. I’ll keep using it for a while because this is like a not too dark but not too light theme, it’s like a mix.

1 Like

Ah, right. I recreated the colors in a Chat (cool TL3+ feature):

image

Not in a normal post. I can fix it in a bit.

Thanks!

2 Likes