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": "Shades Of Purple",
"black": "#000000",
"red": "#d90429",
"green": "#3ad900",
"yellow": "#ffe700",
"blue": "#6943ff",
"purple": "#ff2c70",
"cyan": "#00c5c7",
"white": "#c7c7c7",
"brightBlack": "#686868",
"brightRed": "#f92a1c",
"brightGreen": "#43d426",
"brightYellow": "#f1d000",
"brightBlue": "#6871ff",
"brightPurple": "#ff77ff",
"brightCyan": "#79e8fb",
"brightWhite": "#ffffff",
"background": "#1e1d40",
"foreground": "#ffffff",
"cursorColor": "#fad000",
"selectionBackground": "#b362ff"
}