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": "Breadog",
"black": "#362c24",
"red": "#b10b00",
"green": "#007232",
"yellow": "#8b4c00",
"blue": "#005cb4",
"purple": "#9b0097",
"cyan": "#006a78",
"white": "#baa99d",
"brightBlack": "#514337",
"brightRed": "#de1100",
"brightGreen": "#008f40",
"brightYellow": "#ae6000",
"brightBlue": "#0074e1",
"brightPurple": "#c300bd",
"brightCyan": "#008697",
"brightWhite": "#eae1da",
"background": "#f1ebe6",
"foreground": "#362c24",
"cursorColor": "#362c24",
"selectionBackground": "#362c24"
}