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