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": "Terminal Basic",
"black": "#000000",
"red": "#990000",
"green": "#00a600",
"yellow": "#999900",
"blue": "#0000b2",
"purple": "#b200b2",
"cyan": "#00a6b2",
"white": "#bfbfbf",
"brightBlack": "#666666",
"brightRed": "#e50000",
"brightGreen": "#00d900",
"brightYellow": "#bfbf00",
"brightBlue": "#0000ff",
"brightPurple": "#e500e5",
"brightCyan": "#00d8d8",
"brightWhite": "#e5e5e5",
"background": "#ffffff",
"foreground": "#000000",
"cursorColor": "#7f7f7f",
"selectionBackground": "#a4c9ff"
}