8bde6754ea
The "Mono" variant squeezes glyphs into single cells, distorting Victor Mono's cursive italics (bad kerning). Switch to "VictorMono Nerd Font" to match the WezTerm config, which renders italics correctly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
143 lines
3.8 KiB
JSON
143 lines
3.8 KiB
JSON
{
|
|
"$help": "https://aka.ms/terminal-documentation",
|
|
"$schema": "https://aka.ms/terminal-profiles-schema",
|
|
"actions":
|
|
[
|
|
{
|
|
"command":
|
|
{
|
|
"action": "copy",
|
|
"singleLine": false
|
|
},
|
|
"id": "User.copy.644BA8F2"
|
|
},
|
|
{
|
|
"command": "paste",
|
|
"id": "User.paste"
|
|
},
|
|
{
|
|
"command":
|
|
{
|
|
"action": "splitPane",
|
|
"split": "auto",
|
|
"splitMode": "duplicate"
|
|
},
|
|
"id": "User.splitPane.A6751878"
|
|
},
|
|
{
|
|
"command": "find",
|
|
"id": "User.find"
|
|
}
|
|
],
|
|
"copyFormatting": "none",
|
|
"copyOnSelect": false,
|
|
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
|
"keybindings":
|
|
[
|
|
{
|
|
"id": "User.copy.644BA8F2",
|
|
"keys": "ctrl+c"
|
|
},
|
|
{
|
|
"id": "User.find",
|
|
"keys": "ctrl+shift+f"
|
|
},
|
|
{
|
|
"id": "User.paste",
|
|
"keys": "ctrl+v"
|
|
},
|
|
{
|
|
"id": "User.splitPane.A6751878",
|
|
"keys": "alt+shift+d"
|
|
}
|
|
],
|
|
"newTabMenu":
|
|
[
|
|
{
|
|
"type": "remainingProfiles"
|
|
}
|
|
],
|
|
"profiles":
|
|
{
|
|
"defaults":
|
|
{
|
|
"colorScheme": "Australis",
|
|
"font":
|
|
{
|
|
"face": "VictorMono Nerd Font",
|
|
"size": 11,
|
|
"features":
|
|
{
|
|
"calt": 1,
|
|
"liga": 1
|
|
}
|
|
},
|
|
"antialiasingMode": "grayscale",
|
|
"cursorShape": "bar",
|
|
"intenseTextStyle": "all",
|
|
"opacity": 95,
|
|
"padding": "10",
|
|
"scrollbarState": "visible",
|
|
"snapOnInput": true,
|
|
"useAcrylic": false
|
|
},
|
|
"list":
|
|
[
|
|
{
|
|
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
|
|
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
|
|
"hidden": false,
|
|
"name": "Windows PowerShell"
|
|
},
|
|
{
|
|
"commandline": "%SystemRoot%\\System32\\cmd.exe",
|
|
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
|
|
"hidden": false,
|
|
"name": "Command Prompt"
|
|
},
|
|
{
|
|
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
|
|
"hidden": false,
|
|
"name": "Azure Cloud Shell",
|
|
"source": "Windows.Terminal.Azure"
|
|
},
|
|
{
|
|
"elevate": true,
|
|
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
|
"hidden": false,
|
|
"name": "PowerShell",
|
|
"opacity": 95,
|
|
"source": "Windows.Terminal.PowershellCore",
|
|
"useAcrylic": true
|
|
}
|
|
]
|
|
},
|
|
"schemes":
|
|
[
|
|
{
|
|
"name": "Australis",
|
|
"foreground": "#a9bcc3",
|
|
"background": "#222531",
|
|
"cursorColor": "#6388d8",
|
|
"selectionBackground": "#6388d8",
|
|
"black": "#222531",
|
|
"red": "#ff491a",
|
|
"green": "#16b866",
|
|
"yellow": "#e1c631",
|
|
"blue": "#6388d8",
|
|
"purple": "#9d78ff",
|
|
"cyan": "#00b1a8",
|
|
"white": "#a9bcc3",
|
|
"brightBlack": "#373b46",
|
|
"brightRed": "#ff854f",
|
|
"brightGreen": "#51e08a",
|
|
"brightYellow": "#ffe14e",
|
|
"brightBlue": "#a4c4ff",
|
|
"brightPurple": "#d8adff",
|
|
"brightCyan": "#42dcd1",
|
|
"brightWhite": "#cce7ec"
|
|
}
|
|
],
|
|
"themes": [],
|
|
"windowingBehavior": "useAnyExisting"
|
|
} |