ladybird/Base
Daniel Bertalan 53099b216c LibVT: Implement bright color support
Previously, we only used bright colors when the bold attribute was set.
We now have the option to set it via escape sequences. We also needed to
make the bold text behavior optional, as some color schemes do weird
things with it. For example, Solarized uses it for various shades of
gray, so bold green would turn into a light shade of gray.

The following new escape sequences are supported:
- `CSI 90;m` to `CSI 97;m`: set bright foreground color
- `CSI 100;m` to `CSI 107;m`: set bright background color
2021-06-04 09:02:43 +01:00
..
etc pls: Drastically simplify this program 2021-05-30 23:09:37 +02:00
home/anon LibVT+Terminal: Add color scheme support 2021-06-04 09:02:43 +01:00
res LibVT: Implement bright color support 2021-06-04 09:02:43 +01:00
usr pls: Drastically simplify this program 2021-05-30 23:09:37 +02:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00