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": "urban",
"black": "#33303b",
"red": "#87404f",
"green": "#74934e",
"yellow": "#ae835a",
"blue": "#615772",
"purple": "#854b64",
"cyan": "#625464",
"white": "#c0a79a",
"brightBlack": "#5c5865",
"brightRed": "#87404f",
"brightGreen": "#74934e",
"brightYellow": "#ae835a",
"brightBlue": "#615772",
"brightPurple": "#854b64",
"brightCyan": "#625464",
"brightWhite": "#c0a79a",
"background": "#312e39",
"foreground": "#c0a79a",
"cursorColor": "#c0a79a",
"selectionBackground": "#312e39"
}