Skip to content

Instantly share code, notes, and snippets.

@mogzol
mogzol / settings.json
Last active July 8, 2020 20:58
VS Code color scheme for Windows Terminal
// NOTE: This is a partial version of the settings, copy what you need into your own Windows Terminal's settings.json
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles
"colorScheme": "VS Code"
},