waveterm/public/themes
Sylvie Crowe 6091305bb3
SSH Quick Fixes (#385)
* fix: allow ssh user to use numbers/capital letters

Prior to this change, usernames could not start with numbers and could
not contain capital letters at all. Note that the username can also
start with capital letters.

* fix: update ssh_config with IdentityFiles fix

This adds the update that provides the ssh2 defaults for IdentityFiles.
This will allow the usual defaults to be searched when none are
explicitly provided.

* fix: overwrite identity files instead of appending

This change makes it so a waveterm configured identity file will
overwrite the one in the config instead of attempting to append it. This
matches the behavior of openssh.

* style: use regular font for markdown user input

This makes the Markdown User Input indistinct from user input without
markdown. It changes the font and makes a couple small adjustments to
the font size and line height.

* fix: use font property instead of font-family

The markdown css for User Input can be simplified with the font being
set by the "font" property rather than the "font-family" property.
2024-03-06 12:33:01 -08:00
..
default.css SSH Quick Fixes (#385) 2024-03-06 12:33:01 -08:00
light.css History view theme fixes (#377) 2024-03-04 23:34:35 -08:00
term-dark.css app border fixup (no transparency), terminal background image POC (#378) 2024-03-04 23:33:54 -08:00
term-default.css Light theme (#365) 2024-03-04 17:05:05 -08:00
term-light.css Light theme (#365) 2024-03-04 17:05:05 -08:00