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": "Relaxed",
"black": "#151515",
"red": "#bc5653",
"green": "#909d63",
"yellow": "#ebc17a",
"blue": "#6a8799",
"purple": "#b06698",
"cyan": "#c9dfff",
"white": "#d9d9d9",
"brightBlack": "#636363",
"brightRed": "#bc5653",
"brightGreen": "#a0ac77",
"brightYellow": "#ebc17a",
"brightBlue": "#7eaac7",
"brightPurple": "#b06698",
"brightCyan": "#acbbd0",
"brightWhite": "#f7f7f7",
"background": "#353a44",
"foreground": "#d9d9d9",
"cursorColor": "#d9d9d9",
"selectionBackground": "#6a7985"
}