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": "Duckbones",
"black": "#0e101a",
"red": "#e03600",
"green": "#5dcd97",
"yellow": "#e39500",
"blue": "#00a3cb",
"purple": "#795ccc",
"cyan": "#00a3cb",
"white": "#ebefc0",
"brightBlack": "#444860",
"brightRed": "#ff4821",
"brightGreen": "#58db9e",
"brightYellow": "#f6a100",
"brightBlue": "#00b4e0",
"brightPurple": "#b3a1e6",
"brightCyan": "#00b4e0",
"brightWhite": "#b3b692",
"background": "#0e101a",
"foreground": "#ebefc0",
"cursorColor": "#edf2c2",
"selectionBackground": "#37382d"
}