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",
"black": "#2d2a2e",
"red": "#ff6188",
"green": "#a9dc76",
"yellow": "#ffd866",
"blue": "#fc9867",
"purple": "#ab9df2",
"cyan": "#78dce8",
"white": "#fcfcfa",
"brightBlack": "#727072",
"brightRed": "#ff6188",
"brightGreen": "#a9dc76",
"brightYellow": "#ffd866",
"brightBlue": "#fc9867",
"brightPurple": "#ab9df2",
"brightCyan": "#78dce8",
"brightWhite": "#fcfcfa",
"background": "#2d2a2e",
"foreground": "#fcfcfa",
"cursorColor": "#c1c0c0",
"selectionBackground": "#5b595c"
}