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 Light",
"black": "#b4d8fd",
"red": "#d12f1b",
"green": "#3e8087",
"yellow": "#78492a",
"blue": "#0f68a0",
"purple": "#ad3da4",
"cyan": "#804fb8",
"white": "#262626",
"brightBlack": "#8a99a6",
"brightRed": "#d12f1b",
"brightGreen": "#23575c",
"brightYellow": "#78492a",
"brightBlue": "#0b4f79",
"brightPurple": "#ad3da4",
"brightCyan": "#4b21b0",
"brightWhite": "#262626",
"background": "#ffffff",
"foreground": "#262626",
"cursorColor": "#262626",
"selectionBackground": "#b4d8fd"
}