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": "Niji",
"black": "#333333",
"red": "#d23e08",
"green": "#54ca74",
"yellow": "#fff700",
"blue": "#2ab9ff",
"purple": "#ff50da",
"cyan": "#1ef9f5",
"white": "#ddd0c4",
"brightBlack": "#515151",
"brightRed": "#ffb7b7",
"brightGreen": "#c1ffae",
"brightYellow": "#fcffb8",
"brightBlue": "#8efff3",
"brightPurple": "#ffa2ed",
"brightCyan": "#bcffc7",
"brightWhite": "#ffffff",
"background": "#141515",
"foreground": "#ffffff",
"cursorColor": "#ffc663",
"selectionBackground": "#515151"
}