diff --git a/VScode/settings.json b/VScode/settings.json new file mode 100644 index 0000000..ec0c989 --- /dev/null +++ b/VScode/settings.json @@ -0,0 +1,151 @@ +{ + "window.zoomLevel": 1, + "workbench.colorTheme": "Catppuccin Mocha", + "workbench.iconTheme": "catppuccin-mocha", + "workbench.statusBar.visible": true, + "workbench.sideBar.location": "right", + "editor.minimap.enabled": false + "workbench.activityBar.visible": false, + "workbench.statusBar.visible": false, + "workbench.editor.showTabs": false, + "workbench.layoutControl.enabled": false, + "workbench.startupEditor": "none", + "workbench.tips.enabled": false, + "workbench.colorCustomizations": { + "editorSuggestWidget.selectedBackground": "#231739", + "sideBar.background": "#1E1E2E", + "list.activeSelectionBackground": "#231739", + "list.inactiveSelectionBackground": "#231739", + "list.focusBackground": "#231739", + "list.hoverBackground": "#231739", + "terminalCursor.foreground": "#C45DFF", + "editor.background": "#1E1E2E", + "sideBar.background": "#1E1E2E", + "activityBar.background": "#1E1E2E", + "actionBar.toggledBackground": "#1E1E2E", + "activityBarTop.background": "#1E1E2E", + "statusBar.background": "#1E1E2E", + "titleBar.activeBackground": "#1E1E2E", + "titleBar.inactiveBackground": "#1E1E2E", + "panel.background": "#1E1E2E", + "editorGroupHeader.tabsBackground": "#1E1E2E", + "editorGroupHeader.tabsBorder": "#1E1E2E", + "editorGroup.border": "#1E1E2E", + "editorGroup.dropBackground": "#1E1E2E", + "editorGroupHeader.noTabsBackground": "#1E1E2E", + "editorGroupHeader.border": "#1E1E2E", + "editorGroup.focusedEmptyBorder": "#1E1E2E", + "editorGroup.emptyBackground": "#1E1E2E", + "editorGroupHeader.tabsEmptyBackground": "#1E1E2E", + "tab.activeBackground": "#303148", + "tab.inactiveBackground": "#1E1E2E", + "tab.inactiveForeground": "#555875", + "tab.border": "#1E1E2E", + "tab.activeBorder": "#1E1E2E", + "tab.unfocusedActiveBorder": "#1E1E2E", + "tab.activeBorderTop": "#1E1E2E", + "tab.unfocusedActiveBorderTop": "#1E1E2E", + "tab.hoverBackground": "#1E1E2E", + "tab.unfocusedHoverBackground": "#1E1E2E", + "tab.hoverBorder": "#1E1E2E", + "tab.unfocusedHoverBorder": "#1E1E2E", + "tab.activeModifiedBorder": "#1E1E2E", + "tab.inactiveModifiedBorder": "#1E1E2E", + "tab.unfocusedActiveModifiedBorder": "#1E1E2E", + "tab.unfocusedInactiveModifiedBorder": "#1E1E2E", + "dropdown.background": "#1E1E2E", + "input.background": "#2e3045", + "input.border": "#3e425e", + "inputOption.activeBackground": "#1E1E2E", + "inputOption.activeBorder": "#1E1E2E", + "inputOption.activeForeground": "#e5e9ff", + "button.background": "#2344ff", + "button.foreground": "#ffffff", + "terminal.background": "#1E1E2E", + "editorLineNumber.activeForeground": "#fdad51", + "menu.background": "#1E1E2E", + "editorPane.background": "#1E1E2E", + "editor.selectionBackground": "#383c52", + "panel.border": "#383c52", + "sideBar.border": "#383c52", + "scrollbar.shadow": "#1E1E2E", + "editorStickyScroll.border": "#2d3042", + "editor.lineHighlightBackground": "#1E1E2E", + "editorGutter.background": "#1E1E2E", + "editorGutter.modifiedBackground": "#1E1E2E", + "editorGutter.addedBackground": "#1E1E2E", + "editorGutter.deletedBackground": "#1E1E2E", + "statusBarItem.remoteBackground": "#9190ff", + "focusBorder": "#1E1E2E", + "scrollbarSlider.background": "#383c52", + "scrollbarSlider.activeBackground": "#535a7c", + "scrollbarSlider.hoverBackground": "#474c69" + }, + "editor.minimap.enabled": false, + "editor.guides.indentation": false, + "editor.renderWhitespace": "none", + "editor.renderLineHighlight": "none", + "editor.matchBrackets": "never", + "editor.lightbulb.enabled": false, + "editor.hover.enabled": false, + "editor.showFoldingControls": "never", + "editor.scrollbar.horizontal": "auto", + "editor.scrollbar.vertical": "auto", + "editor.overviewRulerBorder": false, + "editor.cursorBlinking": "solid", + "editor.cursorSmoothCaretAnimation": "on", + "editor.tabSize": 2, + "editor.detectIndentation": false, + "editor.fontFamily": "Hack Nerd Font Mono", + "editor.fontSize": 14, + "editor.fontLigatures": true, + "breadcrumbs.enabled": false, + "explorer.confirmDragAndDrop": false, + "explorer.confirmDelete": false, + "explorer.compactFolders": false, + "git.decorations.enabled": false, + "scm.diffDecorations": "none", + "files.insertFinalNewline": true, + "extensions.ignoreRecommendations": true, + "files.autoSave": "afterDelay", + "terminal.integrated.fontFamily": "Dank Mono, JetBrainsMono Nerd Font", + "terminal.integrated.tabs.enabled": false, + "terminal.integrated.lineHeight": 1.5, + "terminal.integrated.fontSize": 14, + "terminal.integrated.env.osx": { + "FIG_NEW_SESSION": "1" + }, + "apc.electron": { + "titleBarStyle": "hiddenInset" + }, + "apc.font.family": "Dank Mono", + "apc.listRow": { + "lists": [ + "explorer-folders-view", + "quick-input-list", + "results" + ], + "height": 30 + }, + "apc.stylesheet": { + ".title-actions": "display: none !important", + ".quick-input-widget.show-file-icons, .editor-widget.find-widget": "box-shadow: none !important", + ".filematch .monaco-icon-label:before, .custom-list-row.results .monaco-list-row .monaco-icon-label:before": "background-position: 0 bottom !important", + ".filematch .monaco-count-badge": "padding: 5px 6px 0 6px !important", + ".sidebar .title-label": "padding: 0 !important", + ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "outline: none !important", + ".sidebar": "border: none !important", + ".monaco-editor .cursors-layer .cursor": "background-image: linear-gradient(135deg, #67D0FF 10%, #C45DFF 100%)", + ".quick-input-list-row div": "display: flex !important; align-items: center !important", + ".panel .composite.title": "visibility: hidden !important", + ".title.show-file-icons .label-container .monaco-icon-label.file-icon": "padding-bottom: 6px !important", + ".sidebar .title-label h2": "line-height: 2.8 !important", + ".monaco-editor .scroll-decoration": "display: none !important", + ".monaco-scrollable-element > .shadow.top": "display: none !important", + ".monaco-split-view2 > .monaco-scrollable-element > .split-view-container": "background: #191521 !important", + }, + "animations.Install-Method": "Apc Customize UI++", + "apc.imports": [ + "file:///Users/igorbabko/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.1/dist/updateHandler.js" + ], + }