You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could have sworn that I already posted (or at least read) something about it in discussions/issues - but I cannot seem to find it.
The dark background for the code block drives me crazy. I wish it would inherit the color of the theme.
Now, if this is a problem due to syntax highlighting CSS, you may be able to get away with just using the filter: invert(100%) CSS option.
I have added this to my Chrome Stylus (style overrider):
.codeblock-wrapper {
filter:invert(100%);
}
It is not perfect, since there is still a dark border, and the light background is too grey - but it gets the job done for my local viewing. I would love it if something like this (or better) can be implemented in retype directly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I could have sworn that I already posted (or at least read) something about it in discussions/issues - but I cannot seem to find it.
The dark background for the code block drives me crazy. I wish it would inherit the color of the theme.
Now, if this is a problem due to syntax highlighting CSS, you may be able to get away with just using the
filter: invert(100%)
CSS option.I have added this to my Chrome Stylus (style overrider):
It is not perfect, since there is still a dark border, and the light background is too grey - but it gets the job done for my local viewing. I would love it if something like this (or better) can be implemented in retype directly.
Result:
Beta Was this translation helpful? Give feedback.
All reactions