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 WWDC",
"black": "#494d5c",
"red": "#bb383a",
"green": "#94c66e",
"yellow": "#d28e5d",
"blue": "#8884c5",
"purple": "#b73999",
"cyan": "#00aba4",
"white": "#e7e8eb",
"brightBlack": "#7f869e",
"brightRed": "#bb383a",
"brightGreen": "#94c66e",
"brightYellow": "#d28e5d",
"brightBlue": "#8884c5",
"brightPurple": "#b73999",
"brightCyan": "#00aba4",
"brightWhite": "#e7e8eb",
"background": "#292c36",
"foreground": "#e7e8eb",
"cursorColor": "#e7e8eb",
"selectionBackground": "#494d5c"
}