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": "Kanagawabones",
"black": "#1f1f28",
"red": "#e46a78",
"green": "#98bc6d",
"yellow": "#e5c283",
"blue": "#7eb3c9",
"purple": "#957fb8",
"cyan": "#7eb3c9",
"white": "#ddd8bb",
"brightBlack": "#49495e",
"brightRed": "#ec818c",
"brightGreen": "#9ec967",
"brightYellow": "#f1c982",
"brightBlue": "#7bc2df",
"brightPurple": "#a98fd2",
"brightCyan": "#7bc2df",
"brightWhite": "#a8a48d",
"background": "#1f1f28",
"foreground": "#ddd8bb",
"cursorColor": "#e6e0c2",
"selectionBackground": "#49473e"
}