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": "Vaughn",
"black": "#25234f",
"red": "#705050",
"green": "#60b48a",
"yellow": "#dfaf8f",
"blue": "#5555ff",
"purple": "#f08cc3",
"cyan": "#8cd0d3",
"white": "#709080",
"brightBlack": "#709080",
"brightRed": "#dca3a3",
"brightGreen": "#60b48a",
"brightYellow": "#f0dfaf",
"brightBlue": "#5555ff",
"brightPurple": "#ec93d3",
"brightCyan": "#93e0e3",
"brightWhite": "#ffffff",
"background": "#25234f",
"foreground": "#dcdccc",
"cursorColor": "#ff5555",
"selectionBackground": "#b5d5ff"
}