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": "IR Black",
"black": "#4f4f4f",
"red": "#fa6c60",
"green": "#a8ff60",
"yellow": "#fffeb7",
"blue": "#96cafe",
"purple": "#fa73fd",
"cyan": "#c6c5fe",
"white": "#efedef",
"brightBlack": "#7b7b7b",
"brightRed": "#fcb6b0",
"brightGreen": "#cfffab",
"brightYellow": "#ffffcc",
"brightBlue": "#b5dcff",
"brightPurple": "#fb9cfe",
"brightCyan": "#e0e0fe",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#f1f1f1",
"cursorColor": "#808080",
"selectionBackground": "#b5d5ff"
}