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": "Red Planet",
"black": "#202020",
"red": "#8c3432",
"green": "#728271",
"yellow": "#e8bf6a",
"blue": "#69819e",
"purple": "#896492",
"cyan": "#5b8390",
"white": "#b9aa99",
"brightBlack": "#676767",
"brightRed": "#b55242",
"brightGreen": "#869985",
"brightYellow": "#ebeb91",
"brightBlue": "#60827e",
"brightPurple": "#de4974",
"brightCyan": "#38add8",
"brightWhite": "#d6bfb8",
"background": "#222222",
"foreground": "#c2b790",
"cursorColor": "#c2b790",
"selectionBackground": "#1b324a"
}