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": "Duskfox",
"black": "#393552",
"red": "#eb6f92",
"green": "#a3be8c",
"yellow": "#f6c177",
"blue": "#569fba",
"purple": "#c4a7e7",
"cyan": "#9ccfd8",
"white": "#e0def4",
"brightBlack": "#544d8a",
"brightRed": "#f083a2",
"brightGreen": "#b1d196",
"brightYellow": "#f9cb8c",
"brightBlue": "#65b1cd",
"brightPurple": "#ccb1ed",
"brightCyan": "#a6dae3",
"brightWhite": "#e2e0f7",
"background": "#232136",
"foreground": "#e0def4",
"cursorColor": "#e0def4",
"selectionBackground": "#433c59"
}