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": "Dark Pastel",
"black": "#000000",
"red": "#ff5555",
"green": "#55ff55",
"yellow": "#ffff55",
"blue": "#5555ff",
"purple": "#ff55ff",
"cyan": "#55ffff",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff5555",
"brightGreen": "#55ff55",
"brightYellow": "#ffff55",
"brightBlue": "#5555ff",
"brightPurple": "#ff55ff",
"brightCyan": "#55ffff",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#ffffff",
"cursorColor": "#bbbbbb",
"selectionBackground": "#b5d5ff"
}