windows terminal: update
This commit is contained in:
parent
9dde7db97e
commit
f0b5cf9a6d
1 changed files with 112 additions and 45 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$help": "https://aka.ms/terminal-documentation",
|
||||
"$schema": "https://aka.ms/terminal-profiles-schema",
|
||||
"actions":
|
||||
[
|
||||
|
@ -10,14 +11,14 @@
|
|||
},
|
||||
"keys": "ctrl+c"
|
||||
},
|
||||
{
|
||||
"command": "find",
|
||||
"keys": "ctrl+shift+f"
|
||||
},
|
||||
{
|
||||
"command": "paste",
|
||||
"keys": "ctrl+v"
|
||||
},
|
||||
{
|
||||
"command": "find",
|
||||
"keys": "ctrl+shift+f"
|
||||
},
|
||||
{
|
||||
"command":
|
||||
{
|
||||
|
@ -28,62 +29,64 @@
|
|||
"keys": "alt+shift+d"
|
||||
}
|
||||
],
|
||||
"alwaysShowTabs": true,
|
||||
"copyFormatting": "none",
|
||||
"copyOnSelect": true,
|
||||
"defaultProfile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
|
||||
"disableAnimations": true,
|
||||
"multiLinePasteWarning": false,
|
||||
"copyOnSelect": false,
|
||||
"defaultProfile": "{51855cb2-8cce-5362-8f54-464b92b32386}",
|
||||
"firstWindowPreference": "defaultProfile",
|
||||
"newTabMenu":
|
||||
[
|
||||
{
|
||||
"type": "remainingProfiles"
|
||||
}
|
||||
],
|
||||
"profiles":
|
||||
{
|
||||
"defaults": {},
|
||||
"defaults":
|
||||
{
|
||||
"font":
|
||||
{
|
||||
"face": "Consolas",
|
||||
"size": 10.0
|
||||
}
|
||||
},
|
||||
"list":
|
||||
[
|
||||
{
|
||||
"colorScheme": "Tango Dark",
|
||||
"commandline": "powershell.exe",
|
||||
"font":
|
||||
{
|
||||
"face": "Source Code Pro",
|
||||
"size": 11
|
||||
},
|
||||
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
|
||||
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
|
||||
"hidden": false,
|
||||
"name": "Windows PowerShell",
|
||||
"padding": "0"
|
||||
"name": "Windows PowerShell"
|
||||
},
|
||||
{
|
||||
"commandline": "cmd.exe",
|
||||
"commandline": "%SystemRoot%\\System32\\cmd.exe",
|
||||
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
|
||||
"hidden": false,
|
||||
"name": "Eingabeaufforderung"
|
||||
},
|
||||
{
|
||||
"acrylicOpacity": 0.93000000000000005,
|
||||
"antialiasingMode": "grayscale",
|
||||
"bellStyle": "none",
|
||||
"colorScheme": "Solarized Dark",
|
||||
"commandline": "wsl.exe -d Ubuntu-20.04 ",
|
||||
"cursorHeight": 100,
|
||||
"cursorShape": "filledBox",
|
||||
"font":
|
||||
{
|
||||
"face": "Cascadia Mono",
|
||||
"size": 11
|
||||
},
|
||||
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
|
||||
"hidden": false,
|
||||
"name": "Ubuntu-20.04",
|
||||
"padding": "0",
|
||||
"source": "Windows.Terminal.Wsl",
|
||||
"startingDirectory": "\\\\wsl$\\\\Ubuntu-20.04\\\\home\\\\mg\\\\",
|
||||
"useAcrylic": true
|
||||
},
|
||||
{
|
||||
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
|
||||
"hidden": false,
|
||||
"name": "Azure Cloud Shell",
|
||||
"source": "Windows.Terminal.Azure"
|
||||
},
|
||||
{
|
||||
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
|
||||
"hidden": false,
|
||||
"name": "Git Bash",
|
||||
"source": "Git"
|
||||
},
|
||||
{
|
||||
"colorScheme": "Gruvbox Dark",
|
||||
"guid": "{51855cb2-8cce-5362-8f54-464b92b32386}",
|
||||
"hidden": false,
|
||||
"name": "Ubuntu",
|
||||
"source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc"
|
||||
},
|
||||
{
|
||||
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
|
||||
"hidden": true,
|
||||
"name": "Ubuntu",
|
||||
"source": "Windows.Terminal.Wsl"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -388,6 +391,29 @@
|
|||
"white": "#D3D7CF",
|
||||
"yellow": "#C4A000"
|
||||
},
|
||||
{
|
||||
"background": "#300A24",
|
||||
"black": "#171421",
|
||||
"blue": "#0037DA",
|
||||
"brightBlack": "#767676",
|
||||
"brightBlue": "#08458F",
|
||||
"brightCyan": "#2C9FB3",
|
||||
"brightGreen": "#26A269",
|
||||
"brightPurple": "#A347BA",
|
||||
"brightRed": "#C01C28",
|
||||
"brightWhite": "#F2F2F2",
|
||||
"brightYellow": "#A2734C",
|
||||
"cursorColor": "#FFFFFF",
|
||||
"cyan": "#3A96DD",
|
||||
"foreground": "#FFFFFF",
|
||||
"green": "#26A269",
|
||||
"name": "Ubuntu-ColorScheme",
|
||||
"purple": "#881798",
|
||||
"red": "#C21A23",
|
||||
"selectionBackground": "#FFFFFF",
|
||||
"white": "#CCCCCC",
|
||||
"yellow": "#A2734C"
|
||||
},
|
||||
{
|
||||
"background": "#000000",
|
||||
"black": "#000000",
|
||||
|
@ -435,9 +461,50 @@
|
|||
"yellow": "#DAE145"
|
||||
}
|
||||
],
|
||||
"startOnUserLogin": false,
|
||||
"tabWidthMode": "equal",
|
||||
"theme": "system",
|
||||
"useAcrylicInTabRow": true,
|
||||
"themes":
|
||||
[
|
||||
{
|
||||
"name": "legacyDark",
|
||||
"tab":
|
||||
{
|
||||
"background": null,
|
||||
"showCloseButton": "always",
|
||||
"unfocusedBackground": null
|
||||
},
|
||||
"window":
|
||||
{
|
||||
"applicationTheme": "dark",
|
||||
"useMica": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "legacyLight",
|
||||
"tab":
|
||||
{
|
||||
"background": null,
|
||||
"showCloseButton": "always",
|
||||
"unfocusedBackground": null
|
||||
},
|
||||
"window":
|
||||
{
|
||||
"applicationTheme": "light",
|
||||
"useMica": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "legacySystem",
|
||||
"tab":
|
||||
{
|
||||
"background": null,
|
||||
"showCloseButton": "always",
|
||||
"unfocusedBackground": null
|
||||
},
|
||||
"window":
|
||||
{
|
||||
"applicationTheme": "system",
|
||||
"useMica": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"windowingBehavior": "useAnyExisting"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue