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": "Matrix",
"black": "#0f191c",
"red": "#23755a",
"green": "#82d967",
"yellow": "#ffd700",
"blue": "#3f5242",
"purple": "#409931",
"cyan": "#50b45a",
"white": "#507350",
"brightBlack": "#688060",
"brightRed": "#2fc079",
"brightGreen": "#90d762",
"brightYellow": "#faff00",
"brightBlue": "#4f7e7e",
"brightPurple": "#11ff25",
"brightCyan": "#c1ff8a",
"brightWhite": "#678c61",
"background": "#0f191c",
"foreground": "#426644",
"cursorColor": "#384545",
"selectionBackground": "#18282e"
}