Last active
August 25, 2025 21:27
-
-
Save Ink230/cb633166ba5738469955c0df601bc1aa to your computer and use it in GitHub Desktop.
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
| { | |
| "zenMode.fullScreen": false, | |
| "zenMode.hideLineNumbers": false, | |
| "php.suggest.basic": false, | |
| "php.validate.executablePath": "C:\\wamp64\\bin\\php\\php7.3.5\\php.exe", | |
| "workbench.sideBar.location": "left", | |
| "colorHelper.disableGpu": 0, | |
| "explorer.confirmDelete": false, | |
| "editor.wordWrap": "on", | |
| "editor.formatOnPaste": true, | |
| "editor.bracketPairColorization.enabled": true, | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.tokenColorCustomizations": { | |
| "functions": "#7edb63", | |
| "variables": "#46ab41", | |
| "keywords": "#12940c", | |
| "types": "#15ab65", | |
| "strings": "#6c8454", | |
| "numbers": "#00CA60", | |
| "comments": "#6c8454", | |
| "textMateRules": [ | |
| { | |
| "scope": "punctuation", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "variable.language", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.operator.expression", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "storage.modifier", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.operator.new", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.property", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.constant", | |
| "settings": { | |
| "foreground": "#46ab41" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.property", | |
| "settings": { | |
| "foreground": "#dddddd" | |
| } | |
| }, | |
| { | |
| "scope": "variable.parameter", | |
| "settings": { | |
| "foreground": "#46ab41" | |
| } | |
| }, | |
| { | |
| "scope": "meta.arrow.ts variable.other.readwrite", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "meta.arrow variable.other.readwrite", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "variable.parameter.arrow-function", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.object.property", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "support.variable.property", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "constant.language.boolean", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.separator", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.terminator", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "meta.brace", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.readwrite.ts", | |
| "settings": { | |
| "foreground": "#46ab41" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.function.decorator", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.readwrite.alias.ts", | |
| "settings": { | |
| "foreground": "#15ab65" | |
| } | |
| }, | |
| { | |
| "scope": "support.class.builtin", | |
| "settings": { | |
| "foreground": "#86bc76" | |
| } | |
| }, | |
| { | |
| "scope": "support.type.property-name", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.property", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "meta.class.ts", | |
| "settings": { | |
| "foreground": "#15ab65" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.member", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "meta.object-literal.key", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.template-expression.end", | |
| "settings": { | |
| "foreground": "#86bc76" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.template-expression.begin", | |
| "settings": { | |
| "foreground": "#86bc76" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.string", | |
| "settings": { | |
| "foreground": "#6c8454" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.operator", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "support.function.builtin", | |
| "settings": { | |
| "foreground": "#86bc76" | |
| } | |
| }, | |
| { | |
| "scope": "variable.language.this", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "constant.language", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name.class.css", | |
| "settings": { | |
| "foreground": "#7EDB63" | |
| } | |
| }, | |
| { | |
| "scope": "support.constant.property-value", | |
| "settings": { | |
| "foreground": "#00CA60" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.tag", | |
| "settings": { | |
| "foreground": "#7EDB63" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.tag.css", | |
| "settings": { | |
| "foreground": "#7EDB63" | |
| } | |
| }, | |
| { | |
| "scope": "variable.scss", | |
| "settings": { | |
| "foreground": "#46ab41" | |
| } | |
| }, | |
| { | |
| "scope": "constant.other.color.rgb-value", | |
| "settings": { | |
| "foreground": "#00CA60" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name.pseudo-class.css", | |
| "settings": { | |
| "foreground": "#00CA60" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name.pseudo-element.css", | |
| "settings": { | |
| "foreground": "#00CA60" | |
| } | |
| }, | |
| { | |
| "scope": "support.constant.color", | |
| "settings": { | |
| "foreground": "#00CA60" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.other.important.scss", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "support.type.vendored.property-name", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name.attribute.scss", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.other.unit", | |
| "settings": { | |
| "foreground": "#6C8454" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.tag.html", | |
| "settings": { | |
| "foreground": "#12940c" | |
| } | |
| }, | |
| { | |
| "scope": "string.quoted.double.html", | |
| "settings": { | |
| "foreground": "#7EDB63" | |
| } | |
| }, | |
| { | |
| "scope": "text.html.derivative", | |
| "settings": { | |
| "foreground": "#A4DDA1" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.inherited-class", | |
| "settings": { | |
| "foreground": "#15AB65" | |
| } | |
| }, | |
| ] | |
| }, | |
| "files.associations": { | |
| "*.json": "jsonc", | |
| "*.txt": "plaintext" | |
| }, | |
| "explorer.confirmDragAndDrop": false, | |
| "editor.tabCompletion": "onlySnippets", | |
| "editor.detectIndentation": true, | |
| "editor.autoIndent": "full", | |
| "emmet.showSuggestionsAsSnippets": true, | |
| "editor.fontFamily": "SauceCodePro Nerd Font", | |
| "[json]": {}, | |
| "macros": { | |
| "auto ();": [ | |
| { | |
| "command": "type", | |
| "args": { | |
| "text": "();" | |
| } | |
| }, | |
| "insertSnippet" | |
| ], | |
| "using": [ | |
| { | |
| "command": "type", | |
| "args": { | |
| "text": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\n" | |
| } | |
| }, | |
| "insertSnippet" | |
| ], | |
| "htmltemplate": [ | |
| { | |
| "command": "type", | |
| "args": { | |
| "text": "<!DOCTYPE HTML>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n\n<title>@ViewBag.PageTitle</title>\n<meta name=\"description\" content=\"Page Specific information\">\n<meta name=\"keywords\" content=\"Comma,Sep,Values\">\n\n<link rel=\"stylesheet\" href=\"/css/main.css\">\n\n<script src=\"js/main.js\"></script>\n\n</head>\n\n<body>\n@RenderBody()\n</body>\n</HTML>\n" | |
| } | |
| }, | |
| "insertSnippet" | |
| ] | |
| }, | |
| "sync.gist": "2276408544fa210d97cc1e2146623534", | |
| "editor.quickSuggestions": { | |
| "comments": "on", | |
| "strings": "on", | |
| "other": "on" | |
| }, | |
| "editor.acceptSuggestionOnCommitCharacter": false, | |
| "editor.acceptSuggestionOnEnter": "off", | |
| "Lua.telemetry.enable": true, | |
| "launch": { | |
| "configurations": [], | |
| "compounds": [] | |
| }, | |
| "[markdown]": { | |
| "files.trimTrailingWhitespace": false | |
| }, | |
| "sync.forceUpload": false, | |
| "sync.autoUpload": false, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "json.maxItemsComputed": 25000, | |
| "liveServer.settings.donotVerifyTags": true, | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "editor.fontSize": 20, | |
| "editor.fontWeight": "500", | |
| "editor.occurrencesHighlight": "off", | |
| "editor.selectionHighlight": true, | |
| "editor.scrollbar.vertical": "hidden", | |
| "editor.overviewRulerBorder": false, | |
| "editor.renderLineHighlight": "none", | |
| "breadcrumbs.enabled": false, | |
| "editor.stickyScroll.enabled": true, | |
| "workbench.colorCustomizations": { | |
| //"editor.foreground": "#46bd46", | |
| // "editorError.foreground": "#00000000", | |
| // "editorWarning.foreground": "#00000000", | |
| // "editorInfo.foreground": "#00000000", | |
| // "editorGroup.border": "#00000000", | |
| // "tab.activeBorder": "#1f291f", | |
| // "tab.activeBackground": "#192919", | |
| // "editorIndentGuide.activeBackground1": "#646b64", | |
| // "editorIndentGuide.background1": "#00000000", | |
| // "editor.lineHighlightBorder": "#0000", | |
| // "scrollbarSlider.background": "#58585875", | |
| // "editor.hideCursorInOverviewRuler": true, | |
| // "editorOverviewRuler.border": "#0000", | |
| // // Scrollbar | |
| // "editorOverviewRuler.addedForeground": "#0000", | |
| // "editorOverviewRuler.modifiedForeground": "#0000", | |
| // "editorOverviewRuler.deletedForeground": "#0000", | |
| // // Gutter (same as tweaking scm.diffDecorations?) | |
| // "editorGutter.addedBackground": "#0000", | |
| // "editorGutter.modifiedBackground": "#0000", | |
| // "editorGutter.deletedBackground": "#0000", | |
| // "editorOverviewRuler.warningForeground": "#0000", | |
| "editor.selectionBackground": "#dda4f3", | |
| "editor.selectionHighlightBackground": "#cf7cf0ee", | |
| "editor.inactiveSelectionBackground": "#cf7cf0ee", | |
| "editorBracketHighlight.foreground1": "#12940c", | |
| "editorBracketHighlight.foreground2": "#12940c", | |
| "editorBracketHighlight.foreground3": "#12940c", | |
| "editorBracketHighlight.foreground4": "#12940c", | |
| "editorBracketHighlight.foreground5": "#12940c", | |
| "editorBracketHighlight.foreground6": "#12940c", | |
| "editorBracketHighlight.unexpectedBracket.foreground": "#12940c", | |
| "editorBracketPairGuide.activeBackground1": "#37ff0030", | |
| "editorBracketPairGuide.activeBackground2": "#15ab6530", | |
| "editorBracketPairGuide.activeBackground3": "#A4DDA130", | |
| "editor.background": "#020f01", | |
| "foreground": "#ebebeb", | |
| "focusBorder": "#007fd4", | |
| "selection.background": "#256aa7", | |
| "scrollbar.shadow": "#000000", | |
| "activityBar.foreground": "#ffffff", | |
| "activityBar.background": "#020f01", | |
| "activityBar.inactiveForeground": "#ffffff66", | |
| "activityBarBadge.foreground": "#ffffff", | |
| "activityBarBadge.background": "#007acc", | |
| "sideBar.background": "#020f01", | |
| "sideBar.foreground": "#cccccc", | |
| "sideBarSectionHeader.background": "#00000000", | |
| "sideBarSectionHeader.foreground": "#cccccc", | |
| "sideBarSectionHeader.border": "#cccccc33", | |
| "sideBarTitle.foreground": "#bbbbbb", | |
| "list.inactiveSelectionBackground": "#37373d", | |
| "list.inactiveSelectionForeground": "#cccccc", | |
| "list.hoverBackground": "#020f01", | |
| "list.hoverForeground": "#cccccc", | |
| "list.activeSelectionBackground": "#094771", | |
| "list.activeSelectionForeground": "#ffffff", | |
| "tree.indentGuidesStroke": "#585858", | |
| "list.dropBackground": "#383b3d", | |
| "list.highlightForeground": "#0097fb", | |
| "list.focusBackground": "#062f4a", | |
| "list.focusForeground": "#cccccc", | |
| "listFilterWidget.background": "#653723", | |
| "listFilterWidget.outline": "#00000000", | |
| "listFilterWidget.noMatchesOutline": "#be1100", | |
| "statusBar.foreground": "#ffffff", | |
| "statusBar.background": "#020f01", | |
| "statusBarItem.hoverBackground": "#ffffff1f", | |
| "statusBar.debuggingBackground": "#cc6633", | |
| "statusBar.debuggingForeground": "#ffffff", | |
| "statusBar.noFolderBackground": "#68217a", | |
| "statusBar.noFolderForeground": "#ffffff", | |
| "statusBarItem.remoteBackground": "#16825d", | |
| "statusBarItem.remoteForeground": "#ffffff", | |
| "titleBar.activeBackground": "#020f01", | |
| "titleBar.activeForeground": "#cccccc", | |
| "titleBar.inactiveBackground": "#3c3c3c99", | |
| "titleBar.inactiveForeground": "#cccccc99", | |
| "titleBar.border": "#00000000", | |
| "menubar.selectionForeground": "#cccccc", | |
| "menubar.selectionBackground": "#ffffff1a", | |
| "menu.foreground": "#cccccc", | |
| "menu.background": "#020f01", | |
| "menu.selectionForeground": "#ffffff", | |
| "menu.selectionBackground": "#094771", | |
| "menu.selectionBorder": "#00000000", | |
| "menu.separatorBackground": "#bbbbbb", | |
| "menu.border": "#00000085", | |
| "button.background": "#0e639c", | |
| "button.foreground": "#ffffff", | |
| "button.hoverBackground": "#1177bb", | |
| "button.secondaryForeground": "#ffffff", | |
| "button.secondaryBackground": "#3a3d41", | |
| "button.secondaryHoverBackground": "#45494e", | |
| "input.background": "#020f01", | |
| "input.border": "#00000000", | |
| "input.foreground": "#cccccc", | |
| "inputOption.activeBackground": "#007fd466", | |
| "inputOption.activeBorder": "#007acc00", | |
| "inputOption.activeForeground": "#ffffff", | |
| "input.placeholderForeground": "#a6a6a6", | |
| "textLink.foreground": "#3794ff", | |
| "editor.foreground": "#A4DDA1", | |
| "editorLineNumber.foreground": "#12940c", | |
| "editorCursor.foreground": "#0e830a", | |
| "editorCursor.background": "#000000", | |
| "editorWhitespace.foreground": "#e3e4e229", | |
| "editor.selectionHighlightBorder": "#495F77", | |
| "editor.findMatchBackground": "#515c6a", | |
| "editor.findMatchBorder": "#74879f", | |
| "editor.findMatchHighlightBackground": "#ea5c0055", | |
| "editor.findMatchHighlightBorder": "#ffffff00", | |
| "editor.findRangeHighlightBackground": "#3a3d4166", | |
| "editor.findRangeHighlightBorder": "#ffffff00", | |
| "editor.rangeHighlightBackground": "#ffffff0b", | |
| "editor.rangeHighlightBorder": "#ffffff00", | |
| "editor.hoverHighlightBackground": "#264f7840", | |
| "editor.wordHighlightStrongBackground": "#004972b8", | |
| "editor.wordHighlightBackground": "#575757b8", | |
| "editor.lineHighlightBackground": "#ffffff0A", | |
| "editor.lineHighlightBorder": "#282828", | |
| "editorLineNumber.activeForeground": "#c6c6c6", | |
| "editorLink.activeForeground": "#4e94ce", | |
| "editorIndentGuide.background1": "#404040", | |
| "editorRuler.foreground": "#5a5a5a", | |
| "editorBracketMatch.background": "#0064001a", | |
| "editorBracketMatch.border": "#12940c", | |
| "editor.foldBackground": "#264f784d", | |
| "editorOverviewRuler.background": "#25252500", | |
| "editorOverviewRuler.border": "#7f7f7f4d", | |
| "editorError.foreground": "#f48771", | |
| "editorError.background": "#B73A3400", | |
| "editorError.border": "#ffffff00", | |
| "editorWarning.foreground": "#cca700", | |
| "editorWarning.background": "#A9904000", | |
| "editorWarning.border": "#ffffff00", | |
| "editorInfo.foreground": "#75beff", | |
| "editorInfo.background": "#4490BF00", | |
| "editorInfo.border": "#4490BF00", | |
| "editorGutter.background": "#020f01", | |
| "editorGutter.modifiedBackground": "#0c7d9d", | |
| "editorGutter.addedBackground": "#587c0c", | |
| "editorGutter.deletedBackground": "#94151b", | |
| "editorGutter.foldingControlForeground": "#c5c5c5", | |
| "editorCodeLens.foreground": "#999999", | |
| "editorGroup.border": "#020f01", | |
| "diffEditor.insertedTextBackground": "#9bb95533", | |
| "diffEditor.removedTextBackground": "#ff000033", | |
| "diffEditor.border": "#444444", | |
| "panel.background": "#020f01", | |
| "panel.border": "#020f01", | |
| "panelTitle.activeBorder": "#e7e7e7", | |
| "panelTitle.activeForeground": "#e7e7e7", | |
| "panelTitle.inactiveForeground": "#e7e7e799", | |
| "badge.background": "#4d4d4d", | |
| "badge.foreground": "#ffffff", | |
| "terminal.foreground": "#cccccc", | |
| "terminal.selectionBackground": "#ffffff40", | |
| "terminalCursor.background": "#0087FF", | |
| "terminalCursor.foreground": "#ffffff", | |
| "terminal.border": "#80808059", | |
| "terminal.ansiBlack": "#000000", | |
| "terminal.ansiBlue": "#2472c8", | |
| "terminal.ansiBrightBlack": "#666666", | |
| "terminal.ansiBrightBlue": "#3b8eea", | |
| "terminal.ansiBrightCyan": "#29b8db", | |
| "terminal.ansiBrightGreen": "#23d18b", | |
| "terminal.ansiBrightMagenta": "#d670d6", | |
| "terminal.ansiBrightRed": "#f14c4c", | |
| "terminal.ansiBrightWhite": "#e5e5e5", | |
| "terminal.ansiBrightYellow": "#f5f543", | |
| "terminal.ansiCyan": "#11a8cd", | |
| "terminal.ansiGreen": "#0dbc79", | |
| "terminal.ansiMagenta": "#bc3fbc", | |
| "terminal.ansiRed": "#cd3131", | |
| "terminal.ansiWhite": "#e5e5e5", | |
| "terminal.ansiYellow": "#e5e510", | |
| "breadcrumb.background": "#020f01", | |
| "breadcrumb.foreground": "#cccccccc", | |
| "breadcrumb.focusForeground": "#e0e0e0", | |
| "editorGroupHeader.border": "#020f01", | |
| "editorGroupHeader.tabsBackground": "#020f01", | |
| "tab.activeForeground": "#ffffff", | |
| "tab.border": "#043d00", | |
| "tab.activeBackground": "#020f01", | |
| "tab.activeBorder": "#70b661", | |
| "tab.activeBorderTop": "#00000000", | |
| "tab.inactiveBackground": "#020f01", | |
| "tab.inactiveForeground": "#ffffff80", | |
| "scrollbarSlider.background": "#79797966", | |
| "scrollbarSlider.hoverBackground": "#646464b3", | |
| "scrollbarSlider.activeBackground": "#bfbfbf66", | |
| "progressBar.background": "#0e70c0", | |
| "widget.shadow": "#0000005c", | |
| "editorWidget.foreground": "#cccccc", | |
| "editorWidget.background": "#020f01", | |
| "editorWidget.resizeBorder": "#5F5F5F", | |
| "pickerGroup.border": "#3f3f46", | |
| "pickerGroup.foreground": "#66ff5a", | |
| "debugToolBar.background": "#333333", | |
| "debugToolBar.border": "#474747", | |
| "notifications.foreground": "#cccccc", | |
| "notifications.background": "#252526", | |
| "notificationToast.border": "#474747", | |
| "notificationsErrorIcon.foreground": "#f48771", | |
| "notificationsWarningIcon.foreground": "#cca700", | |
| "notificationsInfoIcon.foreground": "#75beff", | |
| "notificationCenter.border": "#474747", | |
| "notificationCenterHeader.foreground": "#cccccc", | |
| "notificationCenterHeader.background": "#303031", | |
| "notifications.border": "#303031", | |
| "gitDecoration.addedResourceForeground": "#81b88b", | |
| "gitDecoration.conflictingResourceForeground": "#6c6cc4", | |
| "gitDecoration.deletedResourceForeground": "#c74e39", | |
| "gitDecoration.ignoredResourceForeground": "#8c8c8c", | |
| "gitDecoration.modifiedResourceForeground": "#e2c08d", | |
| "gitDecoration.stageDeletedResourceForeground": "#c74e39", | |
| "gitDecoration.stageModifiedResourceForeground": "#e2c08d", | |
| "gitDecoration.submoduleResourceForeground": "#8db9e2", | |
| "gitDecoration.untrackedResourceForeground": "#73c991", | |
| "editorMarkerNavigation.background": "#2d2d30", | |
| "editorMarkerNavigationError.background": "#f48771", | |
| "editorMarkerNavigationWarning.background": "#cca700", | |
| "editorMarkerNavigationInfo.background": "#75beff", | |
| "merge.currentHeaderBackground": "#367366ee", | |
| "merge.currentContentBackground": "#27403Bee", | |
| "merge.incomingHeaderBackground": "#395F8Fee", | |
| "merge.incomingContentBackground": "#28384Bee", | |
| "merge.commonHeaderBackground": "#383838ee", | |
| "merge.commonContentBackground": "#282828ee", | |
| "editorSuggestWidget.background": "#252526ee", | |
| "editorSuggestWidget.border": "#454545", | |
| "editorSuggestWidget.foreground": "#d4d4d4", | |
| "editorSuggestWidget.highlightForeground": "#0097fb", | |
| "editorSuggestWidget.selectedBackground": "#062f4a", | |
| "editorHoverWidget.foreground": "#cccccc", | |
| "editorHoverWidget.background": "#252526", | |
| "editorHoverWidget.border": "#454545", | |
| "peekView.border": "#007acc", | |
| "peekViewEditor.background": "#001f33", | |
| "peekViewEditorGutter.background": "#001f33", | |
| "peekViewEditor.matchHighlightBackground": "#ff8f0099", | |
| "peekViewEditor.matchHighlightBorder": "#ee931e", | |
| "peekViewResult.background": "#252526", | |
| "peekViewResult.fileForeground": "#ffffff", | |
| "peekViewResult.lineForeground": "#bbbbbb", | |
| "peekViewResult.matchHighlightBackground": "#ea5c004d", | |
| "peekViewResult.selectionBackground": "#3399ff33", | |
| "peekViewResult.selectionForeground": "#ffffff", | |
| "peekViewTitle.background": "#1e1e1e", | |
| "peekViewTitleDescription.foreground": "#ccccccb3", | |
| "peekViewTitleLabel.foreground": "#ffffff", | |
| "icon.foreground": "#cccccc", | |
| "checkbox.background": "#020f01", | |
| "checkbox.foreground": "#cccccc", | |
| "checkbox.border": "#00000000", | |
| "dropdown.background": "#020f01", | |
| "dropdown.foreground": "#cccccc", | |
| "dropdown.border": "#00000000", | |
| "minimapGutter.addedBackground": "#587c0c", | |
| "minimapGutter.modifiedBackground": "#0c7d9d", | |
| "minimapGutter.deletedBackground": "#94151b", | |
| "minimap.findMatchHighlight": "#515c6aee", | |
| "minimap.selectionHighlight": "#264f78ee", | |
| "minimap.errorHighlight": "#f48771", | |
| "minimap.warningHighlight": "#cca700", | |
| "minimap.background": "#020f01", | |
| "sideBar.dropBackground": "#383b3d", | |
| "editorGroup.emptyBackground": "#020f01", | |
| "panelSection.border": "#80808059", | |
| "statusBarItem.activeBackground": "#FFFFFF25", | |
| "settings.headerForeground": "#cccccc", | |
| "settings.focusedRowBackground": "#ffffff07", | |
| "walkThrough.embeddedEditorBackground": "#00000050", | |
| "breadcrumb.activeSelectionForeground": "#e0e0e0", | |
| "editorGutter.commentRangeForeground": "#c5c5c5", | |
| "debugExceptionWidget.background": "#333333", | |
| "debugExceptionWidget.border": "#474747" | |
| }, | |
| "security.workspace.trust.banner": "never", | |
| "workbench.startupEditor": "none", | |
| "editor.unicodeHighlight.nonBasicASCII": false, | |
| "php.validate.enable": false, | |
| "window.closeWhenEmpty": true, | |
| "editor.tabSize": 2, | |
| "editor.wrappingIndent": "indent", | |
| "terminal.explorerKind": "external", | |
| "powershell.powerShellDefaultVersion": "PowerShell (Store)", | |
| "terminal.integrated.defaultProfile.windows": "PowerShell", | |
| "terminal.integrated.localEchoStyle": "dim", | |
| "terminal.integrated.gpuAcceleration": "on", | |
| "terminal.integrated.fontFamily": "SauceCodePro Nerd Font", | |
| "terminal.integrated.fontSize": 18, | |
| "terminal.integrated.lineHeight": 1.01, | |
| "extensions.ignoreRecommendations": true, | |
| "errorLens.severityText": [ | |
| "ERROR", | |
| "INFO", | |
| "HINT", | |
| "WARNING" | |
| ], | |
| "errorLens.enabledDiagnosticLevels": [ | |
| "error" | |
| ], | |
| "editor.foldingMaximumRegions": 20000, | |
| "editor.minimap.enabled": false, | |
| "vim.useCtrlKeys": false, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "markdown-preview-github-styles.colorTheme": "dark", | |
| "[rust]": { | |
| "editor.defaultFormatter": "rust-lang.rust-analyzer", | |
| "editor.formatOnSave": true | |
| }, | |
| "editor.formatOnSave": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "eslint.run": "onSave", | |
| "eslint.enable": true, | |
| "workbench.activityBar.location": "hidden", | |
| "workbench.editor.empty.hint": "hidden", | |
| // Custom tags for the parser to use | |
| "yaml.customTags": [ | |
| "!And", | |
| "!If", | |
| "!Not", | |
| "!Equals", | |
| "!Or", | |
| "!FindInMap sequence", | |
| "!Base64", | |
| "!Cidr", | |
| "!Ref", | |
| "!Sub", | |
| "!GetAtt", | |
| "!GetAZs", | |
| "!ImportValue", | |
| "!Select", | |
| "!Select sequence", | |
| "!Split", | |
| "!Join sequence" | |
| ], | |
| // Enable/disable default YAML formatter (requires restart) | |
| "yaml.format.enable": true, | |
| "editor.codeLens": false, | |
| "explorer.confirmPasteNative": false, | |
| "workbench.colorTheme": "Visual Studio 2019 Dark", | |
| "editor.guides.indentation": false, | |
| "update.showReleaseNotes": false, | |
| "chat.commandCenter.enabled": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment