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": "Kibble",
"black": "#4d4d4d",
"red": "#c70031",
"green": "#29cf13",
"yellow": "#d8e30e",
"blue": "#3449d1",
"purple": "#8400ff",
"cyan": "#0798ab",
"white": "#e2d1e3",
"brightBlack": "#5a5a5a",
"brightRed": "#f01578",
"brightGreen": "#6ce05c",
"brightYellow": "#f3f79e",
"brightBlue": "#97a4f7",
"brightPurple": "#c495f0",
"brightCyan": "#68f2e0",
"brightWhite": "#ffffff",
"background": "#0e100a",
"foreground": "#f7f7f7",
"cursorColor": "#9fda9c",
"selectionBackground": "#9ba787"
}