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": "GitHub Dark Dimmed",
"black": "#545d68",
"red": "#f47067",
"green": "#57ab5a",
"yellow": "#c69026",
"blue": "#539bf5",
"purple": "#b083f0",
"cyan": "#39c5cf",
"white": "#909dab",
"brightBlack": "#636e7b",
"brightRed": "#ff938a",
"brightGreen": "#6bc46d",
"brightYellow": "#daaa3f",
"brightBlue": "#6cb6ff",
"brightPurple": "#dcbdfb",
"brightCyan": "#56d4dd",
"brightWhite": "#cdd9e5",
"background": "#22272e",
"foreground": "#adbac7",
"cursorColor": "#539bf5",
"selectionBackground": "#adbac7"
}