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": "Grape",
"black": "#2d283f",
"red": "#ed2261",
"green": "#1fa91b",
"yellow": "#8ddc20",
"blue": "#487df4",
"purple": "#8d35c9",
"cyan": "#3bdeed",
"white": "#9e9ea0",
"brightBlack": "#59516a",
"brightRed": "#f0729a",
"brightGreen": "#53aa5e",
"brightYellow": "#b2dc87",
"brightBlue": "#a9bcec",
"brightPurple": "#ad81c2",
"brightCyan": "#9de3eb",
"brightWhite": "#a288f7",
"background": "#171423",
"foreground": "#9f9fa1",
"cursorColor": "#a288f7",
"selectionBackground": "#493d70"
}