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": "Mellow",
"black": "#27272a",
"red": "#f5a191",
"green": "#90b99f",
"yellow": "#e6b99d",
"blue": "#aca1cf",
"purple": "#e29eca",
"cyan": "#ea83a5",
"white": "#c1c0d4",
"brightBlack": "#424246",
"brightRed": "#ffae9f",
"brightGreen": "#9dc6ac",
"brightYellow": "#f0c5a9",
"brightBlue": "#b9aeda",
"brightPurple": "#ecaad6",
"brightCyan": "#f591b2",
"brightWhite": "#cac9dd",
"background": "#161617",
"foreground": "#c9c7cd",
"cursorColor": "#cac9dd",
"selectionBackground": "#2a2a2d"
}