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": "Doom One",
"black": "#000000",
"red": "#ff6c6b",
"green": "#98be65",
"yellow": "#ecbe7b",
"blue": "#a9a1e1",
"purple": "#c678dd",
"cyan": "#51afef",
"white": "#bbc2cf",
"brightBlack": "#595959",
"brightRed": "#ff6655",
"brightGreen": "#99bb66",
"brightYellow": "#ecbe7b",
"brightBlue": "#a9a1e1",
"brightPurple": "#c678dd",
"brightCyan": "#51afef",
"brightWhite": "#bfbfbf",
"background": "#282c34",
"foreground": "#bbc2cf",
"cursorColor": "#51afef",
"selectionBackground": "#42444b"
}