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": "Sugarplum",
"black": "#111147",
"red": "#5ca8dc",
"green": "#53b397",
"yellow": "#249a84",
"blue": "#db7ddd",
"purple": "#d0beee",
"cyan": "#f9f3f9",
"white": "#a175d4",
"brightBlack": "#44447a",
"brightRed": "#5cb5dc",
"brightGreen": "#52deb5",
"brightYellow": "#01f5c7",
"brightBlue": "#fa5dfd",
"brightPurple": "#c6a5fd",
"brightCyan": "#ffffff",
"brightWhite": "#b577fd",
"background": "#111147",
"foreground": "#db7ddd",
"cursorColor": "#53b397",
"selectionBackground": "#5ca8dc"
}