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": "Heeler",
"black": "#000000",
"red": "#e44c2e",
"green": "#bdd100",
"yellow": "#f4ce65",
"blue": "#5ba5f2",
"purple": "#ff95c2",
"cyan": "#ff9763",
"white": "#ffffff",
"brightBlack": "#4c4c4c",
"brightRed": "#e44c2e",
"brightGreen": "#bdd100",
"brightYellow": "#f4ce65",
"brightBlue": "#0088ff",
"brightPurple": "#ff95c2",
"brightCyan": "#8da6e4",
"brightWhite": "#ffffff",
"background": "#211f46",
"foreground": "#fdfdfd",
"cursorColor": "#ffffff",
"selectionBackground": "#2b2c41"
}