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 High Contrast",
"black": "#7a828e",
"red": "#ff9492",
"green": "#26cd4d",
"yellow": "#f0b72f",
"blue": "#71b7ff",
"purple": "#cb9eff",
"cyan": "#39c5cf",
"white": "#d9dee3",
"brightBlack": "#9ea7b3",
"brightRed": "#ffb1af",
"brightGreen": "#4ae168",
"brightYellow": "#f7c843",
"brightBlue": "#91cbff",
"brightPurple": "#dbb7ff",
"brightCyan": "#56d4dd",
"brightWhite": "#ffffff",
"background": "#0a0c10",
"foreground": "#f0f3f6",
"cursorColor": "#71b7ff",
"selectionBackground": "#f0f3f6"
}