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": "Detuned",
"black": "#171717",
"red": "#fe4386",
"green": "#a6e32d",
"yellow": "#e6da73",
"blue": "#0094d9",
"purple": "#9b37ff",
"cyan": "#50b7d9",
"white": "#c7c7c7",
"brightBlack": "#686868",
"brightRed": "#fa80ac",
"brightGreen": "#bde371",
"brightYellow": "#fff27f",
"brightBlue": "#00beff",
"brightPurple": "#be9eff",
"brightCyan": "#5ed7ff",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#c7c7c7",
"cursorColor": "#c7c7c7",
"selectionBackground": "#c1deff"
}