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": "Arcoiris",
"black": "#333333",
"red": "#da2700",
"green": "#12c258",
"yellow": "#ffc656",
"blue": "#518bfc",
"purple": "#e37bd9",
"cyan": "#63fad5",
"white": "#bab2b2",
"brightBlack": "#777777",
"brightRed": "#ffb9b9",
"brightGreen": "#e3f6aa",
"brightYellow": "#ffddaa",
"brightBlue": "#b3e8f3",
"brightPurple": "#cbbaf9",
"brightCyan": "#bcffc7",
"brightWhite": "#efefef",
"background": "#201f1e",
"foreground": "#eee4d9",
"cursorColor": "#872929",
"selectionBackground": "#25524a"
}