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": "Matte Black",
"black": "#333333",
"red": "#d35f5f",
"green": "#ffc107",
"yellow": "#b91c1c",
"blue": "#e68e0d",
"purple": "#d35f5f",
"cyan": "#bebebe",
"white": "#bebebe",
"brightBlack": "#8a8a8d",
"brightRed": "#891c1c",
"brightGreen": "#ffc107",
"brightYellow": "#b90a0a",
"brightBlue": "#f59e0b",
"brightPurple": "#b91c1c",
"brightCyan": "#eaeaea",
"brightWhite": "#ffffff",
"background": "#121212",
"foreground": "#bebebe",
"cursorColor": "#eaeaea",
"selectionBackground": "#333333"
}