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": "Rouge 2",
"black": "#5d5d6b",
"red": "#c6797e",
"green": "#969e92",
"yellow": "#dbcdab",
"blue": "#6e94b9",
"purple": "#4c4e78",
"cyan": "#8ab6c1",
"white": "#e8e8ea",
"brightBlack": "#616274",
"brightRed": "#c6797e",
"brightGreen": "#e6dcc4",
"brightYellow": "#e6dcc4",
"brightBlue": "#98b3cd",
"brightPurple": "#8283a1",
"brightCyan": "#abcbd3",
"brightWhite": "#e8e8ea",
"background": "#17182b",
"foreground": "#a2a3aa",
"cursorColor": "#969e92",
"selectionBackground": "#5d5d6b"
}