Last active
September 16, 2018 10:35
-
-
Save zii/ee7cb3c2fbf968c4eed40d6de90f38fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"window.zoomLevel": 0, | |
"extensions.ignoreRecommendations": true, | |
"editor.fontFamily": "AmericanTypewriter, 'PT mono', Menlo, 'DejaVu Sans Mono', 'Liberation Mono', Consolas, 'Ubuntu Mono', 'Courier New', andale mono, lucida console, monospace", | |
"editor.lineHeight": 17, | |
"editor.fontSize": 13, | |
"editor.tabSize": 8, | |
"editor.insertSpaces": false, | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"workbench.colorTheme": "Sunrise", | |
"window.title": "${activeEditorLong}${separator}${rootName}", | |
"python.linting.enabled": false, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"editor.minimap.enabled": false, | |
"editor.letterSpacing": 0.4, | |
} | |
# 主题: | |
Sunrise, Tomorrow (Sublime), Tomorrow (Night) | |
Courier字体, 字间距调整为-0.8, 效果出奇的好. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment