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": "Paul Millr",
"black": "#2a2a2a",
"red": "#ff0000",
"green": "#79ff0f",
"yellow": "#e7bf00",
"blue": "#396bd7",
"purple": "#b449be",
"cyan": "#66ccff",
"white": "#bbbbbb",
"brightBlack": "#666666",
"brightRed": "#ff0080",
"brightGreen": "#66ff66",
"brightYellow": "#f3d64e",
"brightBlue": "#709aed",
"brightPurple": "#db67e6",
"brightCyan": "#7adff2",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#f2f2f2",
"cursorColor": "#4d4d4d",
"selectionBackground": "#414141"
}