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": "Overnight Slumber",
"black": "#0a1222",
"red": "#ffa7c4",
"green": "#85cc95",
"yellow": "#ffcb8b",
"blue": "#8dabe1",
"purple": "#c792eb",
"cyan": "#78ccf0",
"white": "#ffffff",
"brightBlack": "#575656",
"brightRed": "#ffa7c4",
"brightGreen": "#85cc95",
"brightYellow": "#ffcb8b",
"brightBlue": "#8dabe1",
"brightPurple": "#c792eb",
"brightCyan": "#ffa7c4",
"brightWhite": "#ffffff",
"background": "#0e1729",
"foreground": "#ced2d6",
"cursorColor": "#ffa7c4",
"selectionBackground": "#1f2b41"
}