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": "Forest Blue",
"black": "#333333",
"red": "#f8818e",
"green": "#92d3a2",
"yellow": "#1a8e63",
"blue": "#8ed0ce",
"purple": "#5e468c",
"cyan": "#31658c",
"white": "#e2d8cd",
"brightBlack": "#4a4a4a",
"brightRed": "#fb3d66",
"brightGreen": "#6bb48d",
"brightYellow": "#30c85a",
"brightBlue": "#39a7a2",
"brightPurple": "#7e62b3",
"brightCyan": "#6096bf",
"brightWhite": "#e2d8cd",
"background": "#051519",
"foreground": "#e2d8cd",
"cursorColor": "#9e9ecb",
"selectionBackground": "#4d4d4d"
}