From 7087c76ea17e213181a018a7581831ed05fe4c8d Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 2 Mar 2026 15:04:25 -0500 Subject: [PATCH] de-document styling of warnings text by removing the relevant entries from myclirc and amending the changelog. Motivation: there are some unexplored bugs in applying styling to warnings text elements, and it is better for main to stay releasable. --- changelog.md | 2 +- mycli/myclirc | 7 ------- test/myclirc | 7 ------- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/changelog.md b/changelog.md index 9c5cb8cc..765c0af8 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ Upcoming (TBD) Features --------- * Offer filename completions on more special commands, such as `\edit`. -* Allow styling of status, timing, and warnings text. +* Allow styling of status and timings text. * Set up customization of prompt/continuation colors in `~/.myclirc`. * Allow customization of the toolbar with prompt format strings. * Add warnings-count prompt format strings: `\w` and `\W`. diff --git a/mycli/myclirc b/mycli/myclirc index c66d7866..f6f3e819 100644 --- a/mycli/myclirc +++ b/mycli/myclirc @@ -271,13 +271,6 @@ output.even-row = "" output.null = "#808080" output.status = "" output.timing = "" -warnings.table-separator = "" -warnings.header = "#00ff5f bold" -warnings.odd-row = "" -warnings.even-row = "" -warnings.null = "#808080" -warnings.status = "" -warnings.timing = "" # SQL syntax highlighting overrides # sql.comment = 'italic #408080' diff --git a/test/myclirc b/test/myclirc index 1e560b1f..0b8f094c 100644 --- a/test/myclirc +++ b/test/myclirc @@ -269,13 +269,6 @@ output.even-row = "" output.null = "#808080" output.status = "" output.timing = "" -warnings.table-separator = "" -warnings.header = "#00ff5f bold" -warnings.odd-row = "" -warnings.even-row = "" -warnings.null = "#808080" -warnings.status = "" -warnings.timing = "" # SQL syntax highlighting overrides # sql.comment = 'italic #408080'