Skip to content

Instantly share code, notes, and snippets.

@kyranet
Last active October 16, 2020 17:43
Show Gist options
  • Save kyranet/27c56e2e19c1d73b86f6a2284db1f808 to your computer and use it in GitHub Desktop.
Save kyranet/27c56e2e19c1d73b86f6a2284db1f808 to your computer and use it in GitHub Desktop.
{
"discord.detailsEditing": "Editing {filename}",
"discord.lowerDetailsEditing": "At: {currentline}:{currentcolumn}/{totallines} | Filesize: {filesize}",
"discord.smallImage": "VSCode",
"discord.workspaceElapsedTime": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true,
"source.organizeImports": true
},
"editor.formatOnSave": true,
"editor.cursorBlinking": "smooth",
"editor.fontFamily": "'Cascadia Code'",
"editor.semanticTokenColorCustomizations": {
"[Monokai Night]": {
"enabled": true,
"rules": {
"member.declaration": {
"foreground": "#F8F8F2"
}
}
}
},
"workbench.colorCustomizations": {
"[Monokai Night]": {
"activityBar.border": "#0F0F0F",
"breadcrumb.background": "#1E1E1E",
"editor.background": "#1E1E1E",
"editorGroupHeader.border": "#0F0F0F",
"editorGroupHeader.tabsBackground": "#0F0F0F",
"editorGroupHeader.tabsBorder": "#1E1E1E",
"editorGutter.background": "#1E1E1E",
"editorLineNumber.foreground": "#3f3f3f",
"gitDecoration.addedResourceForeground": "#4caf50",
"gitDecoration.conflictingResourceForeground": "#9c27b0",
"gitDecoration.deletedResourceForeground": "#f44336",
"gitDecoration.ignoredResourceForeground": "#455a64",
"gitDecoration.modifiedResourceForeground": "#ffc107",
"gitDecoration.stageDeletedResourceForeground": "#d32f2f",
"gitDecoration.stageModifiedResourceForeground": "#ffa000",
"gitDecoration.submoduleResourceForeground": "#009688",
"gitDecoration.untrackedResourceForeground": "#8bc34a",
"sideBar.background": "#121212",
"sideBar.border": "#121212",
"statusBar.background": "#0F0F0F",
"statusBar.border": "#0F0F0F",
"tab.activeBackground": "#1E1E1E",
"tab.border": "#0F0F0F",
"tab.inactiveBackground": "#0F0F0F",
"titleBar.activeBackground": "#0F0F0F",
"titleBar.border": "#0F0F0F"
}
},
"editor.tokenColorCustomizations": {
"[Monokai Night]": {
"textMateRules": [
{
"name": "Storage type",
"scope": "storage.type",
"settings": {
"fontStyle": "",
"foreground": "#F92672"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#3f3f3f"
}
},
{
"name": "Class name",
"scope": "entity.name.type, entity.name.class",
"settings": {
"fontStyle": "",
"foreground": "#66D9EF"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"fontStyle": "",
"foreground": "#A6E22E"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {
"fontStyle": "",
"foreground": "#FD971F"
}
}
]
}
},
"editor.fontLigatures": true,
"editor.fontSize": 17,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.mouseWheelZoom": true,
"editor.rulers": [
120,
200
],
"editor.smoothScrolling": true,
"editor.wordWrapColumn": 200,
"eslint.alwaysShowStatus": true,
"explorer.confirmDragAndDrop": false,
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"terminal.integrated.shellArgs.windows": [
"-noLogo"
],
"terminal.integrated.fontFamily": "'Cascadia Code PL'",
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"window.menuBarVisibility": "default",
"window.zoomLevel": 0,
"workbench.colorTheme": "Monokai Night",
"workbench.startupEditor": "newUntitledFile",
"javascript.updateImportsOnFileMove.enabled": "always",
"breadcrumbs.enabled": true,
"window.titleBarStyle": "custom",
"window.title": "🔥 ${activeEditorShort}${separator}${rootName}",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"editor.suggestSelection": "first",
"material-icon-theme.folders.color": "#42a5f5",
"files.associations": {
".nycrc": "json",
".env": "ini",
"*.ts.example": "typescript",
"*.lock": "yaml"
},
"editor.renderWhitespace": "boundary",
"extensions.ignoreRecommendations": false,
"liveshare.featureSet": "stable",
"editor.cursorStyle": "block",
"editor.insertSpaces": false,
"terminal.integrated.rendererType": "experimentalWebgl",
"editor.renderLineHighlight": "none",
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"workbench.iconTheme": "eq-material-theme-icons",
"remote.SSH.remotePlatform": {
"Skyra": "linux",
"Archid": "linux",
"nova": "linux"
},
"material-ui-snippets.showNotesOnStartup": false,
"tabnine.experimentalAutoImports": false,
"debug.javascript.suggestPrettyPrinting": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment