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": "Spacegray Bright",
"black": "#080808",
"red": "#bc5553",
"green": "#a0b56c",
"yellow": "#f6c987",
"blue": "#7baec1",
"purple": "#b98aae",
"cyan": "#85c9b8",
"white": "#d8d8d8",
"brightBlack": "#626262",
"brightRed": "#bc5553",
"brightGreen": "#a0b56c",
"brightYellow": "#f6c987",
"brightBlue": "#7baec1",
"brightPurple": "#b98aae",
"brightCyan": "#85c9b8",
"brightWhite": "#f7f7f7",
"background": "#2a2e3a",
"foreground": "#f3f3f3",
"cursorColor": "#c6c6c6",
"selectionBackground": "#cacaca"
}