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": "Dot Gov",
"black": "#191919",
"red": "#bf091d",
"green": "#3d9751",
"yellow": "#f6bb34",
"blue": "#17b2e0",
"purple": "#7830b0",
"cyan": "#8bd2ed",
"white": "#ffffff",
"brightBlack": "#595959",
"brightRed": "#bf091d",
"brightGreen": "#3d9751",
"brightYellow": "#f6bb34",
"brightBlue": "#17b2e0",
"brightPurple": "#7830b0",
"brightCyan": "#8bd2ed",
"brightWhite": "#ffffff",
"background": "#262c35",
"foreground": "#ebebeb",
"cursorColor": "#d9002f",
"selectionBackground": "#1a4080"
}