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": "Subliminal",
"black": "#7f7f7f",
"red": "#e15a60",
"green": "#a9cfa4",
"yellow": "#ffe2a9",
"blue": "#6699cc",
"purple": "#f1a5ab",
"cyan": "#5fb3b3",
"white": "#d4d4d4",
"brightBlack": "#7f7f7f",
"brightRed": "#e15a60",
"brightGreen": "#a9cfa4",
"brightYellow": "#ffe2a9",
"brightBlue": "#6699cc",
"brightPurple": "#f1a5ab",
"brightCyan": "#5fb3b3",
"brightWhite": "#d4d4d4",
"background": "#282c35",
"foreground": "#d4d4d4",
"cursorColor": "#c7c7c7",
"selectionBackground": "#484e5b"
}