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": "IRIX Terminal",
"black": "#1a1919",
"red": "#ff2b1e",
"green": "#57ff3d",
"yellow": "#ffff44",
"blue": "#0004ff",
"purple": "#ff2cff",
"cyan": "#56ffff",
"white": "#ffffff",
"brightBlack": "#ffff44",
"brightRed": "#ffff44",
"brightGreen": "#ffff44",
"brightYellow": "#fffc72",
"brightBlue": "#ffff44",
"brightPurple": "#ffff44",
"brightCyan": "#ffff44",
"brightWhite": "#ffff44",
"background": "#000043",
"foreground": "#f2f2f2",
"cursorColor": "#c7c7c7",
"selectionBackground": "#c2deff"
}