Created
July 4, 2025 16:12
-
-
Save nbbaier/a4c4dd0c705b8a40096ce99c40e06f16 to your computer and use it in GitHub Desktop.
vscode/cursor customizations
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
| { | |
| "workbench.colorCustomizations": { | |
| "activityBar.background": "#22272e", | |
| "activityBar.border": "#444c56", | |
| "activityBar.foreground": "#adbac7", | |
| "activityBar.inactiveForeground": "#768390", | |
| "activityBarBadge.background": "#316dca", | |
| "activityBarBadge.foreground": "#cdd9e5", | |
| "badge.background": "#316dca", | |
| "badge.foreground": "#cdd9e5", | |
| "breadcrumb.activeSelectionForeground": "#768390", | |
| "breadcrumb.focusForeground": "#adbac7", | |
| "breadcrumb.foreground": "#768390", | |
| "breadcrumbPicker.background": "#2d333b", | |
| "checkbox.background": "#2d333b", | |
| "checkbox.border": "#444c56", | |
| "debugConsole.errorForeground": "#ff938a", | |
| "debugConsole.infoForeground": "#768390", | |
| "debugConsole.sourceForeground": "#daaa3f", | |
| "debugConsole.warningForeground": "#c69026", | |
| "debugConsoleInputIcon.foreground": "#b083f0", | |
| "debugIcon.breakpointForeground": "#e5534b", | |
| "debugTokenExpression.boolean": "#6bc46d", | |
| "debugTokenExpression.error": "#ff938a", | |
| "debugTokenExpression.name": "#6cb6ff", | |
| "debugTokenExpression.number": "#6bc46d", | |
| "debugTokenExpression.string": "#96d0ff", | |
| "debugTokenExpression.value": "#96d0ff", | |
| "debugToolBar.background": "#2d333b", | |
| "descriptionForeground": "#768390", | |
| "diffEditor.insertedLineBackground": "#347d3926", | |
| "diffEditor.insertedTextBackground": "#57ab5a4d", | |
| "diffEditor.removedLineBackground": "#c93c3726", | |
| "diffEditor.removedTextBackground": "#f470674d", | |
| "dropdown.background": "#2d333b", | |
| "dropdown.border": "#444c56", | |
| "dropdown.foreground": "#adbac7", | |
| "dropdown.listBackground": "#a0c3ef", | |
| "editor.background": "#22272e", | |
| "editor.findMatchBackground": "#966600", | |
| "editor.findMatchHighlightBackground": "#eac55f80", | |
| "editor.focusedStackFrameHighlightBackground": "#46954a66", | |
| "editor.foldBackground": "#636e7b1a", | |
| "editor.foreground": "#adbac7", | |
| "editor.lineHighlightBackground": "#636e7b1a", | |
| "editor.linkedEditingBackground": "#539bf512", | |
| "editor.selectionHighlightBackground": "#57ab5a40", | |
| "editor.stackFrameHighlightBackground": "#ae7c1466", | |
| "editor.wordHighlightBackground": "#636e7b80", | |
| "editor.wordHighlightBorder": "#636e7b99", | |
| "editor.wordHighlightStrongBackground": "#636e7b4d", | |
| "editor.wordHighlightStrongBorder": "#636e7b99", | |
| "editorBracketMatch.background": "#57ab5a40", | |
| "editorBracketMatch.border": "#57ab5a99", | |
| "editorCursor.foreground": "#539bf5", | |
| "editorGroup.border": "#444c56", | |
| "editorGroupHeader.border": "#444c56", | |
| "editorGroupHeader.tabsBackground": "#1c2128", | |
| "editorGroupHeader.tabsBorder": "#444c56", | |
| "editorGutter.addedBackground": "#46954a66", | |
| "editorGutter.deletedBackground": "#e5534b66", | |
| "editorGutter.modifiedBackground": "#ae7c1466", | |
| "editorInlayHint.background": "#76839033", | |
| "editorInlayHint.foreground": "#768390", | |
| "editorInlayHint.typeBackground": "#76839033", | |
| "editorInlayHint.typeForeground": "#768390", | |
| "editorLineNumber.activeForeground": "#adbac7", | |
| "editorLineNumber.foreground": "#636e7b", | |
| "editorOverviewRuler.border": "#1c2128", | |
| "editorWhitespace.foreground": "#545d68", | |
| "editorWidget.background": "#2d333b", | |
| "errorForeground": "#e5534b", | |
| "focusBorder": "#316dca", | |
| "foreground": "#adbac7", | |
| "gitDecoration.ignoredResourceForeground": "#636e7b", | |
| "icon.foreground": "#768390", | |
| "input.background": "#22272e", | |
| "input.border": "#444c56", | |
| "input.foreground": "#adbac7", | |
| "input.placeholderForeground": "#636e7b", | |
| "keybindingLabel.foreground": "#adbac7", | |
| "list.activeSelectionBackground": "#636e7b66", | |
| "list.activeSelectionForeground": "#adbac7", | |
| "list.focusBackground": "#4184e426", | |
| "list.focusForeground": "#adbac7", | |
| "list.highlightForeground": "#539bf5", | |
| "list.hoverBackground": "#636e7b1a", | |
| "list.hoverForeground": "#adbac7", | |
| "list.inactiveFocusBackground": "#4184e426", | |
| "list.inactiveSelectionBackground": "#636e7b66", | |
| "list.inactiveSelectionForeground": "#adbac7", | |
| "notificationCenterHeader.background": "#2d333b", | |
| "notificationCenterHeader.foreground": "#768390", | |
| "notifications.background": "#2d333b", | |
| "notifications.border": "#444c56", | |
| "notifications.foreground": "#adbac7", | |
| "notificationsErrorIcon.foreground": "#e5534b", | |
| "notificationsInfoIcon.foreground": "#539bf5", | |
| "notificationsWarningIcon.foreground": "#c69026", | |
| "panel.background": "#1c2128", | |
| "panel.border": "#444c56", | |
| "panelInput.border": "#444c56", | |
| "panelTitle.activeBorder": "#ec775c", | |
| "panelTitle.activeForeground": "#adbac7", | |
| "panelTitle.inactiveForeground": "#768390", | |
| "peekViewEditor.background": "#636e7b1a", | |
| "peekViewEditor.matchHighlightBackground": "#ae7c1466", | |
| "peekViewResult.background": "#22272e", | |
| "peekViewResult.matchHighlightBackground": "#ae7c1466", | |
| "pickerGroup.border": "#444c56", | |
| "pickerGroup.foreground": "#768390", | |
| "progressBar.background": "#316dca", | |
| "quickInput.background": "#2d333b", | |
| "quickInput.foreground": "#adbac7", | |
| "scrollbar.shadow": "#545d6833", | |
| "scrollbarSlider.activeBackground": "#76839047", | |
| "scrollbarSlider.background": "#76839033", | |
| "scrollbarSlider.hoverBackground": "#7683903d", | |
| "settings.headerForeground": "#adbac7", | |
| "settings.modifiedItemIndicator": "#ae7c1466", | |
| "sideBar.background": "#22272e", | |
| "sideBar.border": "#444c56", | |
| "sideBar.foreground": "#adbac7", | |
| "sideBarSectionHeader.background": "#22272e", | |
| "sideBarSectionHeader.border": "#444c56", | |
| "sideBarSectionHeader.foreground": "#adbac7", | |
| "sideBarTitle.foreground": "#adbac7", | |
| "statusBar.background": "#22272e", | |
| "statusBar.border": "#444c56", | |
| "statusBar.debuggingBackground": "#c93c37", | |
| "statusBar.debuggingForeground": "#cdd9e5", | |
| "statusBar.focusBorder": "#316dca80", | |
| "statusBar.foreground": "#768390", | |
| "tab.activeBackground": "#22272e", | |
| "tab.activeBorder": "#22272e", | |
| "tab.activeBorderTop": "#ec775c", | |
| "tab.activeForeground": "#adbac7", | |
| "tab.border": "#444c56", | |
| "tab.hoverBackground": "#22272e", | |
| "tab.inactiveBackground": "#1c2128", | |
| "tab.inactiveForeground": "#768390", | |
| "tab.unfocusedActiveBorder": "#22272e", | |
| "tab.unfocusedActiveBorderTop": "#444c56", | |
| "tab.unfocusedHoverBackground": "#636e7b1a", | |
| "terminal.foreground": "#adbac7", | |
| "textBlockQuote.background": "#1c2128", | |
| "textBlockQuote.border": "#444c56", | |
| "textCodeBlock.background": "#636e7b66", | |
| "textLink.activeForeground": "#539bf5", | |
| "textLink.foreground": "#539bf5", | |
| "textPreformat.background": "#636e7b66", | |
| "textPreformat.foreground": "#768390", | |
| "textSeparator.foreground": "#373e47", | |
| "titleBar.activeBackground": "#22272e", | |
| "titleBar.activeForeground": "#768390", | |
| "titleBar.border": "#444c56", | |
| "titleBar.inactiveBackground": "#1c2128", | |
| "titleBar.inactiveForeground": "#768390", | |
| "tree.indentGuidesStroke": "#373e47" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment