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": "Midnight In Mojave",
"black": "#1e1e1e",
"red": "#ff453a",
"green": "#32d74b",
"yellow": "#ffd60a",
"blue": "#0a84ff",
"purple": "#bf5af2",
"cyan": "#5ac8fa",
"white": "#ffffff",
"brightBlack": "#515151",
"brightRed": "#ff453a",
"brightGreen": "#32d74b",
"brightYellow": "#ffd60a",
"brightBlue": "#0a84ff",
"brightPurple": "#bf5af2",
"brightCyan": "#5ac8fa",
"brightWhite": "#ffffff",
"background": "#1e1e1e",
"foreground": "#ffffff",
"cursorColor": "#32d74b",
"selectionBackground": "#4a504d"
}