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": "Mellifluous",
"black": "#1a1a1a",
"red": "#d29393",
"green": "#b3b393",
"yellow": "#cbaa89",
"blue": "#a8a1be",
"purple": "#b39fb0",
"cyan": "#c0af8c",
"white": "#dadada",
"brightBlack": "#5b5b5b",
"brightRed": "#c95954",
"brightGreen": "#828040",
"brightYellow": "#a6794c",
"brightBlue": "#5a6599",
"brightPurple": "#9c6995",
"brightCyan": "#74a39e",
"brightWhite": "#ffffff",
"background": "#1a1a1a",
"foreground": "#dadada",
"cursorColor": "#bfad9e",
"selectionBackground": "#2d2d2d"
}