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": "Poimandres White",
"black": "#fefeff",
"red": "#ff2090",
"green": "#01dab2",
"yellow": "#e5ba4e",
"blue": "#8abacd",
"purple": "#eb8394",
"cyan": "#8abacd",
"white": "#000000",
"brightBlack": "#969cbd",
"brightRed": "#ff2090",
"brightGreen": "#01dab2",
"brightYellow": "#e5ba4e",
"brightBlue": "#0ebfff",
"brightPurple": "#eb8394",
"brightCyan": "#0ebfff",
"brightWhite": "#000000",
"background": "#fefeff",
"foreground": "#969cbd",
"cursorColor": "#969cbd",
"selectionBackground": "#969cbd"
}