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": "GitHub Light Default",
"black": "#24292f",
"red": "#cf222e",
"green": "#116329",
"yellow": "#4d2d00",
"blue": "#0969da",
"purple": "#8250df",
"cyan": "#1b7c83",
"white": "#6e7781",
"brightBlack": "#57606a",
"brightRed": "#a40e26",
"brightGreen": "#1a7f37",
"brightYellow": "#633c01",
"brightBlue": "#218bff",
"brightPurple": "#a475f9",
"brightCyan": "#3192aa",
"brightWhite": "#8c959f",
"background": "#ffffff",
"foreground": "#1f2328",
"cursorColor": "#0969da",
"selectionBackground": "#1f2328"
}