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": "Nvim Light",
"black": "#07080d",
"red": "#590008",
"green": "#005523",
"yellow": "#6b5300",
"blue": "#004c73",
"purple": "#470045",
"cyan": "#007373",
"white": "#a1a4ab",
"brightBlack": "#4f5258",
"brightRed": "#590008",
"brightGreen": "#005523",
"brightYellow": "#6b5300",
"brightBlue": "#004c73",
"brightPurple": "#470045",
"brightCyan": "#007373",
"brightWhite": "#eef1f8",
"background": "#e0e2ea",
"foreground": "#14161b",
"cursorColor": "#9b9ea4",
"selectionBackground": "#9b9ea4"
}