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": "Ocean",
"black": "#000000",
"red": "#e64c4c",
"green": "#00a600",
"yellow": "#999900",
"blue": "#0000b2",
"purple": "#d826d8",
"cyan": "#00a6b2",
"white": "#bfbfbf",
"brightBlack": "#808080",
"brightRed": "#ff1a1a",
"brightGreen": "#00d900",
"brightYellow": "#e5e500",
"brightBlue": "#7373ff",
"brightPurple": "#e500e5",
"brightCyan": "#00e5e5",
"brightWhite": "#e5e5e5",
"background": "#224fbc",
"foreground": "#ffffff",
"cursorColor": "#7f7f7f",
"selectionBackground": "#216dff"
}