Skip to content

Instantly share code, notes, and snippets.

@danielpaz6
Created February 7, 2024 10:07
Show Gist options
  • Save danielpaz6/a2385028a29d6065ce1dd54690fcc2ed to your computer and use it in GitHub Desktop.
Save danielpaz6/a2385028a29d6065ce1dd54690fcc2ed to your computer and use it in GitHub Desktop.
{
"editor.accessibilitySupport": "off",
"editor.fontSize": 13,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"editor.scrollBeyondLastLine": false,
"editor.linkedEditing": true,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"workbench.colorCustomizations": {
"tab.activeBackground": "#ffffff11",
// "editorOverviewRuler.background": "#ff0000", // for the "track" where the scrollThumb lives
"scrollbarSlider.background": "#ffffff40", // for the scrollThumb color
"scrollbarSlider.hoverBackground": "#ffffff50",
"scrollbarSlider.activeBackground": "#ffffff70",
"list.activeSelectionBackground": "#293a57",
"list.activeSelectionForeground": "#c6cad2",
"activityBarBadge.background": "#167abc",
"activityBarBadge.foreground": "#ffffff",
"sideBar.border": "#ffffff20",
"editorGroup.border": "#ffffff20",
"statusBar.border": "#ffffff20",
"titleBar.border": "#ffffff20",
"tab.border": "#ffffff20",
"activityBar.border": "#ffffff20",
"panel.border": "#ffffff20", // Terminal border and sub-right pane of terminal
"editorGroupHeader.tabsBorder": "#ffffff20",
// "tab.inactiveBackground": "#ff0000"
// "activityBar.foreground": "#c6797e",
"activityBar.foreground": "#ffffffcb",
"activityBar.activeBackground": "#ffffff11",
// "activityBar.foreground"
// Fixing buttons and backgrounds to be white-ish
"activityBar.activeBorder": "#ffffff70",
"tab.activeForeground": "#ffffffcb",
"tab.unfocusedActiveForeground": "#ffffffcb",
"panelTitle.activeBorder": "#c6cad2",
"panelTitle.activeForeground": "#c6cad2",
"badge.background": "#c6cad2",
"tab.activeBorderTop": "#ffffff00",
// Fixing background
"editor.background": "#1C1827",
"editorGutter.background": "#1C1827",
"breadcrumb.background": "#1C1827",
"editorGroupHeader.tabsBackground": "#171420",
"titleBar.activeBackground": "#171420",
"activityBar.background": "#171420",
"panel.background": "#191623",
"terminal.background": "#191623",
"sideBar.background": "#171420",
"list.inactiveSelectionBackground": "#ffffff20",
"list.hoverBackground": "#ffffff20",
"tab.inactiveBackground": "#171420",
"editorSuggestWidget.selectedBackground": "#ffffff20",
"editorHoverWidget.background": "#2b2737",
"editorWidget.background": "#252131",
"focusBorder": "#ffffff30",
"sash.hoverBorder": "#ffffff50",
"editor.inactiveSelectionBackground": "#ffffff30",
"editorStickyScroll.background": "#211d2f",
// "panel.border": "#ff0000"
"editor.selectionForeground": "#00000000",
"editor.selectionBackground": "#ffffff30",
// "editor.selectionBackground": "#5ca8ff50",
// "editor.selectionBackground": "#61d28160",
// "editor.selectionBackground": "#2b3c68",
// "editor.selectionHighlightBackground": "#135564"
// Editor
// "editorLineNumber.foreground": "#65638c",
"editorUnnecessaryCode.border": "#00000000"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "entity.name.function",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "variable.language.this",
"settings": {
"foreground": "#92B4FF"
}
},
],
// "comments": "#c3c3c3",
// "keywords": "#c3c3c3",
},
"editor.stickyScroll.enabled": true,
"cSpell.userWords": [
"dptickets",
"graphiql",
"nats",
"QLID"
],
"editor.tabSize": 2,
"workbench.iconTheme": "vscode-icons",
"window.commandCenter": false,
// "workbench.colorTheme": "Rouge",
// "workbench.colorTheme": "Bearded Theme HC Minuit"
"workbench.colorTheme": "Bearded Theme HC Wonderland Wood",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment