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": "Starlight",
"black": "#242424",
"red": "#f62b5a",
"green": "#47b413",
"yellow": "#e3c401",
"blue": "#24acd4",
"purple": "#f2affd",
"cyan": "#13c299",
"white": "#e6e6e6",
"brightBlack": "#616161",
"brightRed": "#ff4d51",
"brightGreen": "#35d450",
"brightYellow": "#e9e836",
"brightBlue": "#5dc5f8",
"brightPurple": "#feabf2",
"brightCyan": "#24dfc4",
"brightWhite": "#ffffff",
"background": "#242424",
"foreground": "#ffffff",
"cursorColor": "#ffffff",
"selectionBackground": "#ffffff"
}