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 Peacock",
"black": "#1c1f24",
"red": "#cb4b16",
"green": "#26a6a6",
"yellow": "#bcd42a",
"blue": "#2a6cc6",
"purple": "#a9a1e1",
"cyan": "#5699af",
"white": "#ede0ce",
"brightBlack": "#51504d",
"brightRed": "#ff5d38",
"brightGreen": "#98be65",
"brightYellow": "#e6f972",
"brightBlue": "#51afef",
"brightPurple": "#c678dd",
"brightCyan": "#46d9ff",
"brightWhite": "#dfdfdf",
"background": "#2b2a27",
"foreground": "#ede0ce",
"cursorColor": "#9c9c9d",
"selectionBackground": "#a60033"
}