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": "iTerm2 Pastel Dark Background",
"black": "#626262",
"red": "#ff8373",
"green": "#b4fb73",
"yellow": "#fffdc3",
"blue": "#a5d5fe",
"purple": "#ff90fe",
"cyan": "#d1d1fe",
"white": "#f1f1f1",
"brightBlack": "#8f8f8f",
"brightRed": "#ffc4be",
"brightGreen": "#d6fcba",
"brightYellow": "#fffed5",
"brightBlue": "#c2e3ff",
"brightPurple": "#ffb2fe",
"brightCyan": "#e6e6fe",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#c7c7c7",
"cursorColor": "#ffb473",
"selectionBackground": "#454d96"
}