Skip to content

Commit

Permalink
Change: vscode settings
Browse files Browse the repository at this point in the history
- Change font to Iosevka
- Remove depreceated feedback options
- Went back to monokai theme
  • Loading branch information
penguingovernor committed Aug 3, 2019
1 parent 85ce596 commit a7498f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "block",
"editor.detectIndentation": true,
"editor.fontFamily": "'Operator Mono', 'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontFamily": "Iosevka, 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnPaste": true,
Expand All @@ -25,6 +25,6 @@
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"workbench.sideBar.location": "right",
"workbench.statusBar.feedback.visible": false
"workbench.colorTheme": "Monokai",
"workbench.sideBar.location": "right"
}

0 comments on commit a7498f6

Please sign in to comment.