vscode 个人喜欢的几个主题


作为一个前端,我总有着与总不同的想法,总之要骚。

 

Hipster Theme 这个主题配色还挺好看的

 

 

Happy Hipster  这是一款暗色的主题,但是这不是重点,重点是他的字的配色很舒服

 

 

 

 

 

 

 

One Dark Pro  一个很舒服的暗色背景,它属于那种柔和暗的那种

 

 

 

Nebula Theme  这是暗粉色主题,个人认为是比较骚的一款了,我大多数时间都在用这款

 

 

 

//贴一下我的settings 文件的代码,主要是字体,字间距

 

{
  "editor.fontSize": 16,
  "terminal.integrated.shell.windows": "C:\\windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  "files.autoSave": "onFocusChange",
  "workbench.iconTheme": "eq-material-theme-icons-darker",
  "editor.tabSize": 2,
  "workbench.startupEditor": "newUntitledFile",
  "workbench.statusBar.feedback.visible": false,
  "vsicons.dontShowNewVersionMessage": true,
  "vetur.validation.template": false,
  "window.menuBarVisibility": "default",
  "workbench.sideBar.location": "left",
  "files.trimTrailingWhitespace": true,
  "telemetry.enableTelemetry": false,
  "files.insertFinalNewline": true,
  "files.associations": {
      "*.vue": "vue"
  },
  "editor.minimap.showSlider": "always",
  "window.zoomLevel": 0,
  "extensions.ignoreRecommendations": true,
//Eras ITC,
  "editor.fontFamily": " Arial,'Courier New', monospace",
  "editor.cursorBlinking": "smooth",
  "editor.cursorStyle": "line",
  "editor.fontLigatures": true,
  "explorer.confirmDragAndDrop": false,
  "explorer.openEditors.visible": 0,
  "editor.minimap.enabled": false,
//   "workbench.colorTheme": "Winter is Coming (Dark)",
"editor.letterSpacing": 1.3,
  "emmet.includeLanguages": {
      "vue-html": "html",
      "javascript": "javascriptreact"
  },
  "emmet.triggerExpansionOnTab": true,
  "files.exclude": {
      "node_modules": true,
      "**/.map": true,
  },
  "editor.renderControlCharacters": false,
"winopacity.opacity": 230,
"workbench.colorTheme": "Nebula",
"terminal.integrated.fontFamily": "monospace",
}

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM