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": "Ultra Dark",
"black": "#000000",
"red": "#f07178",
"green": "#c3e88d",
"yellow": "#ffcb6b",
"blue": "#82aaff",
"purple": "#c792ea",
"cyan": "#89ddff",
"white": "#cccccc",
"brightBlack": "#404040",
"brightRed": "#f6a9ae",
"brightGreen": "#dbf1ba",
"brightYellow": "#ffdfa6",
"brightBlue": "#b4ccff",
"brightPurple": "#ddbdf2",
"brightCyan": "#b8eaff",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#ffffff",
"cursorColor": "#fefefe",
"selectionBackground": "#222222"
}