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": "Primary",
"black": "#000000",
"red": "#db4437",
"green": "#0f9d58",
"yellow": "#f4b400",
"blue": "#4285f4",
"purple": "#db4437",
"cyan": "#4285f4",
"white": "#bfbfbf",
"brightBlack": "#000000",
"brightRed": "#db4437",
"brightGreen": "#0f9d58",
"brightYellow": "#f4b400",
"brightBlue": "#4285f4",
"brightPurple": "#4285f4",
"brightCyan": "#0f9d58",
"brightWhite": "#ffffff",
"background": "#ffffff",
"foreground": "#000000",
"cursorColor": "#000000",
"selectionBackground": "#656565"
}