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 Classic",
"black": "#272822",
"red": "#f92672",
"green": "#a6e22e",
"yellow": "#e6db74",
"blue": "#fd971f",
"purple": "#ae81ff",
"cyan": "#66d9ef",
"white": "#fdfff1",
"brightBlack": "#6e7066",
"brightRed": "#f92672",
"brightGreen": "#a6e22e",
"brightYellow": "#e6db74",
"brightBlue": "#fd971f",
"brightPurple": "#ae81ff",
"brightCyan": "#66d9ef",
"brightWhite": "#fdfff1",
"background": "#272822",
"foreground": "#fdfff1",
"cursorColor": "#c0c1b5",
"selectionBackground": "#57584f"
}