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": "Monokai Pro Spectrum",
"black": "#222222",
"red": "#fc618d",
"green": "#7bd88f",
"yellow": "#fce566",
"blue": "#fd9353",
"purple": "#948ae3",
"cyan": "#5ad4e6",
"white": "#f7f1ff",
"brightBlack": "#69676c",
"brightRed": "#fc618d",
"brightGreen": "#7bd88f",
"brightYellow": "#fce566",
"brightBlue": "#fd9353",
"brightPurple": "#948ae3",
"brightCyan": "#5ad4e6",
"brightWhite": "#f7f1ff",
"background": "#222222",
"foreground": "#f7f1ff",
"cursorColor": "#bab6c0",
"selectionBackground": "#525053"
}