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": "Miasma",
"black": "#000000",
"red": "#685742",
"green": "#5f875f",
"yellow": "#b36d43",
"blue": "#78824b",
"purple": "#bb7744",
"cyan": "#c9a554",
"white": "#d7c483",
"brightBlack": "#666666",
"brightRed": "#685742",
"brightGreen": "#5f875f",
"brightYellow": "#b36d43",
"brightBlue": "#78824b",
"brightPurple": "#bb7744",
"brightCyan": "#c9a554",
"brightWhite": "#d7c483",
"background": "#222222",
"foreground": "#c2c2b0",
"cursorColor": "#c7c7c7",
"selectionBackground": "#e5c47b"
}