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": "Grass",
"black": "#000000",
"red": "#ff5959",
"green": "#00bb00",
"yellow": "#e7b000",
"blue": "#0000a3",
"purple": "#ee59bb",
"cyan": "#00bbbb",
"white": "#bbbbbb",
"brightBlack": "#959595",
"brightRed": "#ff5959",
"brightGreen": "#00bb00",
"brightYellow": "#e7b000",
"brightBlue": "#0000bb",
"brightPurple": "#ff55ff",
"brightCyan": "#55ffff",
"brightWhite": "#ffffff",
"background": "#13773d",
"foreground": "#fff0a5",
"cursorColor": "#d9744c",
"selectionBackground": "#b64926"
}