左键单击文件–首选项–设置–点击标记的按钮


setting.json文件代码如下(直接复制进去保存就可):

{   "workbench.iconTheme": "vscode-icons","files.associations": {"*.cjson": "jsonc","*.wxss": "css","*.wxs": "javascript"},"emmet.includeLanguages": {"wxml": "html"},"minapp-vscode.disableAutoConfig": true,"editor.renderIndentGuides": false,"window.zoomLevel": 0,"editor.autoClosingBrackets": "always","editor.autoClosingQuotes": "always","files.autoSave": "afterDelay","editor.minimap.enabled": true,
"breadcrumbs.enabled": true,"editor.mouseWheelZoom": true,"update.enableWindowsBackgroundUpdates":true,"background.enabled":true,"background.customImages": [""],"background.style": {"content": "''","pointer-events": "none","position": "absolute","z-index": "99999","width": "100%","height": "100%","background-position": "100% 100%","background-repeat": "no-repeat","opacity": 0.2},"background.useFront": true,"background.useDefault": false,"git.ignoreMissingGitWarning": true,"editor.fontFamily": "Consolas, mononoki,'Courier New', monospace","editor.renderLineHighlight": "none","editor.lineHeight": 18,"editor.roundedSelection": false,"editor.fontSize": 16,"workbench.colorCustomizations": {"[Quiet Light]":{"editor.foreground": "#201515","editor.selectionHighlightBorder": "#94767c00","editor.selectionHighlightBackground": "#ff000078","editorIndentGuide.activeBackground":"#81868d","editorBracketMatch.background": "#ca9fdb5e","editorBracketMatch.border": "#ff0000","tab.activeBackground": "#ad9cd4b2","textLink.foreground": "#d6561ac4","descriptionForeground": "#ff0000","selection.background": "#b98cd693","textBlockQuote.background":"#b89a9a","textSeparator.foreground": "#86c2df"},},"editor.tokenColorCustomizations": {"[Quiet Light]":{/*  "comments": "#82e0aa","strings": "#519657","functions": "#7e57c2","keywords": "#8e1da1","variables":"#e57373","numbers": "#e62020", */"comments": "#82e0aa", // 注释"keywords": "#0a0", // 关键字"variables": "#f00", // 变量名"strings": "#e2d75dbd", // 字符串"functions": "#5b99fcc9", // 函数名"numbers": "#AE81FF", // 数字"textMateRules": [{"name": "Comment","scope":["comment" ],"settings": {"foreground": "#a7cca8","fontStyle": ""}},{"name": "[VSCODE-CUSTOM] PHP Punctuation Variable Definition","scope": "punctuation.definition.variable.php","settings": {"foreground": "#e57373"}},{"name": "String","scope":["string"],"settings": {"foreground": "#32a504","fontStyle": ""}},{"name": "HTML:Tags","scope":["meta.tag","punctuation.definition.tag.html","punctuation.definition.tag.begin.html","punctuation.definition.tag.end.html"],"settings": {"foreground": "#4b4444","fontStyle": ""}},{"name": "HTML:Tag Names","scope":"entity.name.tag","settings": {"foreground": "#a617e9","fontStyle": ""}},{"name": "HTML: Attribute Names","scope": ["meta.tag entity.other.attribute-name","entity.other.attribute-name.html"],"settings": {"fontStyle": "italic","foreground": "#f31616"}},{"name": "Operator","scope":"keyword.operator","settings": {"foreground": "#e21d1d","fontStyle": ""}}]}},
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"editor.quickSuggestions": {"strings": true
},
"editor.wordWrap": "on"}

ps:其实vscode自带的几个主题样式不错的,我比较喜欢的暗黑系列的,比如 深色 、Monokai,浅色系列的比如 Quiet Light,我之前还加过背景图片、设置透明度,但现在使用的都是vscode默认的设置,其实没必要搞那么花里胡哨的,自己看着舒服,好好敲代码就完事了,加油加油~

vscode主题颜色设置为light,代码颜色花里胡哨相关推荐

  1. keil4编写c语言代码颜色设置,Keil中代码的颜色设置

    因为长时间要编程,对于keil上的黑字白底,如果看久了会让人眼睛产生疲倦感,所以最好将代码颜色和底色都改变一下,让自己看起来舒服一点. 下面是文字图片教程(如果自己没空去设置,我后面也有两套模板可以直 ...

  2. vscode 主题自定义设置分享

    pink-cat 主题 因为不喜欢注释的颜色,改掉了 在settings.json文件 {"explorer.confirmDelete": false,"git.ena ...

  3. linux中gtk下定义label颜色,设置GtkLabel的背景颜色和字体颜色

    GtkLabel是少数的几个不创建自己的窗口的GTK+控件之一.相反,它直接的将自己画在父控件上.这就是说:如果你想为GtkLabel控件设置背景,你需要改变它的父控件的的背景. 这是GTK+ FAQ ...

  4. android 更改颜色设置,安卓系统字体颜色修改教程

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 反编辑framework-res.apk 1.修改内容如下: 打开 res/values/colors.xml 找到 回编辑后需要把你在apk中的改过的x ...

  5. rgb颜色设置方法及常用颜色的RGB值

    1.Android设置rgb颜色方法 每一个rgb颜色都对应一个int数值,所以我们可以这么设置:  private static final int default_background_color ...

  6. android rgb颜色设置方法及常用颜色的RGB值

    1.android设置rgb颜色方法 每一个rgb颜色都对应一个int数值,所以我们可以这么设置: private static final int default_background_color ...

  7. python更换窗口颜色设置_python – 默认窗口颜色Tkinter和十六进制颜色代码

    不确定你到底在找什么,但这会有用吗? import Tkinter mycolor = '#%02x%02x%02x' % (64, 204, 208) # set your favourite rg ...

  8. Vscode 中vetur设置,让代码变得更美观

    {// ----------------// vscode默认启用了根据文件类型自动设置tabsize的选项"editor.detectIndentation": false, / ...

  9. jupyter 改注释字体_Jupyter Notebook主题字体设置及自动代码补全

    安装# Jupyter Notebook 用久了就离不开了,然而自带的主题真的不忍直视.为了视力着想,为了自己看起来舒服,于是折腾了一番..在 github 上发现了一个 jupyter-themes ...

最新文章

  1. tf.nn.embedding_lookup()的用法
  2. SLAM工具|GDB调试从入门到精通
  3. 2010最值得关注的10款小众互联网产品
  4. php之判断点在多边形内的api
  5. 继承Thread类使用多线程
  6. Android_WebView加载网页保存信息到Cookie
  7. DataFormatString={0:格式字符串} 用法
  8. jQuery-1.9.1源码分析系列(十六)ajax——ajax处理流程以及核心函数
  9. OpenCV3.0或OpenCV3.1的SVM操作
  10. 楼板计算塑形弹性_柴油发电机机房设计标准及原则:机房接地选址、柴发容量计算书...
  11. 编码——隐匿在计算机软硬件背后的语言
  12. 测试raid10下的服务器性能,Raid5 Raid10性能测试
  13. 2015全国硕士研究生计算机考研真题(附答案)
  14. 微众银行电话面试java_微众银行面试经验
  15. Source Files 与 Resource Files 的区别
  16. WPF Grid绘制网格线
  17. 10G整数文件中寻找中位数
  18. catia曲面扫掠命令详解_4.3.3.15-扫掠曲面之二次曲线_两条引导线扫略
  19. Markdown表情符号简码列表
  20. C#获取文件的Content-Type(MIME Type)的三种方法

热门文章

  1. 4种Java文件复制的方法
  2. 认识微型计算机的硬件课件,微型计算机系统硬件组成及外设认识.docx
  3. EPS创建三维模型-(osgb数据在EPS中的转换数据)
  4. 2022年Java学习笔记目录
  5. LAMP兄弟连PHP开源框架免费在线课报名中
  6. Axure|【教育】线下教育机构APP+后台管理系统
  7. java heritrix_Heritrix 和 Nutch 比较与分析(java开源网络爬虫)
  8. VM15.5虚拟机安装openwrt系统作为旁路由
  9. 【乐逍遥网站设计】带你了解2022年网站设计流行趋势
  10. html字体颜色变成棕色,html棕色欧美形式画面导航网页模板代码