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