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": "Oceanic Next",
"black": "#162c35",
"red": "#ec5f67",
"green": "#99c794",
"yellow": "#fac863",
"blue": "#6699cc",
"purple": "#c594c5",
"cyan": "#5fb3b3",
"white": "#ffffff",
"brightBlack": "#65737e",
"brightRed": "#ec5f67",
"brightGreen": "#99c794",
"brightYellow": "#fac863",
"brightBlue": "#6699cc",
"brightPurple": "#c594c5",
"brightCyan": "#5fb3b3",
"brightWhite": "#ffffff",
"background": "#162c35",
"foreground": "#c0c5ce",
"cursorColor": "#c0c5ce",
"selectionBackground": "#4f5b66"
}