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": "Neopolitan",
"black": "#000000",
"red": "#9a1a1a",
"green": "#61ce3c",
"yellow": "#fbde2d",
"blue": "#324883",
"purple": "#ff0080",
"cyan": "#8da6ce",
"white": "#f8f8f8",
"brightBlack": "#4c4c4c",
"brightRed": "#9a1a1a",
"brightGreen": "#61ce3c",
"brightYellow": "#fbde2d",
"brightBlue": "#324883",
"brightPurple": "#ff0080",
"brightCyan": "#8da6ce",
"brightWhite": "#f8f8f8",
"background": "#271f19",
"foreground": "#ffffff",
"cursorColor": "#ffffff",
"selectionBackground": "#253b76"
}