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": "Ardoise",
"black": "#2c2c2c",
"red": "#d3322d",
"green": "#588b35",
"yellow": "#fca93a",
"blue": "#2465c2",
"purple": "#7332b4",
"cyan": "#64e1b8",
"white": "#f7f7f7",
"brightBlack": "#535353",
"brightRed": "#fa5852",
"brightGreen": "#8dc252",
"brightYellow": "#ffea51",
"brightBlue": "#6ab5f8",
"brightPurple": "#be68ca",
"brightCyan": "#89ffdb",
"brightWhite": "#fefefe",
"background": "#1e1e1e",
"foreground": "#eaeaea",
"cursorColor": "#f7f7f7",
"selectionBackground": "#46515e"
}