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": "Peppermint",
"black": "#353535",
"red": "#e74669",
"green": "#89d287",
"yellow": "#dab853",
"blue": "#449fd0",
"purple": "#da62dc",
"cyan": "#65aaaf",
"white": "#b4b4b4",
"brightBlack": "#535353",
"brightRed": "#e4859b",
"brightGreen": "#a3cca2",
"brightYellow": "#e1e487",
"brightBlue": "#6fbce2",
"brightPurple": "#e586e7",
"brightCyan": "#96dcdb",
"brightWhite": "#dfdfdf",
"background": "#000000",
"foreground": "#c8c8c8",
"cursorColor": "#bbbbbb",
"selectionBackground": "#e6e6e6"
}