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": "Idea",
"black": "#adadad",
"red": "#fc5256",
"green": "#98b61c",
"yellow": "#ccb444",
"blue": "#437ee7",
"purple": "#9d74b0",
"cyan": "#248887",
"white": "#4b4b4b",
"brightBlack": "#ffffff",
"brightRed": "#fc7072",
"brightGreen": "#98b61c",
"brightYellow": "#ffff0b",
"brightBlue": "#6c9ced",
"brightPurple": "#fc7eff",
"brightCyan": "#248887",
"brightWhite": "#181818",
"background": "#202020",
"foreground": "#adadad",
"cursorColor": "#bbbbbb",
"selectionBackground": "#44475a"
}