Skip to content

Instantly share code, notes, and snippets.

@shashanthk
Created January 4, 2021 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shashanthk/9ea400daa620fa29dc878d88a842aa2b to your computer and use it in GitHub Desktop.
Save shashanthk/9ea400daa620fa29dc878d88a842aa2b to your computer and use it in GitHub Desktop.
My VS Code settings (LinuxMint)
{
"workbench.startupEditor": "newUntitledFile",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.fontFamily": "'Source Code Pro',monospace",
"editor.lineHeight": 24,
"git.branchSortOrder": "alphabetically",
"git.showProgress": true,
"editor.matchBrackets": "always",
"workbench.list.openMode": "doubleClick",
"workbench.colorCustomizations": {
"gitDecoration.addedResourceForeground": "#629755",
"gitDecoration.conflictingResourceForeground": "#D5756C",
"gitDecoration.deletedResourceForeground": "#6C6C6C",
"gitDecoration.modifiedResourceForeground": "#6897BB",
"gitDecoration.ignoredResourceForeground": "#848504",
"gitDecoration.untrackedResourceForeground": "#D1675A",
"gitDecoration.stageModifiedResourceForeground": "#6897BB",
"gitDecoration.stageDeletedResourceForeground": "#6C6C6C",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment