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": "Mariana",
"black": "#000000",
"red": "#ec5f66",
"green": "#99c794",
"yellow": "#f9ae58",
"blue": "#6699cc",
"purple": "#c695c6",
"cyan": "#5fb4b4",
"white": "#f7f7f7",
"brightBlack": "#666666",
"brightRed": "#f97b58",
"brightGreen": "#acd1a8",
"brightYellow": "#fac761",
"brightBlue": "#85add6",
"brightPurple": "#d8b6d8",
"brightCyan": "#82c4c4",
"brightWhite": "#ffffff",
"background": "#343d46",
"foreground": "#d8dee9",
"cursorColor": "#fcbb6a",
"selectionBackground": "#4e5a65"
}