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": "Farmhouse Dark",
"black": "#1d2027",
"red": "#ba0004",
"green": "#549d00",
"yellow": "#c87300",
"blue": "#0049e6",
"purple": "#9f1b61",
"cyan": "#1fb65c",
"white": "#e8e4e1",
"brightBlack": "#464d54",
"brightRed": "#eb0009",
"brightGreen": "#7ac100",
"brightYellow": "#ea9a00",
"brightBlue": "#006efe",
"brightPurple": "#bf3b7f",
"brightCyan": "#19e062",
"brightWhite": "#f4eef0",
"background": "#1d2027",
"foreground": "#e8e4e1",
"cursorColor": "#006efe",
"selectionBackground": "#4d5658"
}