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": "Tearout",
"black": "#685742",
"red": "#cc967b",
"green": "#97976d",
"yellow": "#6c9861",
"blue": "#b5955e",
"purple": "#c9a554",
"cyan": "#d7c483",
"white": "#b5955e",
"brightBlack": "#75644f",
"brightRed": "#cc967b",
"brightGreen": "#97976d",
"brightYellow": "#6c9861",
"brightBlue": "#b5955e",
"brightPurple": "#c9a554",
"brightCyan": "#d7c483",
"brightWhite": "#b5955e",
"background": "#34392d",
"foreground": "#f4d2ae",
"cursorColor": "#d7c483",
"selectionBackground": "#e4c47a"
}