1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

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
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;