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": "Ayu",
"black": "#11151c",
"red": "#ea6c73",
"green": "#7fd962",
"yellow": "#f9af4f",
"blue": "#53bdfa",
"purple": "#cda1fa",
"cyan": "#90e1c6",
"white": "#c7c7c7",
"brightBlack": "#686868",
"brightRed": "#f07178",
"brightGreen": "#aad94c",
"brightYellow": "#ffb454",
"brightBlue": "#59c2ff",
"brightPurple": "#d2a6ff",
"brightCyan": "#95e6cb",
"brightWhite": "#ffffff",
"background": "#0b0e14",
"foreground": "#bfbdb6",
"cursorColor": "#e6b450",
"selectionBackground": "#409fff"
}