Skip to content

Commit

Permalink
Brighten up Nord comments (via nordtheme/visual-studio-code#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed Oct 18, 2018
1 parent af4bc26 commit 12b9c9a
Showing 1 changed file with 48 additions and 43 deletions.
91 changes: 48 additions & 43 deletions .vscode.settings.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,50 @@
{
"editor.fontFamily": "Iosevka",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"workbench.iconTheme": "material-icon-theme",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"jest.restartJestOnSnapshotUpdate": true,
"markdown.preview.fontSize": 16,
"explorer.confirmDragAndDrop": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.formatOnSave": true,
"git.autofetch": true,
"git.enableSmartCommit": true,
"explorer.confirmDelete": false,
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"editor.tabSize": 2,
"window.zoomLevel": 0,
"files.useExperimentalFileWatcher": true,
"editor.lineNumbers": "off",
"editor.cursorBlinking": "solid",
"scm.diffDecorationsGutterWidth": 2,
"editor.glyphMargin": false,
"vim.leader": ",",
"jest.enableInlineErrorMessages": false,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"vim.foldfix": true,
"workbench.colorTheme": "Nord",
"editor.renderIndentGuides": false,
"editor.lineHeight": 20,
"terminal.integrated.fontSize": 16,
"search.exclude": {
"**/*.js.snap": true,
"**/*.ts.snap": true,
"**/yaml.lock": true
},
"editor.parameterHints.enabled": false,
"editor.tabCompletion": "on",
"editor.suggest.localityBonus": true
"editor.fontFamily": "Iosevka",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"workbench.iconTheme": "material-icon-theme",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"jest.restartJestOnSnapshotUpdate": true,
"markdown.preview.fontSize": 16,
"explorer.confirmDragAndDrop": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.formatOnSave": true,
"git.autofetch": true,
"git.enableSmartCommit": true,
"explorer.confirmDelete": false,
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"editor.tabSize": 2,
"window.zoomLevel": 0,
"files.useExperimentalFileWatcher": true,
"editor.lineNumbers": "off",
"editor.cursorBlinking": "solid",
"scm.diffDecorationsGutterWidth": 2,
"editor.glyphMargin": false,
"vim.leader": ",",
"jest.enableInlineErrorMessages": false,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"vim.foldfix": true,
"workbench.colorTheme": "Nord",
"editor.renderIndentGuides": false,
"editor.lineHeight": 20,
"terminal.integrated.fontSize": 16,
"search.exclude": {
"**/*.js.snap": true,
"**/*.ts.snap": true,
"**/yaml.lock": true
},
"editor.parameterHints.enabled": false,
"editor.tabCompletion": "on",
"editor.suggest.localityBonus": true,
"editor.tokenColorCustomizations": {
"[Nord]": {
"comments": "#7b88a1"
}
}
}

0 comments on commit 12b9c9a

Please sign in to comment.