This commit is contained in:
zegonix
2025-01-22 23:06:47 +01:00
committed by GitHub
parent f5d1dfa485
commit 89d676970c
+1
View File
@@ -60,5 +60,6 @@ Style settings accept styles and one color in the following formats:
* **named color**: `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `white` * **named color**: `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `white`
* **numbered color**: `16`..`255` * **numbered color**: `16`..`255`
* **rgb color**: `#rrggbb` * **rgb color**: `#rrggbb`
***NOTE**: The styles and colors are applied as ansi escape sequences and most terminals do not support all options.* ***NOTE**: The styles and colors are applied as ansi escape sequences and most terminals do not support all options.*