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": "Seti",
"black": "#323232",
"red": "#c22832",
"green": "#8ec43d",
"yellow": "#e0c64f",
"blue": "#43a5d5",
"purple": "#8b57b5",
"cyan": "#8ec43d",
"white": "#eeeeee",
"brightBlack": "#3f3f3f",
"brightRed": "#c22832",
"brightGreen": "#8ec43d",
"brightYellow": "#e0c64f",
"brightBlue": "#43a5d5",
"brightPurple": "#8b57b5",
"brightCyan": "#8ec43d",
"brightWhite": "#ffffff",
"background": "#111213",
"foreground": "#cacecd",
"cursorColor": "#e3bf21",
"selectionBackground": "#303233"
}