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",
"black": "#1a1e28",
"red": "#d0679d",
"green": "#5de4c7",
"yellow": "#fffac2",
"blue": "#89ddff",
"purple": "#fcc5e9",
"cyan": "#add7ff",
"white": "#ffffff",
"brightBlack": "#a6accd",
"brightRed": "#d0679d",
"brightGreen": "#5de4c7",
"brightYellow": "#fffac2",
"brightBlue": "#add7ff",
"brightPurple": "#fae4fc",
"brightCyan": "#89ddff",
"brightWhite": "#ffffff",
"background": "#1a1e28",
"foreground": "#a6accd",
"cursorColor": "#ffffff",
"selectionBackground": "#a6accd"
}