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": "Deep",
"black": "#000000",
"red": "#d70005",
"green": "#1cd915",
"yellow": "#d9bd26",
"blue": "#5665ff",
"purple": "#b052da",
"cyan": "#50d2da",
"white": "#e0e0e0",
"brightBlack": "#535353",
"brightRed": "#fb0007",
"brightGreen": "#22ff18",
"brightYellow": "#fedc2b",
"brightBlue": "#9fa9ff",
"brightPurple": "#e09aff",
"brightCyan": "#8df9ff",
"brightWhite": "#ffffff",
"background": "#090909",
"foreground": "#cdcdcd",
"cursorColor": "#d0d0d0",
"selectionBackground": "#780002"
}