1
0
Fork 0
forked from forgejo/forgejo

Add support for rendering terminal output with colors (#19497)

This commit is contained in:
Lauris BH 2022-06-09 00:46:39 +03:00 committed by GitHub
parent 8fee7c46c1
commit f92b7a6331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 466 additions and 0 deletions

View file

@ -58,6 +58,9 @@
--color-secondary-alpha-70: #dededeb3;
--color-secondary-alpha-80: #dededecc;
--color-secondary-alpha-90: #dededee1;
/* console colors */
--color-console-fg: #ffffff;
--color-console-bg: #171717;
/* colors */
--color-red: #db2828;
--color-orange: #f2711c;