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": "GitHub",
"black": "#3e3e3e",
"red": "#970b16",
"green": "#07962a",
"yellow": "#c5bb94",
"blue": "#003e8a",
"purple": "#e94691",
"cyan": "#7cc4df",
"white": "#b2b2b2",
"brightBlack": "#666666",
"brightRed": "#de0000",
"brightGreen": "#7ac895",
"brightYellow": "#d7b600",
"brightBlue": "#2e6cba",
"brightPurple": "#f29592",
"brightCyan": "#00c7cb",
"brightWhite": "#ffffff",
"background": "#f4f4f4",
"foreground": "#3e3e3e",
"cursorColor": "#3f3f3f",
"selectionBackground": "#a9c1e2"
}