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": "Fideloper",
"black": "#292f33",
"red": "#cb1e2d",
"green": "#edb8ac",
"yellow": "#b7ab9b",
"blue": "#2e78c2",
"purple": "#c0236f",
"cyan": "#309186",
"white": "#eae3ce",
"brightBlack": "#496068",
"brightRed": "#d4605a",
"brightGreen": "#d4605a",
"brightYellow": "#a86671",
"brightBlue": "#7c85c4",
"brightPurple": "#5c5db2",
"brightCyan": "#819090",
"brightWhite": "#fcf4df",
"background": "#292f33",
"foreground": "#dbdae0",
"cursorColor": "#d4605a",
"selectionBackground": "#efb8ac"
}