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": "Ollie",
"black": "#000000",
"red": "#ac2e31",
"green": "#31ac61",
"yellow": "#ac4300",
"blue": "#2d57ac",
"purple": "#b08528",
"cyan": "#1fa6ac",
"white": "#8a8eac",
"brightBlack": "#684432",
"brightRed": "#ff3d48",
"brightGreen": "#3bff99",
"brightYellow": "#ff5e1e",
"brightBlue": "#4488ff",
"brightPurple": "#ffc21d",
"brightCyan": "#1ffaff",
"brightWhite": "#5b6ea7",
"background": "#222125",
"foreground": "#8a8dae",
"cursorColor": "#5b6ea7",
"selectionBackground": "#1e3a66"
}