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": "Darkside",
"black": "#000000",
"red": "#e8341c",
"green": "#68c256",
"yellow": "#f2d42c",
"blue": "#1c98e8",
"purple": "#8e69c9",
"cyan": "#1c98e8",
"white": "#bababa",
"brightBlack": "#4c4c4c",
"brightRed": "#e05a4f",
"brightGreen": "#77b869",
"brightYellow": "#efd64b",
"brightBlue": "#387cd3",
"brightPurple": "#957bbe",
"brightCyan": "#3d97e2",
"brightWhite": "#bababa",
"background": "#222324",
"foreground": "#bababa",
"cursorColor": "#bbbbbb",
"selectionBackground": "#303333"
}