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": "Sundried",
"black": "#302b2a",
"red": "#a7463d",
"green": "#587744",
"yellow": "#9d602a",
"blue": "#485b98",
"purple": "#864651",
"cyan": "#9c814f",
"white": "#c9c9c9",
"brightBlack": "#4d4e48",
"brightRed": "#aa000c",
"brightGreen": "#128c21",
"brightYellow": "#fc6a21",
"brightBlue": "#7999f7",
"brightPurple": "#fd8aa1",
"brightCyan": "#fad484",
"brightWhite": "#ffffff",
"background": "#1a1818",
"foreground": "#c9c9c9",
"cursorColor": "#ffffff",
"selectionBackground": "#302b2a"
}