branch: externals/colorful-mode commit adc36f720b728cef7297cc7fa4daf7d27a61768f Author: Elijah Gabe <163072436+developmentcool2...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Clarify warning about usage in CSS derived modes * README.org: Clarify css warning. --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 93b530f160..752f7e2621 100644 --- a/README.org +++ b/README.org @@ -49,7 +49,11 @@ in real time and in a user friendly way based/inspired on 🌈[[https://elpa.gnu for change color. - =colorful-use-prefix (default: nil)= If non-nil, use prefix for preview color instead highlight them. - *NOTE: css derived modes by default colorize rgb and hex colors, this may interfere with colorful prefix, you can disable this setting css-fontify-colors to nil* +#+begin_src C +⛔ WARNING: CSS-DERIVED MODES COLORIZE RGB AND HEX COLORS OUT THE BOX, +THIS MAY INTERFERE WITH COLORFUL PREFIX, YOU CAN DISABLE THIS SETTING +`css-fontify-colors' TO nil +#+end_src - =colorful-prefix-string (default: "●")= String to be used in highlights. Only relevant if `colorful-use-prefix' is non-nil. - =colorful-prefix-alignment (default: 'left)= The position to put prefix string.