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": "Hurtado",
"black": "#575757",
"red": "#ff1b00",
"green": "#a5e055",
"yellow": "#fbe74a",
"blue": "#496487",
"purple": "#fd5ff1",
"cyan": "#86e9fe",
"white": "#cbcccb",
"brightBlack": "#404040",
"brightRed": "#d51d00",
"brightGreen": "#a5df55",
"brightYellow": "#fbe84a",
"brightBlue": "#89beff",
"brightPurple": "#c001c1",
"brightCyan": "#86eafe",
"brightWhite": "#dbdbdb",
"background": "#000000",
"foreground": "#dbdbdb",
"cursorColor": "#bbbbbb",
"selectionBackground": "#b5d5ff"
}