QTZ - 主题
欢迎来到 qtz
主题世界!
qtz-theme 集成了透明背景设置,安装完主题之后,默认情况下vscode背景会变成透明。若您不需要透明效果,可后续进行配置。
vscode四周呈暗色系
qtz dark yellow
:橘黄色主题 (推荐
)🔥🔥🔥
qtz dark gray
:灰色主题
vscode四周呈亮色系
- qtz light orange:橙色暗色主题
- qtz light green:绿色暗色主题
📝安装
- Open Extensions sidebar panel in Visual Studio Code.
View → Extensions
- Search for
qtz-theme
- Click Install
- Click Reload
- File > Preferences > Color Theme > qtz-theme
- Optional: Use the recommended settings below for best experience
📌推荐设置
{
"editor.autoIndent": "full",
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "line",
"editor.fontSize": 16,
"editor.fontFamily": "Fira Code, Dank Mono, Inconsolata",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnType": false,
"editor.formatOnSave": true,
"editor.letterSpacing": 0.3,
"editor.lineHeight": 25,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.suggestSelection": "first",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"search.showLineNumbers": true,
}
字体
I am using font titled Fira Code . If you do not have this fonts, use your favorite font.
END!