feat: update background color and color scheme

This commit is contained in:
Stevan Freeborn
2026-08-20 14:06:50 -05:00
parent d442bc10a0
commit 4c294ce87d
@@ -1,9 +1,11 @@
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
"actions":
[
{
"command":
{
"command": {
"action": "copy",
"singleLine": false
},
@@ -14,7 +16,8 @@
"id": "User.paste"
},
{
"command": {
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
@@ -22,7 +25,8 @@
"id": "User.splitPane.A6751878"
},
{
"command": {
"command":
{
"action": "resizePane",
"direction": "left"
},
@@ -33,7 +37,8 @@
"id": "User.find"
},
{
"command": {
"command":
{
"action": "moveFocus",
"direction": "left"
},
@@ -44,49 +49,56 @@
"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"
},
@@ -97,7 +109,8 @@
"id": "User.closePane"
},
{
"command": {
"command":
{
"action": "resizePane",
"direction": "up"
},
@@ -111,7 +124,8 @@
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"keybindings": [
"keybindings":
[
{
"id": "Terminal.ToggleFocusMode",
"keys": "alt+z"
@@ -181,38 +195,46 @@
"keys": "ctrl+shift+w"
}
],
"newTabMenu": [
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles": {
"defaults": {
"profiles":
{
"defaults":
{
"bellStyle": "none",
"colorScheme": "One Half Dark",
"font": {
"colorScheme": "Dark+",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono"
},
"intenseTextStyle": "all",
"useAcrylic": true,
"unfocusedAppearance": {
"background": "#21252b"
}
"opacity": 0,
"unfocusedAppearance":
{
"background": "#1b1b1b"
},
"list": [
"useAcrylic": true
},
"list":
[
{
"bellStyle": "none",
"colorScheme": "One Half Dark",
"colorScheme": "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}",
"hidden": false,
"icon": "\u2328\ufe0f",
"name": "PowerShell",
"opacity": 100,
"opacity": 50,
"padding": "7",
"source": "Windows.Terminal.PowershellCore",
"tabTitle": "terminal"
@@ -239,7 +261,8 @@
"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}",