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": "Zenburned",
"black": "#404040",
"red": "#e3716e",
"green": "#819b69",
"yellow": "#b77e64",
"blue": "#6099c0",
"purple": "#b279a7",
"cyan": "#66a5ad",
"white": "#f0e4cf",
"brightBlack": "#6f6768",
"brightRed": "#ec8685",
"brightGreen": "#8bae68",
"brightYellow": "#d68c67",
"brightBlue": "#61abda",
"brightPurple": "#cf86c1",
"brightCyan": "#65b8c1",
"brightWhite": "#c0ab86",
"background": "#404040",
"foreground": "#f0e4cf",
"cursorColor": "#f3eadb",
"selectionBackground": "#746956"
}