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": "Fairyfloss",
"black": "#040303",
"red": "#f92672",
"green": "#c2ffdf",
"yellow": "#e6c000",
"blue": "#c2ffdf",
"purple": "#ffb8d1",
"cyan": "#c5a3ff",
"white": "#f8f8f0",
"brightBlack": "#6090cb",
"brightRed": "#ff857f",
"brightGreen": "#c2ffdf",
"brightYellow": "#ffea00",
"brightBlue": "#c2ffdf",
"brightPurple": "#ffb8d1",
"brightCyan": "#c5a3ff",
"brightWhite": "#f8f8f0",
"background": "#5a5475",
"foreground": "#f8f8f2",
"cursorColor": "#f8f8f0",
"selectionBackground": "#8077a8"
}