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": "Retro Legends",
"black": "#262626",
"red": "#de5454",
"green": "#45eb45",
"yellow": "#f7bf2b",
"blue": "#4066f2",
"purple": "#bf4cf2",
"cyan": "#40d9e6",
"white": "#bfe6bf",
"brightBlack": "#4c594c",
"brightRed": "#ff6666",
"brightGreen": "#59ff59",
"brightYellow": "#ffd933",
"brightBlue": "#4c80ff",
"brightPurple": "#e666ff",
"brightCyan": "#59e6ff",
"brightWhite": "#f2fff2",
"background": "#0d0d0d",
"foreground": "#45eb45",
"cursorColor": "#45eb45",
"selectionBackground": "#336633"
}