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": "Gruvbox Dark",
"black": "#282828",
"red": "#cc241d",
"green": "#98971a",
"yellow": "#d79921",
"blue": "#458588",
"purple": "#b16286",
"cyan": "#689d6a",
"white": "#a89984",
"brightBlack": "#928374",
"brightRed": "#fb4934",
"brightGreen": "#b8bb26",
"brightYellow": "#fabd2f",
"brightBlue": "#83a598",
"brightPurple": "#d3869b",
"brightCyan": "#8ec07c",
"brightWhite": "#ebdbb2",
"background": "#282828",
"foreground": "#ebdbb2",
"cursorColor": "#ebdbb2",
"selectionBackground": "#665c54"
}