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": "Urple",
"black": "#000000",
"red": "#b0425b",
"green": "#37a415",
"yellow": "#ad5c42",
"blue": "#564d9b",
"purple": "#6c3ca1",
"cyan": "#808080",
"white": "#87799c",
"brightBlack": "#6a3f32",
"brightRed": "#ff6388",
"brightGreen": "#29e620",
"brightYellow": "#f08161",
"brightBlue": "#867aed",
"brightPurple": "#a05eee",
"brightCyan": "#eaeaea",
"brightWhite": "#bfa3ff",
"background": "#1b1b23",
"foreground": "#877a9b",
"cursorColor": "#a063eb",
"selectionBackground": "#a063eb"
}