vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
812 stars 129 forks source link

How to modify the text style? #859

Closed hjf-codecrazy closed 4 years ago

hjf-codecrazy commented 4 years ago

9_UNX~I6X{SDA8)QDW48V`9 As shown in the figure. When previewing, the background is black and the font is also black.How to Change the text color to white? Look forward to your reply,Thx

vsch commented 4 years ago

@hejiafeng, I cannot see which element you are referring to from the figure because your preview appears to have a grey background but the text editor has a dark background.

However, if you are referring to the text are then you can change the element syntax highlighting in settings (preferences or OS X) Editor | Color Scheme | Markdown:

image

On the other hand if you are referring to the HTML preview, then it is more difficult since the colours in HTML have to be modified via CSS. It can be done but will require adding CSS styles for specific elements. See https://github.com/vsch/idea-multimarkdown/wiki/Customizing-HTML-Preview.

hjf-codecrazy commented 4 years ago

@hejiafeng, I cannot see which element you are referring to from the figure because your preview appears to have a grey background but the text editor has a dark background.

However, if you are referring to the text are then you can change the element syntax highlighting in settings (preferences or OS X) Editor | Color Scheme | Markdown:

image

On the other hand if you are referring to the HTML preview, then it is more difficult since the colours in HTML have to be modified via CSS. It can be done but will require adding CSS styles for specific elements. See https://github.com/vsch/idea-multimarkdown/wiki/Customizing-HTML-Preview.

Thank you