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": "Front End Delight",
"black": "#242526",
"red": "#f8511b",
"green": "#565747",
"yellow": "#fa771d",
"blue": "#2c70b7",
"purple": "#f02e4f",
"cyan": "#3ca1a6",
"white": "#adadad",
"brightBlack": "#5fac6d",
"brightRed": "#f74319",
"brightGreen": "#74ec4c",
"brightYellow": "#fdc325",
"brightBlue": "#3393ca",
"brightPurple": "#e75e4f",
"brightCyan": "#4fbce6",
"brightWhite": "#8c735b",
"background": "#1b1c1d",
"foreground": "#adadad",
"cursorColor": "#cdcdcd",
"selectionBackground": "#ea6154"
}