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": "Tinacious Design Dark",
"black": "#1d1d26",
"red": "#ff3399",
"green": "#00d364",
"yellow": "#ffcc66",
"blue": "#00cbff",
"purple": "#cc66ff",
"cyan": "#00ceca",
"white": "#cbcbf0",
"brightBlack": "#636667",
"brightRed": "#ff2f92",
"brightGreen": "#00d364",
"brightYellow": "#ffd479",
"brightBlue": "#00cbff",
"brightPurple": "#d783ff",
"brightCyan": "#00d5d4",
"brightWhite": "#d5d6f3",
"background": "#1d1d26",
"foreground": "#cbcbf0",
"cursorColor": "#cbcbf0",
"selectionBackground": "#ff3399"
}