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": "Firefox Dev",
"black": "#002831",
"red": "#e63853",
"green": "#5eb83c",
"yellow": "#a57706",
"blue": "#359ddf",
"purple": "#d75cff",
"cyan": "#4b73a2",
"white": "#dcdcdc",
"brightBlack": "#26444d",
"brightRed": "#e1003f",
"brightGreen": "#1d9000",
"brightYellow": "#cd9409",
"brightBlue": "#006fc0",
"brightPurple": "#a200da",
"brightCyan": "#005794",
"brightWhite": "#e2e2e2",
"background": "#0e1011",
"foreground": "#7c8fa4",
"cursorColor": "#708284",
"selectionBackground": "#163c61"
}