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": "Lab Fox",
"black": "#2e2e2e",
"red": "#fc6d26",
"green": "#3eb383",
"yellow": "#fca121",
"blue": "#db3b21",
"purple": "#6b40a8",
"cyan": "#6e49cb",
"white": "#ffffff",
"brightBlack": "#535353",
"brightRed": "#ff6517",
"brightGreen": "#53eaa8",
"brightYellow": "#fca013",
"brightBlue": "#db501f",
"brightPurple": "#6a36b6",
"brightCyan": "#7d53e7",
"brightWhite": "#ffffff",
"background": "#2e2e2e",
"foreground": "#ffffff",
"cursorColor": "#7f7f7f",
"selectionBackground": "#cb392e"
}