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": "Embark",
"black": "#1e1c31",
"red": "#f0719b",
"green": "#a1efd3",
"yellow": "#ffe9aa",
"blue": "#57c7ff",
"purple": "#c792ea",
"cyan": "#87dfeb",
"white": "#f8f8f2",
"brightBlack": "#585273",
"brightRed": "#f02e6e",
"brightGreen": "#2ce592",
"brightYellow": "#ffb378",
"brightBlue": "#1da0e2",
"brightPurple": "#a742ea",
"brightCyan": "#63f2f1",
"brightWhite": "#a6b3cc",
"background": "#1e1c31",
"foreground": "#eeffff",
"cursorColor": "#a1efd3",
"selectionBackground": "#fbfcfc"
}