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": "Nightfox",
"black": "#393b44",
"red": "#c94f6d",
"green": "#81b29a",
"yellow": "#dbc074",
"blue": "#719cd6",
"purple": "#9d79d6",
"cyan": "#63cdcf",
"white": "#dfdfe0",
"brightBlack": "#575860",
"brightRed": "#d16983",
"brightGreen": "#8ebaa4",
"brightYellow": "#e0c989",
"brightBlue": "#86abdc",
"brightPurple": "#baa1e2",
"brightCyan": "#7ad5d6",
"brightWhite": "#e4e4e5",
"background": "#192330",
"foreground": "#cdcecf",
"cursorColor": "#cdcecf",
"selectionBackground": "#2b3b51"
}