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": "Cyberdyne",
"black": "#080808",
"red": "#ff8373",
"green": "#00c172",
"yellow": "#d2a700",
"blue": "#0071cf",
"purple": "#ff90fe",
"cyan": "#6bffdd",
"white": "#f1f1f1",
"brightBlack": "#484848",
"brightRed": "#ffc4be",
"brightGreen": "#d6fcba",
"brightYellow": "#fffed5",
"brightBlue": "#c2e3ff",
"brightPurple": "#ffb2fe",
"brightCyan": "#e6e7fe",
"brightWhite": "#ffffff",
"background": "#151144",
"foreground": "#00ff92",
"cursorColor": "#00ff9c",
"selectionBackground": "#454d96"
}