Integrate KodoTerm for SSH terminal sessions

This commit is contained in:
Keith Smith
2026-03-01 10:36:06 -07:00
parent c3369b8e48
commit 776ddc1a53
503 changed files with 22870 additions and 95 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "Xcode Dark",
"black": "#414453",
"red": "#ff8170",
"green": "#78c2b3",
"yellow": "#d9c97c",
"blue": "#4eb0cc",
"purple": "#ff7ab2",
"cyan": "#b281eb",
"white": "#dfdfe0",
"brightBlack": "#7f8c98",
"brightRed": "#ff8170",
"brightGreen": "#acf2e4",
"brightYellow": "#ffa14f",
"brightBlue": "#6bdfff",
"brightPurple": "#ff7ab2",
"brightCyan": "#dabaff",
"brightWhite": "#dfdfe0",
"background": "#292a30",
"foreground": "#dfdfe0",
"cursorColor": "#dfdfe0",
"selectionBackground": "#414453"
}