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": "Vercel",
"black": "#000000",
"red": "#fc0036",
"green": "#29a948",
"yellow": "#ffae00",
"blue": "#006aff",
"purple": "#f32882",
"cyan": "#00ac96",
"white": "#feffff",
"brightBlack": "#a8a8a8",
"brightRed": "#ff8080",
"brightGreen": "#4be15d",
"brightYellow": "#ffae00",
"brightBlue": "#49aeff",
"brightPurple": "#f97ea8",
"brightCyan": "#00e4c4",
"brightWhite": "#fefefe",
"background": "#101010",
"foreground": "#fafafa",
"cursorColor": "#f32882",
"selectionBackground": "#005be7"
}