Theme Colors

All the white boxes where you can’t see the font… In themes what is this color called? I assume it is a background but which one is it?

What Theme?

There’s a copy of the default theme here.

If you scroll through you may be able to identify the variable.

I’m using yourname. With the list you sent what the white boxes be called? Primary-background-color? Or if I can’t change the background, can I change the text color in those boxes?

You can see here, if I highlight that text I can see it.

Don’t know what those fields are, I’m afraid. The image in your first post says “Paper buttons”, so start experimenting with the “paper” colours?

It is --markdown-code-background-color: I changed it to red as an example.

Its fed by --primary-background-color;

    --markdown-code-background-color: var(--primary-background-color);
1 Like

To find out which particular css variable is used - try Code Inspector (or whatever it is called in your browser). Note that some variables may be not “themeable” - they can be DEFINED on some hierarchical level inside a card / UI element, not inside a theme.