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": "Builtin Light",
"black": "#000000",
"red": "#bb0000",
"green": "#00bb00",
"yellow": "#bbbb00",
"blue": "#0000bb",
"purple": "#bb00bb",
"cyan": "#00bbbb",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff5555",
"brightGreen": "#2fd92f",
"brightYellow": "#bfbf15",
"brightBlue": "#5555ff",
"brightPurple": "#ff55ff",
"brightCyan": "#22cccc",
"brightWhite": "#ffffff",
"background": "#ffffff",
"foreground": "#000000",
"cursorColor": "#000000",
"selectionBackground": "#b5d5ff"
}