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": "Purple Rain",
"black": "#000000",
"red": "#ff260e",
"green": "#9be205",
"yellow": "#ffc400",
"blue": "#00a2fa",
"purple": "#815bb5",
"cyan": "#00deef",
"white": "#ffffff",
"brightBlack": "#565656",
"brightRed": "#ff4250",
"brightGreen": "#b8e36e",
"brightYellow": "#ffd852",
"brightBlue": "#00a6ff",
"brightPurple": "#ac7bf0",
"brightCyan": "#74fdf3",
"brightWhite": "#ffffff",
"background": "#21084a",
"foreground": "#fffbf6",
"cursorColor": "#ff271d",
"selectionBackground": "#287691"
}