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": "Guezwhoz",
"black": "#333333",
"red": "#e85181",
"green": "#7ad694",
"yellow": "#b7d074",
"blue": "#5aa0d6",
"purple": "#9a90e0",
"cyan": "#58d6ce",
"white": "#d9d9d9",
"brightBlack": "#808080",
"brightRed": "#e85181",
"brightGreen": "#afd7af",
"brightYellow": "#d1ed85",
"brightBlue": "#64b2ed",
"brightPurple": "#a398ed",
"brightCyan": "#61ede4",
"brightWhite": "#ededed",
"background": "#1d1d1d",
"foreground": "#d9d9d9",
"cursorColor": "#99d4b1",
"selectionBackground": "#245354"
}