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": "Terminal Basic Dark",
"black": "#000000",
"red": "#c65339",
"green": "#6ac44b",
"yellow": "#b8b74a",
"blue": "#6444ed",
"purple": "#d357db",
"cyan": "#69c1cf",
"white": "#d1d1d1",
"brightBlack": "#909090",
"brightRed": "#eb5a3a",
"brightGreen": "#77ea51",
"brightYellow": "#efef53",
"brightBlue": "#d09af9",
"brightPurple": "#eb5af7",
"brightCyan": "#78f1f2",
"brightWhite": "#ededed",
"background": "#1d1e1d",
"foreground": "#ffffff",
"cursorColor": "#9d9d9d",
"selectionBackground": "#3f638a"
}