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": "Square",
"black": "#050505",
"red": "#e9897c",
"green": "#b6377d",
"yellow": "#ecebbe",
"blue": "#a9cdeb",
"purple": "#75507b",
"cyan": "#c9caec",
"white": "#f2f2f2",
"brightBlack": "#474747",
"brightRed": "#f99286",
"brightGreen": "#c3f786",
"brightYellow": "#fcfbcc",
"brightBlue": "#b6defb",
"brightPurple": "#ad7fa8",
"brightCyan": "#d7d9fc",
"brightWhite": "#e2e2e2",
"background": "#1a1a1a",
"foreground": "#acacab",
"cursorColor": "#fcfbcc",
"selectionBackground": "#4d4d4d"
}