Skip to content

Commit

Permalink
[update]add Arch, Ubuntu 22.04.3 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Mar 8, 2024
1 parent c6f5095 commit 3ae8b54
Showing 1 changed file with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions app/WindowsTerminal/LocalState/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
Expand All @@ -27,6 +23,10 @@
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
},
{
"command": "find",
"keys": "ctrl+shift+f"
}
],
"copyFormatting": "none",
Expand All @@ -35,6 +35,12 @@
"initialCols": 140,
"initialPosition": "1390,518",
"initialRows": 50,
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
Expand Down Expand Up @@ -82,6 +88,21 @@
"icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"startingDirectory": "~"
},
{
"guid": "{e5a83caa-4c73-52b3-ae6b-bc438d721ef9}",
"hidden": false,
"name": "Ubuntu 22.04.3 LTS",
"source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc"
},
{
"colorScheme": "KeM Terminal",
"commandline": "C:\\WINDOWS\\system32\\wsl.exe -d Arch",
"guid": "{e112ad46-48b5-4b4e-8232-8c1eb9e83ead}",
"hidden": false,
"icon": "https://store-images.s-microsoft.com/image/apps.11817.13871330709152445.46e943f6-9e99-410e-9e95-f2a34eda8868.23dd7620-73c3-4195-bec6-39320ab1b05b?h=210",
"name": "Arch",
"startingDirectory": "~"
}
]
},
Expand Down Expand Up @@ -294,6 +315,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-22.04-ColorScheme",
"purple": "#881798",
"red": "#C21A23",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#A2734C"
},
{
"background": "#000000",
"black": "#000000",
Expand Down

0 comments on commit 3ae8b54

Please sign in to comment.