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": "C64",
"black": "#090300",
"red": "#a2524c",
"green": "#55a049",
"yellow": "#bfce72",
"blue": "#6657b3",
"purple": "#984ca3",
"cyan": "#67b6bd",
"white": "#ffffff",
"brightBlack": "#000000",
"brightRed": "#a2524c",
"brightGreen": "#55a049",
"brightYellow": "#bfce72",
"brightBlue": "#6657b3",
"brightPurple": "#984ca3",
"brightCyan": "#67b6bd",
"brightWhite": "#f7f7f7",
"background": "#40318d",
"foreground": "#7869c4",
"cursorColor": "#7869c4",
"selectionBackground": "#7869c4"
}