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": "Gruvbox Material Light",
"black": "#fbf1c7",
"red": "#c14a4a",
"green": "#6c782e",
"yellow": "#b47109",
"blue": "#45707a",
"purple": "#945e80",
"cyan": "#4c7a5d",
"white": "#654735",
"brightBlack": "#a89984",
"brightRed": "#c14a4a",
"brightGreen": "#6c782e",
"brightYellow": "#b47109",
"brightBlue": "#45707a",
"brightPurple": "#945e80",
"brightCyan": "#4c7a5d",
"brightWhite": "#4f3829",
"background": "#fbf1c7",
"foreground": "#654735",
"cursorColor": "#654735",
"selectionBackground": "#654735"
}