QTZ - 主题
欢迎来到QTZ主题世界!
This extension for Visual Studio Code adds themes titled qtz-theme
.
Orange Dark Theme
Green Dark Theme
Gray Dark Theme
Light Theme
Light Gray Theme
Installation
- 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
Recommended Settings
{
"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,
}
Fonts
I am using font titled Fira Code . If you do not have this fonts, use your favorite font.
END