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": "Red Alert",
"black": "#000000",
"red": "#d62e4e",
"green": "#71be6b",
"yellow": "#beb86b",
"blue": "#489bee",
"purple": "#e979d7",
"cyan": "#6bbeb8",
"white": "#d6d6d6",
"brightBlack": "#666666",
"brightRed": "#e02553",
"brightGreen": "#aff08c",
"brightYellow": "#dfddb7",
"brightBlue": "#65aaf1",
"brightPurple": "#ddb7df",
"brightCyan": "#b7dfdd",
"brightWhite": "#ffffff",
"background": "#762423",
"foreground": "#ffffff",
"cursorColor": "#ffffff",
"selectionBackground": "#073642"
}