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": "Alabaster",
"black": "#000000",
"red": "#aa3731",
"green": "#448c27",
"yellow": "#cb9000",
"blue": "#325cc0",
"purple": "#7a3e9d",
"cyan": "#0083b2",
"white": "#b7b7b7",
"brightBlack": "#777777",
"brightRed": "#f05050",
"brightGreen": "#60cb00",
"brightYellow": "#f2af50",
"brightBlue": "#007acc",
"brightPurple": "#e64ce6",
"brightCyan": "#00aacb",
"brightWhite": "#f7f7f7",
"background": "#f7f7f7",
"foreground": "#000000",
"cursorColor": "#007acc",
"selectionBackground": "#bfdbfe"
}