obsidian-night-owl-theme
obsidian-night-owl-theme copied to clipboard
Comments in bash code blocks have the same color as the code
In the edit mode, when writing a bash code block, it is possible to see that the comments are shown in different colors than the bash code, as can be seen in the image below.
However, if we change to read mode, we can see that the comment is shown in the same color as the bash code, which is confusing.
I noticed that this doesn't happen in other languages (the comments are always shown in a different color).
How can that issue be corrected?