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": "Wryan",
"black": "#333333",
"red": "#8c4665",
"green": "#287373",
"yellow": "#7c7c99",
"blue": "#395573",
"purple": "#5e468c",
"cyan": "#31658c",
"white": "#899ca1",
"brightBlack": "#3d3d3d",
"brightRed": "#bf4d80",
"brightGreen": "#53a6a6",
"brightYellow": "#9e9ecb",
"brightBlue": "#477ab3",
"brightPurple": "#7e62b3",
"brightCyan": "#6096bf",
"brightWhite": "#c0c0c0",
"background": "#101010",
"foreground": "#999993",
"cursorColor": "#9e9ecb",
"selectionBackground": "#4d4d4d"
}