Skip to content

Instantly share code, notes, and snippets.

@drewlsvern
drewlsvern / settings.json
Created September 21, 2023 21:45
vs code custom colors
{
"diffEditor.hideUnchangedRegions.enabled": true,
"workbench.colorTheme": "Darker than One Dark Pro (Contrast)",
"editor.mouseWheelZoom": true,
"workbench.colorCustomizations": {
"list.activeSelectionForeground": "#FF990F",
"list.inactiveSelectionForeground": "#FF990F",
"sideBar.foreground": "#e2e2dc",
"editor.lineHighlightBackground": "#33363A",
"gitlens.trailingLineForegroundColor":"#c7a674"