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": "Tomorrow Night Bright",
"black": "#000000",
"red": "#d54e53",
"green": "#b9ca4a",
"yellow": "#e7c547",
"blue": "#7aa6da",
"purple": "#c397d8",
"cyan": "#70c0b1",
"white": "#ffffff",
"brightBlack": "#404040",
"brightRed": "#d54e53",
"brightGreen": "#b9ca4a",
"brightYellow": "#e7c547",
"brightBlue": "#7aa6da",
"brightPurple": "#c397d8",
"brightCyan": "#70c0b1",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#eaeaea",
"cursorColor": "#eaeaea",
"selectionBackground": "#424242"
}