copyparty/docs/colors.txt
Maximun 1c474fef16 Removed color codes from log file
no ugly escape codes in logs :>
2026-03-17 18:24:26 +05:30

44 lines
513 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\033[0;1m
\033[0;7m
\033[0;32m
\033[0;33m
\033[0;35m
\033[0;36m
\033[0;40m
\033[0;47m
\033[0;90m
\033[1;30m
\033[1;31m
\033[1;35m
\033[30;47m
\033[07m (same as \033[7m)
\033[0m
\033[1m
\033[7m
\033[27m
\033[31m
\033[32m
\033[33m
\033[34m
\033[35m
\033[36m
\033[44m
\033[45m
\033[90m
\033[94m
\033[97m
| Code type | Range |
| ---------- | ------- |
| Reset | `0` |
| Bold | `1` |
| Inverse | `7` |
| Foreground | `3037` |
| Background | `4047` |
| Bright FG | `9097` |