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": "Neutron",
"black": "#23252b",
"red": "#b54036",
"green": "#5ab977",
"yellow": "#deb566",
"blue": "#6a7c93",
"purple": "#a4799d",
"cyan": "#3f94a8",
"white": "#e6e8ef",
"brightBlack": "#494b51",
"brightRed": "#b54036",
"brightGreen": "#5ab977",
"brightYellow": "#deb566",
"brightBlue": "#6a7c93",
"brightPurple": "#a4799d",
"brightCyan": "#3f94a8",
"brightWhite": "#ebedf2",
"background": "#1c1e22",
"foreground": "#e6e8ef",
"cursorColor": "#f6f7ec",
"selectionBackground": "#2f363e"
}