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": "Fahrenheit",
"black": "#1d1d1d",
"red": "#cda074",
"green": "#9e744d",
"yellow": "#fecf75",
"blue": "#7f0e0f",
"purple": "#734c4d",
"cyan": "#979797",
"white": "#ffffce",
"brightBlack": "#404040",
"brightRed": "#fecea0",
"brightGreen": "#cc734d",
"brightYellow": "#fd9f4d",
"brightBlue": "#cb4a05",
"brightPurple": "#4e739f",
"brightCyan": "#fed04d",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#ffffce",
"cursorColor": "#bbbbbb",
"selectionBackground": "#4e739f"
}