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": "IBM 5153 CGA (Black)",
"black": "#000000",
"red": "#c40000",
"green": "#00c400",
"yellow": "#c47e00",
"blue": "#0000c4",
"purple": "#c400c4",
"cyan": "#00c4c4",
"white": "#c4c4c4",
"brightBlack": "#4e4e4e",
"brightRed": "#dc4e4e",
"brightGreen": "#4edc4e",
"brightYellow": "#f3f34e",
"brightBlue": "#4e4edc",
"brightPurple": "#f34ef3",
"brightCyan": "#4ef3f3",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#c4c4c4",
"cursorColor": "#c4c4c4",
"selectionBackground": "#c4c4c4"
}