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": "Light Owl",
"black": "#403f53",
"red": "#de3d3b",
"green": "#08916a",
"yellow": "#e0af02",
"blue": "#288ed7",
"purple": "#d6438a",
"cyan": "#2aa298",
"white": "#bdbdbd",
"brightBlack": "#989fb1",
"brightRed": "#de3d3b",
"brightGreen": "#08916a",
"brightYellow": "#daaa01",
"brightBlue": "#288ed7",
"brightPurple": "#d6438a",
"brightCyan": "#2aa298",
"brightWhite": "#f0f0f0",
"background": "#fbfbfb",
"foreground": "#403f53",
"cursorColor": "#403f53",
"selectionBackground": "#e0e0e0"
}