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 Dark",
"black": "#07080d",
"red": "#ffc0b9",
"green": "#b3f6c0",
"yellow": "#fce094",
"blue": "#a6dbff",
"purple": "#ffcaff",
"cyan": "#8cf8f7",
"white": "#eef1f8",
"brightBlack": "#4f5258",
"brightRed": "#ffc0b9",
"brightGreen": "#b3f6c0",
"brightYellow": "#fce094",
"brightBlue": "#a6dbff",
"brightPurple": "#ffcaff",
"brightCyan": "#8cf8f7",
"brightWhite": "#eef1f8",
"background": "#14161b",
"foreground": "#e0e2ea",
"cursorColor": "#9b9ea4",
"selectionBackground": "#4f5258"
}