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": "Dimidium",
"black": "#000000",
"red": "#cf494c",
"green": "#60b442",
"yellow": "#db9c11",
"blue": "#0575d8",
"purple": "#af5ed2",
"cyan": "#1db6bb",
"white": "#bab7b6",
"brightBlack": "#817e7e",
"brightRed": "#ff643b",
"brightGreen": "#37e57b",
"brightYellow": "#fccd1a",
"brightBlue": "#688dfd",
"brightPurple": "#ed6fe9",
"brightCyan": "#32e0fb",
"brightWhite": "#dee3e4",
"background": "#141414",
"foreground": "#bab7b6",
"cursorColor": "#37e57b",
"selectionBackground": "#8db8e5"
}