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": "Grey Green",
"black": "#000000",
"red": "#fe1414",
"green": "#74ff00",
"yellow": "#f1ff01",
"blue": "#00deff",
"purple": "#ff00f0",
"cyan": "#00ffbc",
"white": "#ffffff",
"brightBlack": "#666666",
"brightRed": "#ff3939",
"brightGreen": "#00ff44",
"brightYellow": "#ffd100",
"brightBlue": "#00afff",
"brightPurple": "#ff008a",
"brightCyan": "#00ffd3",
"brightWhite": "#f5ecec",
"background": "#002a1a",
"foreground": "#ffffff",
"cursorColor": "#fff400",
"selectionBackground": "#517e50"
}