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": "Symfonic",
"black": "#000000",
"red": "#dc322f",
"green": "#56db3a",
"yellow": "#ff8400",
"blue": "#0084d4",
"purple": "#b729d9",
"cyan": "#ccccff",
"white": "#ffffff",
"brightBlack": "#414347",
"brightRed": "#dc322f",
"brightGreen": "#56db3a",
"brightYellow": "#ff8400",
"brightBlue": "#0084d4",
"brightPurple": "#b729d9",
"brightCyan": "#ccccff",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#ffffff",
"cursorColor": "#dc322f",
"selectionBackground": "#073642"
}