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": "Spacedust",
"black": "#6e5346",
"red": "#e35b00",
"green": "#5cab96",
"yellow": "#e3cd7b",
"blue": "#0f548b",
"purple": "#e35b00",
"cyan": "#06afc7",
"white": "#f0f1ce",
"brightBlack": "#684c31",
"brightRed": "#ff8a3a",
"brightGreen": "#aecab8",
"brightYellow": "#ffc878",
"brightBlue": "#67a0ce",
"brightPurple": "#ff8a3a",
"brightCyan": "#83a7b4",
"brightWhite": "#fefff1",
"background": "#0a1e24",
"foreground": "#ecf0c1",
"cursorColor": "#708284",
"selectionBackground": "#0a385c"
}