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": "No Clown Fiesta",
"black": "#151515",
"red": "#b46958",
"green": "#90a959",
"yellow": "#f4bf75",
"blue": "#bad7ff",
"purple": "#aa759f",
"cyan": "#88afa2",
"white": "#e1e1e1",
"brightBlack": "#727272",
"brightRed": "#7e97ab",
"brightGreen": "#90a959",
"brightYellow": "#f4bf75",
"brightBlue": "#bad7ff",
"brightPurple": "#aa759f",
"brightCyan": "#88afa2",
"brightWhite": "#afafaf",
"background": "#101010",
"foreground": "#e0e1e4",
"cursorColor": "#e0e1e4",
"selectionBackground": "#696d79"
}