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": "Flatland",
"black": "#1d1d19",
"red": "#f18339",
"green": "#9fd364",
"yellow": "#f4ef6d",
"blue": "#5096be",
"purple": "#695abc",
"cyan": "#d63865",
"white": "#ffffff",
"brightBlack": "#50504c",
"brightRed": "#d22a24",
"brightGreen": "#a7d42c",
"brightYellow": "#ff8949",
"brightBlue": "#61b9d0",
"brightPurple": "#695abc",
"brightCyan": "#d63865",
"brightWhite": "#ffffff",
"background": "#1d1f21",
"foreground": "#b8dbef",
"cursorColor": "#708284",
"selectionBackground": "#2b2a24"
}