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": "Citruszest",
"black": "#404040",
"red": "#ff5454",
"green": "#00cc7a",
"yellow": "#ffd400",
"blue": "#00bfff",
"purple": "#ff90fe",
"cyan": "#48d1cc",
"white": "#bfbfbf",
"brightBlack": "#808080",
"brightRed": "#ff1a75",
"brightGreen": "#1affa3",
"brightYellow": "#ffff00",
"brightBlue": "#33cfff",
"brightPurple": "#ffb2fe",
"brightCyan": "#00fff2",
"brightWhite": "#f9f9f9",
"background": "#121212",
"foreground": "#bfbfbf",
"cursorColor": "#666666",
"selectionBackground": "#ff8c00"
}