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": "Jellybeans",
"black": "#929292",
"red": "#e27373",
"green": "#94b979",
"yellow": "#ffba7b",
"blue": "#97bedc",
"purple": "#e1c0fa",
"cyan": "#00988e",
"white": "#dedede",
"brightBlack": "#bdbdbd",
"brightRed": "#ffa1a1",
"brightGreen": "#bddeab",
"brightYellow": "#ffdca0",
"brightBlue": "#b1d8f6",
"brightPurple": "#fbdaff",
"brightCyan": "#1ab2a8",
"brightWhite": "#ffffff",
"background": "#121212",
"foreground": "#dedede",
"cursorColor": "#ffa560",
"selectionBackground": "#474e91"
}