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": "Soft Server",
"black": "#000000",
"red": "#a2686a",
"green": "#9aa56a",
"yellow": "#a3906a",
"blue": "#6b8fa3",
"purple": "#6a71a3",
"cyan": "#6ba58f",
"white": "#99a3a2",
"brightBlack": "#666c6c",
"brightRed": "#dd5c60",
"brightGreen": "#bfdf55",
"brightYellow": "#deb360",
"brightBlue": "#62b1df",
"brightPurple": "#606edf",
"brightCyan": "#64e39c",
"brightWhite": "#d2e0de",
"background": "#242626",
"foreground": "#99a3a2",
"cursorColor": "#d2e0de",
"selectionBackground": "#7f8786"
}