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 Dark Default",
"black": "#484f58",
"red": "#ff7b72",
"green": "#3fb950",
"yellow": "#d29922",
"blue": "#58a6ff",
"purple": "#bc8cff",
"cyan": "#39c5cf",
"white": "#b1bac4",
"brightBlack": "#6e7681",
"brightRed": "#ffa198",
"brightGreen": "#56d364",
"brightYellow": "#e3b341",
"brightBlue": "#79c0ff",
"brightPurple": "#d2a8ff",
"brightCyan": "#56d4dd",
"brightWhite": "#ffffff",
"background": "#0d1117",
"foreground": "#e6edf3",
"cursorColor": "#2f81f7",
"selectionBackground": "#e6edf3"
}