Skip to content

Instantly share code, notes, and snippets.

@s2terminal
Last active December 12, 2021 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s2terminal/12b376c844a4f72f89ab94df83a75ea5 to your computer and use it in GitHub Desktop.
Save s2terminal/12b376c844a4f72f89ab94df83a75ea5 to your computer and use it in GitHub Desktop.
VSCode workspace setting for text writing
body {
font-family: "YuMincho", "游明朝", "serif";
background-color: #fff;
color: #000;
}
// $ git clone https://gist.github.com/12b376c844a4f72f89ab94df83a75ea5.git .vscode
{
"editor.wordWrap": "on",
"workbench.colorTheme": "Default Dark+",
"[markdown]": {
// "editor.lineHeight": 16,
// "editor.fontSize": 13,
"editor.fontFamily": "YuMincho, 游明朝"
},
"markdown.styles": [".vscode/markdown.css"],
"markdown-pdf.styles": [".vscode/markdown.css"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment