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": "Elegant",
"black": "#0a1222",
"red": "#ff0257",
"green": "#85cc95",
"yellow": "#ffcb8b",
"blue": "#8dabe1",
"purple": "#c792eb",
"cyan": "#78ccf0",
"white": "#ffffff",
"brightBlack": "#575656",
"brightRed": "#ff0057",
"brightGreen": "#85cc95",
"brightYellow": "#ffcb8b",
"brightBlue": "#8dabe1",
"brightPurple": "#c792eb",
"brightCyan": "#3facef",
"brightWhite": "#ffffff",
"background": "#292b31",
"foreground": "#ced2d6",
"cursorColor": "#00beff",
"selectionBackground": "#d5d5d5"
}