feat: update background color and color scheme
This commit is contained in:
+51
-28
@@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$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
|
||||||
},
|
},
|
||||||
@@ -14,7 +16,8 @@
|
|||||||
"id": "User.paste"
|
"id": "User.paste"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": {
|
"command":
|
||||||
|
{
|
||||||
"action": "splitPane",
|
"action": "splitPane",
|
||||||
"split": "auto",
|
"split": "auto",
|
||||||
"splitMode": "duplicate"
|
"splitMode": "duplicate"
|
||||||
@@ -22,7 +25,8 @@
|
|||||||
"id": "User.splitPane.A6751878"
|
"id": "User.splitPane.A6751878"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": {
|
"command":
|
||||||
|
{
|
||||||
"action": "resizePane",
|
"action": "resizePane",
|
||||||
"direction": "left"
|
"direction": "left"
|
||||||
},
|
},
|
||||||
@@ -33,7 +37,8 @@
|
|||||||
"id": "User.find"
|
"id": "User.find"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": {
|
"command":
|
||||||
|
{
|
||||||
"action": "moveFocus",
|
"action": "moveFocus",
|
||||||
"direction": "left"
|
"direction": "left"
|
||||||
},
|
},
|
||||||
@@ -44,49 +49,56 @@
|
|||||||
"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"
|
||||||
},
|
},
|
||||||
@@ -97,7 +109,8 @@
|
|||||||
"id": "User.closePane"
|
"id": "User.closePane"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": {
|
"command":
|
||||||
|
{
|
||||||
"action": "resizePane",
|
"action": "resizePane",
|
||||||
"direction": "up"
|
"direction": "up"
|
||||||
},
|
},
|
||||||
@@ -111,7 +124,8 @@
|
|||||||
"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"
|
||||||
@@ -181,38 +195,46 @@
|
|||||||
"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": "Dark+",
|
||||||
"font": {
|
"font":
|
||||||
|
{
|
||||||
"face": "CaskaydiaCove Nerd Font Mono"
|
"face": "CaskaydiaCove Nerd Font Mono"
|
||||||
},
|
},
|
||||||
"intenseTextStyle": "all",
|
"intenseTextStyle": "all",
|
||||||
"useAcrylic": true,
|
"opacity": 0,
|
||||||
"unfocusedAppearance": {
|
"unfocusedAppearance":
|
||||||
"background": "#21252b"
|
{
|
||||||
}
|
"background": "#1b1b1b"
|
||||||
},
|
},
|
||||||
"list": [
|
"useAcrylic": true
|
||||||
|
},
|
||||||
|
"list":
|
||||||
|
[
|
||||||
{
|
{
|
||||||
"bellStyle": "none",
|
"bellStyle": "none",
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "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}",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"icon": "\u2328\ufe0f",
|
"icon": "\u2328\ufe0f",
|
||||||
"name": "PowerShell",
|
"name": "PowerShell",
|
||||||
"opacity": 100,
|
"opacity": 50,
|
||||||
"padding": "7",
|
"padding": "7",
|
||||||
"source": "Windows.Terminal.PowershellCore",
|
"source": "Windows.Terminal.PowershellCore",
|
||||||
"tabTitle": "terminal"
|
"tabTitle": "terminal"
|
||||||
@@ -239,7 +261,8 @@
|
|||||||
"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}",
|
||||||
|
|||||||
Reference in New Issue
Block a user