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": "Monokai Vivid",
"black": "#121212",
"red": "#fa2934",
"green": "#98e123",
"yellow": "#fff30a",
"blue": "#0443ff",
"purple": "#f800f8",
"cyan": "#01b6ed",
"white": "#ffffff",
"brightBlack": "#838383",
"brightRed": "#f6669d",
"brightGreen": "#b1e05f",
"brightYellow": "#fff26d",
"brightBlue": "#0443ff",
"brightPurple": "#f200f6",
"brightCyan": "#51ceff",
"brightWhite": "#ffffff",
"background": "#121212",
"foreground": "#f9f9f9",
"cursorColor": "#fb0007",
"selectionBackground": "#ffffff"
}