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": "Galaxy",
"black": "#000000",
"red": "#f9555f",
"green": "#21b089",
"yellow": "#fef02a",
"blue": "#589df6",
"purple": "#944d95",
"cyan": "#1f9ee7",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#fa8c8f",
"brightGreen": "#35bb9a",
"brightYellow": "#ffff55",
"brightBlue": "#589df6",
"brightPurple": "#e75699",
"brightCyan": "#3979bc",
"brightWhite": "#ffffff",
"background": "#1d2837",
"foreground": "#ffffff",
"cursorColor": "#bbbbbb",
"selectionBackground": "#b5d5ff"
}