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": "Vibrant Ink",
"black": "#878787",
"red": "#ff6600",
"green": "#ccff04",
"yellow": "#ffcc00",
"blue": "#44b4cc",
"purple": "#9933cc",
"cyan": "#44b4cc",
"white": "#f5f5f5",
"brightBlack": "#555555",
"brightRed": "#ff0000",
"brightGreen": "#00ff00",
"brightYellow": "#ffff00",
"brightBlue": "#0000ff",
"brightPurple": "#ff00ff",
"brightCyan": "#00ffff",
"brightWhite": "#e5e5e5",
"background": "#000000",
"foreground": "#ffffff",
"cursorColor": "#ffffff",
"selectionBackground": "#b5d5ff"
}