gitea/web_src/js
silverwind fdab4e3d84
Add custom ansi colors and CSS variables for them ()
Use our existing color palette to map to the 16 basic ansi colors. This
is backwards-compatible because it aliases the existing color names.

Side note: I think the colors in `console.css` for console file
rendering are incomplete, but fixing those is out of scope here imo.

Before and after:

<img width="542" alt="Screenshot 2023-06-28 at 00 26 12"
src="https://github.com/go-gitea/gitea/assets/115237/86d41884-bc47-4e85-8aec-621eb7320f0b">

<img width="546" alt="Screenshot 2023-06-28 at 00 28 24"
src="https://github.com/go-gitea/gitea/assets/115237/39fa3b37-d49e-49b1-b6bc-390ac8ca24b2">

---------

Co-authored-by: Giteabot <teabot@gitea.io>
..
components Fix rerun icon on action view component ()
features Add toasts to UI ()
markup Fix task list checkbox toggle to work with YAML front matter ()
modules Add toasts to UI ()
render Add custom ansi colors and CSS variables for them ()
standalone Add toasts to UI ()
test rename tributeValues to mentionValues ()
utils rename tributeValues to mentionValues ()
webcomponents Refactor locale number ()
bootstrap.js Improve template system and panic recovery ()
index.js Redesign Scoped Access Tokens ()
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations ()
svg.js Add show timestamp/seconds and fullscreen options to action page ()
svg.test.js Improve `<SvgIcon>` to make it output `svg` node and optimize performance ()
utils.js Remove hacky patch for "safari emoji glitch fix" ()
utils.test.js Fix webauthn regression and improve code ()