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": "Elemental",
"black": "#3c3c30",
"red": "#98290f",
"green": "#479a43",
"yellow": "#7f7111",
"blue": "#497f7d",
"purple": "#7f4e2f",
"cyan": "#387f58",
"white": "#807974",
"brightBlack": "#555445",
"brightRed": "#e0502a",
"brightGreen": "#61e070",
"brightYellow": "#d69927",
"brightBlue": "#79d9d9",
"brightPurple": "#cd7c54",
"brightCyan": "#59d599",
"brightWhite": "#fff1e9",
"background": "#22211d",
"foreground": "#807a74",
"cursorColor": "#facb80",
"selectionBackground": "#413829"
}