Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "editor.fontLigatures": true,
- "editor.fontFamily": "'mozarela'",
- "editor.fontSize": 20,
- "files.autoSave": "afterDelay",
- "workbench.colorTheme": "Community Material Theme Darker High Contrast",
- "window.restoreFullscreen": true,
- "editor.formatOnSave": true,
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "workbench.iconTheme": "material-icon-theme",
- "editor.wordWrap": "on",
- "editor.formatOnPaste": true,
- "css.validate": false,
- "less.validate": false,
- "scss.validate": false,
- "stylelint.enable": true,
- "stylelint.validate": ["css", "less", "postcss", "scss"],
- "editor.codeActionsOnSave": {
- "source.fixAll": true,
- "source.organizeImports": true
- },
- "editor.linkedEditing": false,
- "editor.mouseWheelZoom": true,
- "editor.formatOnType": true,
- "emmet.includeLanguages": { "django-html": "html", "jinja-html": "html" },
- "workbench.colorCustomizations": {
- "[Community Material Theme Darker High Contrast]": {
- "activityBarBadge.background": "#6366f1",
- "editorGroupHeader.tabsBackground": "#181818",
- "activityBarBadge.foreground": "#ffffff",
- "activityBar.activeBorder": "#6366f1",
- "list.activeSelectionForeground": "#ffffff",
- "list.inactiveSelectionForeground": "#ffffff",
- "list.highlightForeground": "#6366f1",
- "scrollbarSlider.activeBackground": "#6366f1",
- "editorSuggestWidget.highlightForeground": "#6366f1",
- "textLink.foreground": "#ffffff",
- "progressBar.background": "#6366f1",
- "pickerGroup.foreground": "#6366f1",
- "tab.activeBorder": "#6366f1",
- "notificationLink.foreground": "#6366f1",
- "editorWidget.resizeBorder": "#6366f1",
- "editorWidget.border": "#6366f1",
- "settings.modifiedItemIndicator": "#6366f1",
- "settings.headerForeground": "#6366f1",
- "panelTitle.activeBorder": "#6366f1",
- "breadcrumb.activeSelectionForeground": "#6366f1",
- "menu.selectionForeground": "#ffffff",
- "menu.selectionBackground": "#6366f1",
- "menubar.selectionForeground": "#6366f1",
- "selection.background": "#6366f1",
- "statusBarItem.remoteBackground": "#6366f1",
- "statusBarItem.remoteForeground": "#ffffff",
- "editor.findMatchBorder": "#6366f1",
- "editorLineNumber.activeForeground": "#ffffff",
- "editorLineNumber.foreground": "#5e5e5e",
- "button.secondaryHoverBackground": "#6366f1",
- "button.background": "#6366f1",
- "button.foreground": "#ffffff",
- "tree.inactiveIndentGuidesStroke": "#999af7",
- "tree.indentGuidesStroke": "#6366f1",
- // bg colour
- "sideBar.background": "#181818",
- "menu.background": "#1c1c1c",
- "menubar.selectionBorder": "#6366f1",
- "menubar.selectionBackground": "#121212",
- "menu.separatorBackground": "#6366f1",
- "activityBar.background": "#181818",
- "statusBar.background": "#121212",
- "panel.background": "#1b1b1b",
- "titleBar.activeBackground": "#181818",
- "breadcrumb.background": "#181818",
- "activityBar.activeBackground": "#181818",
- "editor.lineHighlightBackground": "#181818",
- "widget.shadow": "#181818",
- "editor.background": "#181818",
- "minimap.background": "#181818",
- "panel.border": "#272727",
- "pickerGroup.border": "#6366f1",
- "editorCursor.foreground": "#6366f1",
- "profileBadge.background": "#6366f1",
- "profileBadge.foreground": "#ffffff",
- "editorSuggestWidget.foreground": "#eeeeee",
- "editorSuggestWidget.selectedBackground": "#6366f1",
- "editorSuggestWidget.focusHighlightForeground": "#ffffff",
- "editorSuggestWidget.background": "#1c1c1c",
- "editorSuggestWidget.selectedForeground": "#eeeeee",
- "editorSuggestWidget.selectedIconForeground": "#ffffff",
- "editorHoverWidget.foreground": "#ffffff",
- "editorHoverWidget.background": "#171717",
- "editor.lineHighlightBorder": "#2e2e2e"
- }
- },
- "editor.tokenColorCustomizations": {
- "textMateRules": [
- {
- "scope": ["source.python"],
- "settings": {
- "foreground": "#d5d81e"
- }
- },
- {
- "scope": "string.quoted",
- "settings": {
- "foreground": "#FF8C00"
- }
- },
- {
- "scope": "keyword.control",
- "settings": {
- "foreground": "#7c919a",
- "fontStyle": "italic bold"
- }
- }
- ]
- },
- "[python]": {
- "diffEditor.ignoreTrimWhitespace": false,
- "gitlens.codeLens.symbolScopes": ["!Module"],
- "editor.formatOnType": true,
- "editor.defaultFormatter": "ms-python.black-formatter",
- "editor.codeActionsOnSave": {
- "source.organizeImports": true
- },
- "isort.args": ["--profile", "black"],
- "editor.wordBasedSuggestions": false
- },
- "[markdown]": {
- "editor.formatOnPaste": true,
- "editor.formatOnSave": true
- },
- //"python.analysis.typeCheckingMode": "basic",
- "python.analysis.inlayHints.functionReturnTypes": true,
- "python.analysis.inlayHints.variableTypes": true,
- "python.analysis.indexing": true,
- "python.analysis.autoImportCompletions": true,
- "python.analysis.logLevel": "Trace",
- "powermode.enabled": false,
- "powermode.combo.counterEnabled": "hide",
- "powermode.combo.timerEnabled": "hide",
- "gitlens.keymap": "alternate",
- "editor.columnSelection": true,
- "oneDarkPro.italic": true,
- "powermode.shake.enabled": false,
- "python.defaultInterpreterPath": "/usr/local/bin/python3",
- "[dart]": {
- "editor.formatOnSave": true,
- "editor.formatOnType": true,
- "editor.rulers": [80],
- "editor.selectionHighlight": false,
- "editor.suggestSelection": "first",
- "editor.tabCompletion": "onlySnippets",
- "editor.wordBasedSuggestions": false
- },
- "cmake.configureOnOpen": true,
- "better-comments.multilineComments": true,
- "editor.minimap.renderCharacters": false,
- "editor.minimap.scale": 3,
- "editor.minimap.autohide": true,
- "editor.multiCursorModifier": "ctrlCmd",
- "terminal.integrated.profiles.linux": {
- "bash": {
- "path": "bash",
- "icon": "terminal-bash"
- },
- "zsh": {
- "path": "zsh"
- },
- "fish": {
- "path": "fish"
- },
- "tmux": {
- "path": "tmux",
- "icon": "terminal-tmux"
- },
- "pwsh": {
- "path": "pwsh",
- "icon": "terminal-powershell"
- },
- "fish (2)": {
- "path": "/bin/fish"
- }
- },
- "terminal.integrated.defaultProfile.linux": "fish",
- "terminal.integrated.enableImages": true,
- "terminal.integrated.fontFamily": "FiraCode Nerd Font Mono",
- "terminal.integrated.env.linux": {
- "FROM_VSCODE": "true"
- },
- // gistify
- "gistify.pastebin.apiToken": "Tk_AXP_kxddbSSQShAugkmsmwUjIwidp",
- "gistify.pastebin.defaultUserName": "ALENTL"
- //"explorer.excludeGitIgnore": true,
- /*"emojisense.languages": {
- "plaintext": {
- "markupCompletionsEnabled": true,
- "emojiDecoratorsEnabled": true
- },
- "javascript.validate.enable": false,
- "abap": true,
- "bat": true,
- "bibtex": true,
- "clojure": true,
- "coffeescript": true,
- "c": true,
- "cpp": true,
- "csharp": true,
- "css": true,
- "diff": true,
- "dockerfile": true,
- "fsharp": true,
- "git-commit": true,
- "git-rebase": true,
- "go": true,
- "groovy": true,
- "handlebars": true,
- "html": true,
- "ini": true,
- "java": true,
- "javascript": true,
- "javascriptreact": true,
- "json": true,
- "jsonc": true,
- "latex": true,
- "less": true,
- "lua": true,
- "makefile": true,
- "markdown": true,
- "objective-c": true,
- "objective-cpp": true,
- "perl6": true,
- "php": true,
- "powershell": true,
- "jade": true,
- "python": true,
- "r": true,
- "razor": true,
- "ruby": true,
- "rust": true,
- "scss": true,
- "sass": true,
- "shaderlab": true,
- "shellscript": true,
- "sql": true,
- "swift": true,
- "typescript": true,
- "typescriptreact": true,
- "tex": true,
- "vb": true,
- "xml": true,
- "xsl": true,
- "yaml": true
- },
- "emojisense.showOnColon": true,
- "emojisense.unicodeCompletionsEnabled": true,
- "emojisense.emojiDecoratorsEnabled": true,
- "emojisense.markupCompletionsEnabled": true*/
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement