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": "IC Orange PPL",
"black": "#000000",
"red": "#c13900",
"green": "#a4a900",
"yellow": "#caaf00",
"blue": "#bd6d00",
"purple": "#fc5e00",
"cyan": "#f79500",
"white": "#ffc88a",
"brightBlack": "#6a4f2a",
"brightRed": "#ff8c68",
"brightGreen": "#f6ff40",
"brightYellow": "#ffe36e",
"brightBlue": "#ffbe55",
"brightPurple": "#fc874f",
"brightCyan": "#c69752",
"brightWhite": "#fafaff",
"background": "#262626",
"foreground": "#ffcb83",
"cursorColor": "#fc531d",
"selectionBackground": "#c14020"
}