Last active
August 3, 2024 00:49
-
-
Save josvaal/5430fb3d9217f1a6d72d4626e9c74825 to your computer and use it in GitHub Desktop.
vs code personal config
This file contains 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
{ | |
"window.titleBarStyle": "native", | |
"window.zoomLevel": 1.5, | |
"window.menuBarVisibility": "toggle", | |
"window.restoreWindows": "all", | |
"files.hotExit": "onExit", | |
"explorer.confirmDelete": false, | |
"extensions.ignoreRecommendations": true, | |
"files.associations": { | |
"*.pl": "prolog" | |
}, | |
"security.workspace.trust.enabled": false, | |
"editor.minimap.enabled": false, | |
"editor.formatOnSave": true, | |
"editor.inlineSuggest.enabled": true, | |
"editor.smoothScrolling": true, | |
"editor.suggestSelection": "first", | |
"editor.fontFamily": "Aesthetic Iosevka Original, monospace", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 18, | |
"workbench.list.smoothScrolling": true, | |
"workbench.colorTheme": "One Dark Pro Darker", | |
"workbench.productIconTheme": "icons-carbon", | |
"workbench.colorCustomizations": { | |
"list.activeSelectionBackground": "#061115", | |
"list.hoverBackground": "#0D181C", | |
"editorWidget.background": "#0D181C", | |
"panel.background": "#0D181C", | |
"titleBar.activeBackground": "#0D181C", | |
"breadcrumbPicker.background": "#0D181C", | |
"settings.dropdownBackground": "#0D181C", | |
"settings.numberInputBackground": "#0D181C", | |
"settings.textInputBackground": "#0D181C", | |
"settings.checkboxBackground": "#0D181C", | |
"editor.background": "#061115", | |
"tab.activeBackground": "#000A0E", | |
"tab.inactiveBackground": "#061115", | |
"sideBar.background": "#000A0E", | |
"sideBar.dropBackground": "#000A0E", | |
"sideBarSectionHeader.background": "#000A0E", | |
"activityBar.background": "#000A0E", | |
"statusBar.background": "#000A0E", | |
"scrollbarSlider.activeBackground": "#000A0E", | |
"tab.activeBorder": "#06111500", | |
"editorGroupHeader.tabsBackground": "#061115", | |
"statusBar.noFolderBackground": "#061115", | |
"tab.border": "#061115", | |
"editorHoverWidget.background": "#061115", | |
"menu.background": "#061115", | |
"debugToolBar.background": "#061115", | |
"editorBracketMatch.background": "#061115", | |
"quickInput.background": "#061115", | |
"editorOverviewRuler.border": "#061115", | |
"notifications.background": "#061115", | |
"breadcrumb.background": "#061115", | |
"terminal.background": "#061115", | |
"terminal.foreground": "#d9d7d6", | |
"terminal.selectionBackground": "#242f33", | |
"terminal.ansiBlack": "#1c252c", | |
"terminal.ansiRed": "#df5b61", | |
"terminal.ansiGreen": "#78b892", | |
"terminal.ansiYellow": "#de8f78", | |
"terminal.ansiBlue": "#6791c9", | |
"terminal.ansiMagenta": "#bc83e3", | |
"terminal.ansiCyan": "#67afc1", | |
"terminal.ansiWhite": "#d9d7d6", | |
"terminal.ansiBrightBlack": "#484e5b", | |
"terminal.ansiBrightRed": "#f16269", | |
"terminal.ansiBrightGreen": "#8cd7aa", | |
"terminal.ansiBrightYellow": "#e9967e", | |
"terminal.ansiBrightBlue": "#79aaeb", | |
"terminal.ansiBrightMagenta": "#c488ec", | |
"terminal.ansiBrightCyan": "#7acfe4", | |
"terminal.ansiBrightWhite": "#e5e5e5" | |
}, | |
"workbench.activityBar.location": "bottom", | |
"window.customTitleBarVisibility": "never", | |
"apc.menubar.compact": true, | |
"apc.electron": { | |
"frame": false, | |
"titleBarStyle": "hidden" | |
}, | |
"apc.header": { | |
"height": 37 | |
}, | |
"apc.sidebar.titlebar": { | |
"height": 37 | |
}, | |
"apc.activityBar": { | |
"size": 40, | |
"itemSize": 40, | |
"itemMargin": 0 | |
}, | |
"apc.stylesheet": { | |
".sidebar *": "font-family: 'Roboto', font-size", | |
".auxiliarybar *": "font-family: 'Roboto'", | |
".panel *": "font-family: 'Roboto'", | |
".tabs *": "font-family: 'Roboto'", | |
".statusbar *": "font-family: 'Roboto'", | |
".menubar *": "font-family: 'Roboto'", | |
".windows *": "font-family: 'Roboto'", | |
".tab *": "font-family: 'Roboto'", | |
".html *": "font-family: 'Roboto'", | |
".extension-editor *": "font-family: 'Roboto'", | |
// Don't indent the sidebar title. | |
".custom-sidebar-titlebar .sidebar .composite.title": "padding-left: 0;", | |
// Don't indent the statusbar items. | |
".monaco-workbench .part.statusbar>.items-container>.statusbar-item.left.first-visible-item": "padding-left: 0;", | |
// Show the host button, and make it as wide as the .activitybar. | |
".statusbar #status\\.host": "display: block !important; width: calc(var(--activity-bar-action-size) - 1px); background: [#555](https://github.com/lehni/vscode-titlebar-less-macos/issues/555) !important;", | |
".statusbar #status\\.host .codicon": "margin: 0 auto;", | |
".tabs-container ": "padding-top:7px; padding-left:2px; padding-bottom:5px", | |
".tabs-container > .tab": "border-radius: 7px 7px 7px 7px; height: 20px; margin-left: 5px; padding-right:4px", | |
".monaco-editor .suggest-widget": "border-radius: 10px 10px 10px 10px; overflow:hidden;", | |
".title-label": "display: none !important", | |
".composite.title": "display: block !important", | |
".monaco-workbench .part.sidebar .title-actions .actions-container": "justify-content: space-evenly !important" | |
}, | |
"editor.matchBrackets": "never", | |
"indenticator.width": 0.1, | |
"indenticator.color.dark": "rgba(255,255,255,0.1)", | |
"editor.scrollbar.vertical": "hidden", | |
"editor.overviewRulerBorder": false, | |
"editor.wordWrap": "on", | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.guides.indentation": false, | |
"breadcrumbs.enabled": false, | |
"editor.stickyScroll.enabled": false, | |
"editor.accessibilitySupport": "off", | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [] | |
}, | |
"redhat.telemetry.enabled": true, | |
"editor.autoClosingBrackets": "always", | |
"[html]": { | |
"editor.defaultFormatter": "vscode.html-language-features" | |
}, | |
"symbols.hidesExplorerArrows": false, | |
"workbench.iconTheme": "pcode-icon-theme-dark-spesifik", | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment