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": "Aardvark Blue",
"black": "#191919",
"red": "#aa342e",
"green": "#4b8c0f",
"yellow": "#dbba00",
"blue": "#1370d3",
"purple": "#c43ac3",
"cyan": "#008eb0",
"white": "#bebebe",
"brightBlack": "#525252",
"brightRed": "#f05b50",
"brightGreen": "#95dc55",
"brightYellow": "#ffe763",
"brightBlue": "#60a4ec",
"brightPurple": "#e26be2",
"brightCyan": "#60b6cb",
"brightWhite": "#f7f7f7",
"background": "#102040",
"foreground": "#dddddd",
"cursorColor": "#007acc",
"selectionBackground": "#bfdbfe"
}