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": "12-bit Rainbow",
"black": "#000000",
"red": "#a03050",
"green": "#40d080",
"yellow": "#e09040",
"blue": "#3060b0",
"purple": "#603090",
"cyan": "#0090c0",
"white": "#dbded8",
"brightBlack": "#685656",
"brightRed": "#c06060",
"brightGreen": "#90d050",
"brightYellow": "#e0d000",
"brightBlue": "#00b0c0",
"brightPurple": "#801070",
"brightCyan": "#20b0c0",
"brightWhite": "#ffffff",
"background": "#040404",
"foreground": "#feffff",
"cursorColor": "#e0d000",
"selectionBackground": "#606060"
}