VSCode Themes are a quick way to update the color scheme and syntax highlighting of your code, but you might find your favorite theme isn't quite perfect. VSCode supports customizations that allow you to fix that problem.

In this lesson, I add settings to update the syntax highlighting for the Synthwave '84 theme in Markdown and MDX files. We do this by inspecting TM scopes and making custom rules in our settings.json.

"editor.tokenColorCustomizations": {
"[SynthWave '84]": {
"textMateRules": [
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#72f1b8",
}
},
{
"scope": "markup.italic.markdown",
"settings": {
"foreground": "#36f9f6",
"fontStyle": "italic"
}
},
]
}
}

最新文章

  1. Babel:JavaScript编译器
  2. C和指针 第十五章 文件I/O
  3. SourceTree 免登录跳过初始设置 - 转
  4. <读书笔记>软件调试之道 :实证方法
  5. Android判断横屏竖屏代码
  6. range与xrange之间的差异(转)
  7. iOS - UI - UIWebView
  8. 无法解析指定的连接标识符 oracle错误12154
  9. 关于PIL库的一些概念
  10. Maven Build Life Cycle--reference
  11. [HNOI2011]数学作业
  12. GLSL ES 中的存储变量修饰符(const/attribute/uniform/varying/in/centroid in/out/centroid out)
  13. PTA——找鞍点
  14. JavaScript -- 时光流逝(七):js中的全局函数
  15. 三、u-boot 的配置-mkconfig 脚本
  16. visio2013专业版激活密匙
  17. 聊聊MySQL的子查询
  18. Android4.4r1(KitKat)源码下载地址
  19. kafka配置参数详解【收藏】
  20. css控制编辑器内容自动换行

热门文章

  1. javaSE总结(二)--java面向对象
  2. thinkphp5 模板url标签 跟javascript ajax 的 url 参数 被莫名替换
  3. golang微服务框架go-micro 入门笔记2.1 micro工具之micro api
  4. Linux环境下进程的CPU占用率
  5. deppin Linux下安装docker
  6. Linux生产环境上,最常用的一套“AWK“技巧【转】
  7. 结对项目(python) 黄浩伟 黄飞越
  8. C#与.net 入门
  9. k8s资源清单基础
  10. 【RAC】 RAC For W2K8R2 安装--卸载(八)