udate settings

This commit is contained in:
Eric D. Rohler 2022-04-15 12:54:57 -04:00
parent e9e33ebeb3
commit 3d105ed8e2
1 changed files with 30 additions and 2 deletions

View File

@ -27,7 +27,7 @@
}
},
"terminal.integrated.defaultProfile.windows": "Cmder",
"terminal.integrated.fontFamily": "Cousine for Powerline",
"terminal.integrated.fontFamily": "Cousine Nerd Font",
"terminal.explorerKind": "external",
"terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe",
"terminal.external.linuxExec": "tilix",
@ -209,5 +209,33 @@
"workbench.colorTheme": "Material Theme Darker",
"security.workspace.trust.untrustedFiles": "open",
"vscode-edge-devtools.mirrorEdits": true,
"powershell.powerShellDefaultVersion": "Windows PowerShell (x86)"
"powershell.powerShellDefaultVersion": "Windows PowerShell (x86)",
"workbench.colorCustomizations": {
"[Material Theme Darker]": {
"activityBarBadge.background": "#2979FF",
"activityBar.activeBorder": "#2979FF",
"list.activeSelectionForeground": "#2979FF",
"list.inactiveSelectionForeground": "#2979FF",
"list.highlightForeground": "#2979FF",
"scrollbarSlider.activeBackground": "#2979FF50",
"editorSuggestWidget.highlightForeground": "#2979FF",
"textLink.foreground": "#2979FF",
"progressBar.background": "#2979FF",
"pickerGroup.foreground": "#2979FF",
"tab.activeBorder": "#2979FF",
"notificationLink.foreground": "#2979FF",
"editorWidget.resizeBorder": "#2979FF",
"editorWidget.border": "#2979FF",
"settings.modifiedItemIndicator": "#2979FF",
"settings.headerForeground": "#2979FF",
"panelTitle.activeBorder": "#2979FF",
"breadcrumb.activeSelectionForeground": "#2979FF",
"menu.selectionForeground": "#2979FF",
"menubar.selectionForeground": "#2979FF",
"editor.findMatchBorder": "#2979FF",
"selection.background": "#2979FF40",
"statusBarItem.remoteBackground": "#2979FF"
}
},
"materialTheme.accent": "Blue"
}