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": "Galizur",
"black": "#223344",
"red": "#aa1122",
"green": "#33aa11",
"yellow": "#ccaa22",
"blue": "#2255cc",
"purple": "#7755aa",
"cyan": "#22bbdd",
"white": "#8899aa",
"brightBlack": "#556677",
"brightRed": "#ff1133",
"brightGreen": "#33ff11",
"brightYellow": "#ffdd33",
"brightBlue": "#3377ff",
"brightPurple": "#aa77ff",
"brightCyan": "#33ddff",
"brightWhite": "#bbccdd",
"background": "#071317",
"foreground": "#ddeeff",
"cursorColor": "#ddeeff",
"selectionBackground": "#071317"
}