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 Ristretto",
"black": "#2c2525",
"red": "#fd6883",
"green": "#adda78",
"yellow": "#f9cc6c",
"blue": "#f38d70",
"purple": "#a8a9eb",
"cyan": "#85dacc",
"white": "#fff1f3",
"brightBlack": "#72696a",
"brightRed": "#fd6883",
"brightGreen": "#adda78",
"brightYellow": "#f9cc6c",
"brightBlue": "#f38d70",
"brightPurple": "#a8a9eb",
"brightCyan": "#85dacc",
"brightWhite": "#fff1f3",
"background": "#2c2525",
"foreground": "#fff1f3",
"cursorColor": "#c3b7b8",
"selectionBackground": "#5b5353"
}