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": "Chalkboard",
"black": "#000000",
"red": "#c37372",
"green": "#72c373",
"yellow": "#c2c372",
"blue": "#7372c3",
"purple": "#c372c2",
"cyan": "#72c2c3",
"white": "#d9d9d9",
"brightBlack": "#585858",
"brightRed": "#dbaaaa",
"brightGreen": "#aadbaa",
"brightYellow": "#dadbaa",
"brightBlue": "#aaaadb",
"brightPurple": "#dbaada",
"brightCyan": "#aadadb",
"brightWhite": "#ffffff",
"background": "#29262f",
"foreground": "#d9e6f2",
"cursorColor": "#d9e6f2",
"selectionBackground": "#073642"
}