Last active
March 24, 2020 14:02
-
-
Save kukiron/e72e18e02a6dd15334383fe728074885 to your computer and use it in GitHub Desktop.
Settings of VSCode with Sublime Material Dark Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "auto-rename-tag.activationOnLanguage": [ | |
| "html", | |
| "xml", | |
| "php", | |
| "javascript", | |
| "javascriptreact" | |
| ], | |
| /** BEAUTIFY **/ | |
| "beautify.language": { | |
| "css": [ | |
| "css", | |
| "scss", | |
| "styl" | |
| ], | |
| "html": [ | |
| "htm", | |
| "html", | |
| "pug" | |
| ] | |
| }, | |
| /** EDITOR **/ | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": true | |
| }, | |
| "editor.cursorStyle": "line", | |
| "editor.cursorBlinking": "phase", | |
| "editor.fontFamily": "Liga Dank Mono, Ligconsolata, Fira Code iScript, Liga Space Mono, Operator Mono Lig, Fira Code", | |
| "editor.fontSize": 12, | |
| "editor.fontWeight": "600", | |
| "editor.lineHeight": 17, | |
| "editor.letterSpacing": 0.3, | |
| "editor.fontLigatures": true, | |
| "editor.renderWhitespace": "none", | |
| "editor.minimap.enabled": true, | |
| "editor.minimap.showSlider": "always", | |
| "editor.minimap.renderCharacters": false, | |
| "editor.wordWrap": "on", | |
| "editor.wrappingIndent": "indent", | |
| "editor.tabSize": 2, | |
| "editor.dragAndDrop": true, | |
| // "editor.formatOnType": true, | |
| // "editor.formatOnPaste": true, | |
| // "editor.formatOnSave": true, | |
| "editor.rulers": [ | |
| 100 | |
| ], | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.snippetSuggestions": "top", | |
| "editor.suggestSelection": "first", | |
| "editor.tabCompletion": "on", | |
| /* EMMET */ | |
| "emmet.triggerExpansionOnTab": true, | |
| "emmet.syntaxProfiles": { | |
| "javascript": "jsx" | |
| }, | |
| /* ESLint */ | |
| // "eslint.autoFixOnSave": false, | |
| "eslint.alwaysShowStatus": true, | |
| /* EXPLORER */ | |
| "explorer.confirmDragAndDrop": false, | |
| /** FILES **/ | |
| // "files.eol": "\n", | |
| "files.trimTrailingWhitespace": true, | |
| "files.insertFinalNewline": true, | |
| "files.exclude": { | |
| "**/node_modules": true, | |
| "**/jspm_packages": true, | |
| "**/bower_components": true, | |
| "**/.git": true, | |
| "**/.svn": true, | |
| "**/.hg": true, | |
| "**/CVS": true, | |
| "**/.DS_Store": true | |
| }, | |
| /* GITLENS */ | |
| "gitlens.advanced.messages": { | |
| "suppressCommitHasNoPreviousCommitWarning": false, | |
| "suppressCommitNotFoundWarning": false, | |
| "suppressFileNotUnderSourceControlWarning": false, | |
| "suppressGitVersionWarning": false, | |
| "suppressLineUncommittedWarning": false, | |
| "suppressNoRepositoryWarning": false, | |
| "suppressResultsExplorerNotice": false, | |
| "suppressShowKeyBindingsNotice": true, | |
| "suppressUpdateNotice": false, | |
| "suppressWelcomeNotice": true | |
| }, | |
| "gitlens.keymap": "chorded", | |
| "gitlens.views.fileHistory.enabled": true, | |
| "gitlens.views.lineHistory.enabled": true, | |
| /** JAVASCRIPT **/ | |
| "javascript.implicitProjectConfig.experimentalDecorators": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "javascript.validate.enable": false, | |
| /* JEST */ | |
| // "jest.autoEnable": false, | |
| /* LIVE SERVER */ | |
| // "liveServer.settings.donotVerifyTags": true, | |
| /** PRETTIER **/ | |
| // "prettier.eslintIntegration": true, | |
| // "prettier.singleQuote": false, | |
| // "prettier.semi": true, | |
| // "prettier.printWidth": 100, | |
| /** SYNC **/ | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.forceDownload": false, | |
| "sync.gist": "eced1e916f53b2eec551aae86d0df22d", | |
| "sync.quietSync": false, | |
| "sync.removeExtensions": true, | |
| "sync.syncExtensions": true, | |
| /** TERMINAL **/ | |
| "terminal.integrated.fontFamily": "SF Mono, Roboto Mono Medium, Fira Code Medium, Liga Dank Mono Medium, Fira Code, Operator Mono Lig Medium", | |
| "terminal.integrated.fontSize": 11, | |
| "terminal.integrated.fontWeight": "500", | |
| "terminal.integrated.lineHeight": 1.1, | |
| "terminal.integrated.cursorBlinking": true, | |
| "terminal.integrated.rendererType": "dom", | |
| "terminal.integrated.rightClickBehavior": "paste", | |
| "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
| /** TYPESCRIPT **/ | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| /** Custom CSS/JS Configuration **/ | |
| // "vscode_custom_css.imports": ["file:///C:/Users/kukiron/.vscodestyles.css"], | |
| // "vscode_custom_css.policy": true, | |
| /** VSCode Icons **/ | |
| // "vsicons.associations.files": [{ | |
| // "icon": "js", | |
| // "extensions": [ | |
| // "js" | |
| // ], | |
| // "format": "svg" | |
| // }], | |
| // "vsicons.projectDetection.disableDetect": true, | |
| /** WINDOW **/ | |
| "window.menuBarVisibility": "toggle", | |
| "window.titleBarStyle": "custom", | |
| "workbench.editor.tabSizing": "shrink", | |
| /** <--- Theme Customization ---> **/ | |
| "workbench.colorCustomizations": { | |
| // "activityBar.background": "#122231", | |
| // "activityBar.border": "#122231", | |
| // "activityBar.dropBackground": "#0d3a58", | |
| // "activityBar.foreground": "#fff", | |
| // "badge.background": "#066db3", | |
| // "badge.foreground": "#fff", | |
| "editor.background": "#1f1c1c", | |
| "editor.selectionBackground": "#32515c", | |
| "editorCursor.foreground": "#ccff00", | |
| "editor.lineHighlightBackground": "#0b0e11", | |
| // "editorGroupHeader.tabsBackground": "#0B2942", | |
| // "editorIndentGuide.background": "#383C44", | |
| // "input.background": "#201b1b", | |
| // "input.border": "#434343", | |
| // "input.foreground": "#EAEAEA", | |
| // "input.placeholderForeground": "#878787", | |
| // "sideBar.background": "#1d1f28", | |
| // "sideBar.border": "#1d1f28", | |
| // "sideBar.foreground": "#cacaca", | |
| // "sideBarSectionHeader.background": "#0d2539", | |
| // "sideBarSectionHeader.foreground": "#aaaaaa", | |
| // "sideBarTitle.foreground": "#aaaaaa", | |
| "statusBar.background": "#133E5D", | |
| "statusBar.border": "#0d3a58", | |
| // "statusBar.debuggingBackground": "#15232d", | |
| // "statusBar.debuggingForeground": "#0d3a58", | |
| "statusBar.foreground": "#aaa", | |
| // "statusBar.noFolderBackground": "#15232d", | |
| // "statusBar.noFolderForeground": "#aaa", | |
| // "statusBarItem.activeBackground": "#0088ff", | |
| // "statusBarItem.hoverBackground": "#0d3a58", | |
| // "statusBarItem.prominentBackground": "#133E5D", | |
| // "statusBarItem.prominentHoverBackground": "#0d3a58", | |
| // "tab.activeBackground": "#122738", | |
| // "tab.activeForeground": "#fff", | |
| // "tab.border": "#15232D", | |
| "tab.activeBorder": "#C6FF00", | |
| // "tab.inactiveBackground": "#122d44", | |
| // "tab.inactiveForeground": "#8a8a8a", | |
| // "tab.unfocusedActiveForeground": "#aaa", | |
| // "tab.unfocusedInactiveForeground": "#aaa", | |
| "terminal.background": "#161616", | |
| "list.activeSelectionForeground": "#C6FF00", | |
| "list.inactiveSelectionForeground": "#C6FF00", | |
| "scrollbarSlider.activeBackground": "#99d6ff50", | |
| "textLink.foreground": "#C6FF00", | |
| "progressBar.background": "#C6FF00", | |
| "pickerGroup.foreground": "#C6FF00" | |
| }, | |
| "workbench.iconTheme": "material-icon-theme", | |
| /* MISC. */ | |
| "window.zoomLevel": 0, | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "workbench.colorTheme": "Sublime Material Theme - Dark", | |
| /* | |
| "materialTheme.cache.workbench.settings": { | |
| "accent": "Acid Lime", | |
| "accentPrevious": "Blue" | |
| }, | |
| */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment