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": "Espresso Libre",
"black": "#000000",
"red": "#cc0000",
"green": "#1a921c",
"yellow": "#f0e53a",
"blue": "#0066ff",
"purple": "#c5656b",
"cyan": "#06989a",
"white": "#d3d7cf",
"brightBlack": "#555753",
"brightRed": "#ef2929",
"brightGreen": "#9aff87",
"brightYellow": "#fffb5c",
"brightBlue": "#43a8ed",
"brightPurple": "#ff818a",
"brightCyan": "#34e2e2",
"brightWhite": "#eeeeec",
"background": "#2a211c",
"foreground": "#b8a898",
"cursorColor": "#ffffff",
"selectionBackground": "#c3dcff"
}