Typora custom themes migrated to the VS Code

How to Migrate

: First of all custom css files through the following configuration file in vscode of settings.json
for example, my own definition of the theme is called Vuet.css .
image.png

Note: The path can only use relative paths, so the theme css files and markdown files placed on the same directory.


{
    "workbench.colorTheme": "Markdown Editor"

    "markdown.styles": ["vuet.css"]
}

In the same document the effect of Tyoora and VS code

1.vs code

vs code

2.Typora

Typora

Epilogue

Accustomed Edit under Typora, occasionally you need to get a new IDE. I heard vs code was good, so try to put some getting used to Typora migration in the past, the way to explore vs code charm of its own. Like Typora, but also likes vs code. This article is not a comparison of the pros and cons of both, except on the subjective perception.

Reference:

vscode custom style file Markdown

Guess you like

Origin www.cnblogs.com/tamkery/p/11628339.html
Recommended