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": "Ciapre",
"black": "#181818",
"red": "#8e0d16",
"green": "#48513b",
"yellow": "#cc8b3f",
"blue": "#576d8c",
"purple": "#724d7c",
"cyan": "#5c4f4b",
"white": "#aea47f",
"brightBlack": "#555555",
"brightRed": "#ac3835",
"brightGreen": "#a6a75d",
"brightYellow": "#dcdf7c",
"brightBlue": "#3097c6",
"brightPurple": "#d33061",
"brightCyan": "#f3dbb2",
"brightWhite": "#f4f4f4",
"background": "#191c27",
"foreground": "#aea47a",
"cursorColor": "#92805b",
"selectionBackground": "#172539"
}