feat: adjust opacity of unfocused panes
This commit is contained in:
+26
-43
@@ -1,11 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$help": "https://aka.ms/terminal-documentation",
|
"$help": "https://aka.ms/terminal-documentation",
|
||||||
"$schema": "https://aka.ms/terminal-profiles-schema",
|
"$schema": "https://aka.ms/terminal-profiles-schema",
|
||||||
"actions":
|
"actions": [
|
||||||
[
|
|
||||||
{
|
|
||||||
"command":
|
|
||||||
{
|
{
|
||||||
|
"command": {
|
||||||
"action": "copy",
|
"action": "copy",
|
||||||
"singleLine": false
|
"singleLine": false
|
||||||
},
|
},
|
||||||
@@ -16,8 +14,7 @@
|
|||||||
"id": "User.paste"
|
"id": "User.paste"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "splitPane",
|
"action": "splitPane",
|
||||||
"split": "auto",
|
"split": "auto",
|
||||||
"splitMode": "duplicate"
|
"splitMode": "duplicate"
|
||||||
@@ -25,8 +22,7 @@
|
|||||||
"id": "User.splitPane.A6751878"
|
"id": "User.splitPane.A6751878"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "resizePane",
|
"action": "resizePane",
|
||||||
"direction": "left"
|
"direction": "left"
|
||||||
},
|
},
|
||||||
@@ -37,8 +33,7 @@
|
|||||||
"id": "User.find"
|
"id": "User.find"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "moveFocus",
|
"action": "moveFocus",
|
||||||
"direction": "left"
|
"direction": "left"
|
||||||
},
|
},
|
||||||
@@ -49,56 +44,49 @@
|
|||||||
"id": "Terminal.ToggleFocusMode"
|
"id": "Terminal.ToggleFocusMode"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "moveFocus",
|
"action": "moveFocus",
|
||||||
"direction": "down"
|
"direction": "down"
|
||||||
},
|
},
|
||||||
"id": "User.moveFocus.down"
|
"id": "User.moveFocus.down"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "resizePane",
|
"action": "resizePane",
|
||||||
"direction": "right"
|
"direction": "right"
|
||||||
},
|
},
|
||||||
"id": "User.resizePane.right"
|
"id": "User.resizePane.right"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "moveFocus",
|
"action": "moveFocus",
|
||||||
"direction": "up"
|
"direction": "up"
|
||||||
},
|
},
|
||||||
"id": "User.moveFocus.up"
|
"id": "User.moveFocus.up"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "splitPane",
|
"action": "splitPane",
|
||||||
"split": "right"
|
"split": "right"
|
||||||
},
|
},
|
||||||
"id": "User.splitPane.right"
|
"id": "User.splitPane.right"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "moveFocus",
|
"action": "moveFocus",
|
||||||
"direction": "right"
|
"direction": "right"
|
||||||
},
|
},
|
||||||
"id": "User.moveFocus.right"
|
"id": "User.moveFocus.right"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "resizePane",
|
"action": "resizePane",
|
||||||
"direction": "down"
|
"direction": "down"
|
||||||
},
|
},
|
||||||
"id": "User.resizePane.down"
|
"id": "User.resizePane.down"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "splitPane",
|
"action": "splitPane",
|
||||||
"split": "down"
|
"split": "down"
|
||||||
},
|
},
|
||||||
@@ -109,8 +97,7 @@
|
|||||||
"id": "User.closePane"
|
"id": "User.closePane"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": {
|
||||||
{
|
|
||||||
"action": "resizePane",
|
"action": "resizePane",
|
||||||
"direction": "up"
|
"direction": "up"
|
||||||
},
|
},
|
||||||
@@ -124,8 +111,7 @@
|
|||||||
"copyFormatting": "none",
|
"copyFormatting": "none",
|
||||||
"copyOnSelect": false,
|
"copyOnSelect": false,
|
||||||
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
||||||
"keybindings":
|
"keybindings": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"id": "Terminal.ToggleFocusMode",
|
"id": "Terminal.ToggleFocusMode",
|
||||||
"keys": "alt+z"
|
"keys": "alt+z"
|
||||||
@@ -195,34 +181,31 @@
|
|||||||
"keys": "ctrl+shift+w"
|
"keys": "ctrl+shift+w"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"newTabMenu":
|
"newTabMenu": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"type": "remainingProfiles"
|
"type": "remainingProfiles"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"profiles":
|
"profiles": {
|
||||||
{
|
"defaults": {
|
||||||
"defaults":
|
|
||||||
{
|
|
||||||
"bellStyle": "none",
|
"bellStyle": "none",
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"font":
|
"font": {
|
||||||
{
|
|
||||||
"face": "CaskaydiaCove Nerd Font Mono"
|
"face": "CaskaydiaCove Nerd Font Mono"
|
||||||
},
|
},
|
||||||
"intenseTextStyle": "all",
|
"intenseTextStyle": "all",
|
||||||
"useAcrylic": true
|
"useAcrylic": true,
|
||||||
|
"unfocusedAppearance": {
|
||||||
|
"opacity": 35
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"list":
|
"list": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"bellStyle": "none",
|
"bellStyle": "none",
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"commandline": "\"C:\\Users\\sfree\\AppData\\Local\\Microsoft\\WindowsApps\\pwsh.exe\" -NoLogo",
|
"commandline": "\"C:\\Users\\sfree\\AppData\\Local\\Microsoft\\WindowsApps\\pwsh.exe\" -NoLogo",
|
||||||
"cursorShape": "filledBox",
|
"cursorShape": "filledBox",
|
||||||
"font":
|
"font": {
|
||||||
{
|
|
||||||
"face": "CaskaydiaCove Nerd Font Mono"
|
"face": "CaskaydiaCove Nerd Font Mono"
|
||||||
},
|
},
|
||||||
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
||||||
@@ -256,8 +239,7 @@
|
|||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"commandline": "wt -p \\\"PowerShell\\\" ; split-pane -V -s 0.25 -p \\\"PowerShell\\\" ; split-pane -H -s 0.86 -p \\\"PowerShell\\\"\"",
|
"commandline": "wt -p \\\"PowerShell\\\" ; split-pane -V -s 0.25 -p \\\"PowerShell\\\" ; split-pane -H -s 0.86 -p \\\"PowerShell\\\"\"",
|
||||||
"cursorShape": "filledBox",
|
"cursorShape": "filledBox",
|
||||||
"font":
|
"font": {
|
||||||
{
|
|
||||||
"face": "CaskaydiaCove Nerd Font Mono"
|
"face": "CaskaydiaCove Nerd Font Mono"
|
||||||
},
|
},
|
||||||
"guid": "{f2f07d74-2af6-495f-b5b9-a2942e096376}",
|
"guid": "{f2f07d74-2af6-495f-b5b9-a2942e096376}",
|
||||||
@@ -273,6 +255,7 @@
|
|||||||
},
|
},
|
||||||
"schemes": [],
|
"schemes": [],
|
||||||
"searchWebDefaultQueryUrl": "https://www.google.com/search?q=%22%s%22",
|
"searchWebDefaultQueryUrl": "https://www.google.com/search?q=%22%s%22",
|
||||||
|
"tabWidthMode": "equal",
|
||||||
"themes": [],
|
"themes": [],
|
||||||
"useAcrylicInTabRow": true
|
"useAcrylicInTabRow": true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user