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": "Synthwave Alpha",
"black": "#241b30",
"red": "#e60a70",
"green": "#00986c",
"yellow": "#adad3e",
"blue": "#6e29ad",
"purple": "#b300ad",
"cyan": "#00b0b1",
"white": "#b9b1bc",
"brightBlack": "#7f7094",
"brightRed": "#e60a70",
"brightGreen": "#0ae4a4",
"brightYellow": "#f9f972",
"brightBlue": "#aa54f9",
"brightPurple": "#ff00f6",
"brightCyan": "#00fbfd",
"brightWhite": "#f2f2e3",
"background": "#241b30",
"foreground": "#f2f2e3",
"cursorColor": "#f2f2e3",
"selectionBackground": "#6e29ad"
}