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": "Framer",
"black": "#141414",
"red": "#ff5555",
"green": "#98ec65",
"yellow": "#ffcc33",
"blue": "#00aaff",
"purple": "#aa88ff",
"cyan": "#88ddff",
"white": "#cccccc",
"brightBlack": "#414141",
"brightRed": "#ff8888",
"brightGreen": "#b6f292",
"brightYellow": "#ffd966",
"brightBlue": "#33bbff",
"brightPurple": "#cebbff",
"brightCyan": "#bbecff",
"brightWhite": "#ffffff",
"background": "#111111",
"foreground": "#777777",
"cursorColor": "#fcdc08",
"selectionBackground": "#666666"
}