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": "Black Metal (Khold)",
"black": "#000000",
"red": "#5f8787",
"green": "#eceee3",
"yellow": "#974b46",
"blue": "#888888",
"purple": "#999999",
"cyan": "#aaaaaa",
"white": "#c1c1c1",
"brightBlack": "#404040",
"brightRed": "#5f8787",
"brightGreen": "#eceee3",
"brightYellow": "#974b46",
"brightBlue": "#888888",
"brightPurple": "#999999",
"brightCyan": "#aaaaaa",
"brightWhite": "#c1c1c1",
"background": "#000000",
"foreground": "#c1c1c1",
"cursorColor": "#c1c1c1",
"selectionBackground": "#c1c1c1"
}