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": "Lovelace",
"black": "#282a36",
"red": "#f37f97",
"green": "#5adecd",
"yellow": "#f2a272",
"blue": "#8897f4",
"purple": "#c574dd",
"cyan": "#79e6f3",
"white": "#fdfdfd",
"brightBlack": "#4e5165",
"brightRed": "#ff4971",
"brightGreen": "#18e3c8",
"brightYellow": "#ff8037",
"brightBlue": "#556fff",
"brightPurple": "#b043d1",
"brightCyan": "#3fdcee",
"brightWhite": "#bebec1",
"background": "#1d1f28",
"foreground": "#fdfdfd",
"cursorColor": "#c574dd",
"selectionBackground": "#c1deff"
}