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": "Floraverse",
"black": "#08002e",
"red": "#7e1a46",
"green": "#5d731a",
"yellow": "#cd751c",
"blue": "#1d6da1",
"purple": "#b7077e",
"cyan": "#42a38c",
"white": "#f3e0b8",
"brightBlack": "#4c3866",
"brightRed": "#d02063",
"brightGreen": "#b4ce59",
"brightYellow": "#fac357",
"brightBlue": "#40a4cf",
"brightPurple": "#f12aae",
"brightCyan": "#62caa8",
"brightWhite": "#fff5db",
"background": "#0e0d15",
"foreground": "#dbd1b9",
"cursorColor": "#bbbbbb",
"selectionBackground": "#f3e0b8"
}