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": "Jubi",
"black": "#3b3750",
"red": "#cf7b98",
"green": "#90a94b",
"yellow": "#6ebfc0",
"blue": "#576ea6",
"purple": "#bc4f68",
"cyan": "#75a7d2",
"white": "#c3d3de",
"brightBlack": "#a874ce",
"brightRed": "#de90ab",
"brightGreen": "#bcdd61",
"brightYellow": "#87e9ea",
"brightBlue": "#8c9fcd",
"brightPurple": "#e16c87",
"brightCyan": "#b7c9ef",
"brightWhite": "#d5e5f1",
"background": "#262b33",
"foreground": "#c3d3de",
"cursorColor": "#c3d3de",
"selectionBackground": "#5b5184"
}