Skip to content

Instantly share code, notes, and snippets.

@mushfiqweb
Created November 15, 2020 03:40
Show Gist options
  • Select an option

  • Save mushfiqweb/0555e437eafc13aebb8cb04794719b3d to your computer and use it in GitHub Desktop.

Select an option

Save mushfiqweb/0555e437eafc13aebb8cb04794719b3d to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": -0.5,
"editor.mouseWheelZoom": true,
"workbench.iconTheme": "eq-material-theme-icons-darker",
// "editor.fontFamily": "'Fira Code'",
// "terminal.integrated.fontFamily": "'Fira Code'",
// "editor.fontFamily": "Victor Mono",
// "terminal.integrated.fontFamily": "Victor Mono",
"editor.fontFamily": "JetBrains Mono",
"terminal.integrated.fontFamily": "JetBrains Mono",
// "editor.fontFamily": "Hasklig",
// "terminal.integrated.fontFamily": "Hasklig",
"editor.lineHeight": 16,
"editor.fontLigatures": true,
"terminal.integrated.lineHeight": 1,
"terminal.integrated.fontSize": 10,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "One Dark italic",
"scope": [
"comment",
"entity.other.attribute-name",
"keyword",
"markup.underline.link",
"storage.modifier",
"storage.type",
"string.url",
"variable.language.super",
"variable.language.this"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "One Dark italic reset",
"scope": [
"keyword.operator",
"keyword.other.type",
"storage.modifier.import",
"storage.modifier.package",
"storage.type.built-in",
"storage.type.function.arrow",
"storage.type.generic",
"storage.type.java",
"storage.type.primitive"
],
"settings": {
"fontStyle": ""
}
}
]
},
"editor.cursorBlinking": "expand",
"settingsSync.ignoredExtensions": [
],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"workbench.colorCustomizations": {
"terminal.background": "#151515",
"terminal.foreground": "#D0D0D0",
"terminalCursor.background": "#D0D0D0",
"terminalCursor.foreground": "#D0D0D0",
"terminal.ansiBlack": "#151515",
"terminal.ansiBlue": "#3777E6",
"terminal.ansiBrightBlack": "#505050",
"terminal.ansiBrightBlue": "#3777E6",
"terminal.ansiBrightCyan": "#1FAAAA",
"terminal.ansiBrightGreen": "#00C918",
"terminal.ansiBrightMagenta": "#AD00A1",
"terminal.ansiBrightRed": "#FF0086",
"terminal.ansiBrightWhite": "#FFFFFF",
"terminal.ansiBrightYellow": "#ABA800",
"terminal.ansiCyan": "#1FAAAA",
"terminal.ansiGreen": "#00C918",
"terminal.ansiMagenta": "#AD00A1",
"terminal.ansiRed": "#FF0086",
"terminal.ansiWhite": "#D0D0D0",
"terminal.ansiYellow": "#ABA800"
},
"terminalAllInOne.terminalTheme": "Circus",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorWidth": 2,
"explorer.confirmDelete": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment