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": "Molokai",
"black": "#121212",
"red": "#fa2573",
"green": "#98e123",
"yellow": "#dfd460",
"blue": "#1080d0",
"purple": "#8700ff",
"cyan": "#43a8d0",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#f6669d",
"brightGreen": "#b1e05f",
"brightYellow": "#fff26d",
"brightBlue": "#00afff",
"brightPurple": "#af87ff",
"brightCyan": "#51ceff",
"brightWhite": "#ffffff",
"background": "#121212",
"foreground": "#bbbbbb",
"cursorColor": "#bbbbbb",
"selectionBackground": "#b5d5ff"
}