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": "Hacktober",
"black": "#191918",
"red": "#b34538",
"green": "#587744",
"yellow": "#d08949",
"blue": "#206ec5",
"purple": "#864651",
"cyan": "#ac9166",
"white": "#f1eee7",
"brightBlack": "#464444",
"brightRed": "#b33323",
"brightGreen": "#42824a",
"brightYellow": "#c75a22",
"brightBlue": "#5389c5",
"brightPurple": "#e795a5",
"brightCyan": "#ebc587",
"brightWhite": "#ffffff",
"background": "#141414",
"foreground": "#c9c9c9",
"cursorColor": "#c9c9c9",
"selectionBackground": "#141414"
}