forked from forgejo/forgejo
Add support for rendering terminal output with colors (#19497)
This commit is contained in:
parent
8fee7c46c1
commit
f92b7a6331
10 changed files with 466 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue