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": "Highway",
"black": "#000000",
"red": "#d00e18",
"green": "#138034",
"yellow": "#ffcb3e",
"blue": "#006bb3",
"purple": "#783482",
"cyan": "#455271",
"white": "#ededed",
"brightBlack": "#5d504a",
"brightRed": "#f07e18",
"brightGreen": "#b1d130",
"brightYellow": "#fff120",
"brightBlue": "#4fc2fd",
"brightPurple": "#de0071",
"brightCyan": "#5d504a",
"brightWhite": "#ffffff",
"background": "#222225",
"foreground": "#ededed",
"cursorColor": "#e0d9b9",
"selectionBackground": "#384564"
}