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": "ENCOM",
"black": "#000000",
"red": "#9f0000",
"green": "#008b00",
"yellow": "#ffd000",
"blue": "#0081ff",
"purple": "#bc00ca",
"cyan": "#008b8b",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff0000",
"brightGreen": "#00ee00",
"brightYellow": "#ffff00",
"brightBlue": "#0000ff",
"brightPurple": "#ff00ff",
"brightCyan": "#00cdcd",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#00a595",
"cursorColor": "#bbbbbb",
"selectionBackground": "#00a48c"
}